/* re-exported via chess_forge; standalone hook */


/* ── Social avatars + small feed images v0.94.70 (modular OOP) ── */
.social-post-avatar {
  overflow: hidden;
  flex-shrink: 0;
}
.social-post-avatar.has-img,
.social-post-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.social-post-avatar.has-img {
  padding: 0;
  background: #0a120e;
  border: 1px solid rgba(0, 255, 136, 0.25);
}
.social-post-media {
  display: block;
  margin-top: 0.45rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 136, 0.15);
  max-width: 100%;
  background: #050a07;
}
.social-post-media img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  background: #050a07;
}
.post-composer-who {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-avatar-btn {
  border: none;
  cursor: pointer;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a1a12;
  color: #e8ffe8;
  font-weight: 800;
}
.post-avatar-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-photo-link {
  margin-left: auto;
  background: none;
  border: none;
  color: rgba(0, 255, 136, 0.75);
  font-size: 0.72rem;
  cursor: pointer;
  text-decoration: underline;
}
.post-composer-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.post-attach-btn {
  cursor: pointer;
  font-size: 1.1rem;
  padding: 0.25rem 0.4rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 255, 136, 0.2);
  background: rgba(0, 20, 12, 0.5);
  line-height: 1;
}
.post-attach-clear {
  background: none;
  border: none;
  color: #f88;
  font-size: 0.72rem;
  cursor: pointer;
}
.post-image-preview {
  margin: 0.4rem 0;
  padding: 0.4rem;
  border-radius: 10px;
  border: 1px dashed rgba(0, 255, 136, 0.25);
  background: rgba(0, 12, 8, 0.5);
}
.post-image-preview img {
  max-width: 100%;
  max-height: 180px;
  border-radius: 8px;
  display: block;
  object-fit: contain;
}
.post-img-meta {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.68rem;
  color: rgba(160, 200, 170, 0.75);
}
.hero-avatar-core.has-img {
  background-size: cover;
  background-position: center;
  color: transparent;
}
