/* GOODLOAD — अपनी फ़ोटो
   ═══════════════════════════════════════════════════════════════
   फ़ोटो सिर्फ़ चार जगह दिखती है: अपनी जानकारी, मेनू का सिर,
   बातचीत का सिर, और ढूँढने पर। **सूचियों में कभी नहीं** — वहाँ
   पहले अक्षर वाला गोला ही रहता है, जो मुफ़्त है।
   ═══════════════════════════════════════════════════════════════ */

/* ── गोला — फ़ोटो हो तो फ़ोटो, वरना पहला अक्षर ────────────── */
.gola{ position:relative; overflow:hidden; }
.gola img{
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
  border-radius:inherit;
}

/* ── अपनी जानकारी वाला डिब्बा ───────────────────────────── */
.fotobox{
  display:flex; align-items:center; gap:13px;
  background:#fff; border:1px solid var(--border); border-radius:.9rem;
  padding:13px; margin-bottom:14px;
  box-shadow:var(--shadow-sm);
}
.fotogola{
  position:relative; flex:none;
  appearance:none; border:0; background:none; padding:0;
  cursor:pointer; line-height:0;
}
.fotogola .gola{
  display:grid; place-items:center;
  width:4.4rem; height:4.4rem; border-radius:50%;
  background:#EAF0FB; color:var(--p2);
  border:2px dashed #C3CDE2;
  font-size:1.6rem; font-weight:800; line-height:1;
}
.fotogola .gola.hasfoto{ border-style:solid; border-color:var(--p2); }

/* नीचे कोने में छोटा + का गोला */
.fotogola-p{
  position:absolute; inset-block-end:-2px; inset-inline-end:-2px;
  width:1.6rem; height:1.6rem; border-radius:50%;
  background:var(--acc); color:#fff;
  display:grid; place-items:center;
  border:2px solid #fff;
}
.fotogola-p .ci{ width:var(--ic-sm); height:var(--ic-sm); }

.fotobox-t{ flex:1; min-width:0; }
.fotobox-t b{ display:block; font-size:.86rem; font-weight:800; color:#0E1D33; }
.fotobox-t small{
  display:block; margin-top:2px;
  font-size:.68rem; font-weight:600; color:var(--txt2); line-height:1.5;
}

/* ── बातचीत के सिर वाला छोटा गोला ───────────────────────── */
.cw-av{
  flex:none; width:2.1rem; height:2.1rem; border-radius:50%;
  display:grid; place-items:center;
  background:rgba(255,255,255,.2); color:#fff;
  font-size:.85rem; font-weight:800; line-height:1;
}
