/* core styles */
.card-profile { border: none; border-radius:6px; box-shadow: 0 0 0 1px rgba(0,0,0,.03), 0 3px 8px rgba(0,0,0,.05); background:white; }
.hero-blue { background: #0885ff; color: white; padding: 18px 24px; border-top-left-radius:6px; border-top-right-radius:6px; text-align:center; font-weight:700; font-size:26px; }
.left-card { padding: 32px; text-align:center; border-right:1px solid #eee; }
.avatar { width:140px; height:140px; border-radius:6px; background: #f1f1f1 center/cover no-repeat; display:inline-block; margin-bottom:18px; }
.name { font-weight:700; letter-spacing: .6px; margin-bottom:6px; }
.cid { font-weight:600; color:#222; margin-bottom:10px; }
.badge-yellow { display:inline-block; background:#ffc107; padding:6px 10px; border-radius:4px; font-size:12px; font-weight:700; color:#1b1b1b; margin-top:10px; }
.details .row { border-bottom:1px solid #eee; padding:14px 0; }
.details .label { color:#333; font-weight:700; }
.muted { color:#6c757d; font-style:italic; font-size:14px; }
.status-pill { display:inline-block; padding:4px 10px; background:#20c997; color:white; border-radius:4px; font-weight:700; font-size:12px; }
.section-note { padding:18px 0; color:#444; }
.cert-block { background:#fff; padding:20px; border-radius:6px; border:1px solid #eee; }

/* MOBILE STYLES to match screenshot */
@media (max-width: 767px) {
  .container { padding-left:10px !important; padding-right:10px !important; }
  .card-profile { border-radius:10px; overflow:hidden; }
  .hero-blue { font-size:18px; padding:12px 16px; text-align:center; }
  .row.g-0.p-4 { padding:0; }
  .left-card { display:block; padding:18px; border-right:none; text-align:left; }
  .left-card .avatar { width:80px; height:80px; float:left; margin-right:12px; }
  .left-card .name { font-size:16px; margin-top:6px; }
  .left-card .cid { font-size:13px; color:#444; }

  .details { background:#fff; border-radius:8px; padding:10px 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); margin-top:8px; }
  .details .row { display:block; padding:12px 0; border-bottom:1px solid #eee; }
  .details .row:last-child { border-bottom:none; }
  .details .label { font-weight:700; color:#111; display:block; margin-bottom:6px; }
  .details .value { display:block; font-size:15px; color:#222; margin-bottom:6px; }
  .details .muted { font-style:italic; color:#777; font-size:13px; display:block; margin-bottom:6px; }

  .status-pill { background:#28a745; color:#fff; padding:4px 8px; font-size:12px; border-radius:4px; display:inline-block; margin-bottom:6px; }

  .section-note { margin-top:12px; font-size:15px; line-height:1.6; color:#333; }
  .section-note .muted { display:block; margin-top:8px; font-size:14px; color:#666; font-style:italic; }

  .cert-block { margin-top:14px; border:1px solid #eee; border-radius:8px; padding:12px; }
  .cert-block div { font-size:15px; }
}
/* === STATUS (Label > Badge > Italic) === */
.status-row {
  text-align: left !important;
  padding: 16px 0 !important;
}

.status-row .label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #111;
  margin-bottom: 4px;
}

.status-row .status-pill {
  display: inline-block;
  background: #28a745;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 6px;
}

.status-row .muted {
  display: block;
  font-style: italic;
  font-size: 13px;
  color: #6c757d;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .status-row {
    padding: 12px 0 !important;
  }
  .status-row .status-pill {
    font-size: 13px;
    padding: 5px 10px;
  }
}
