/* ==========================================================================
   B9 GAME — playb9.pk
   pages/about.css — about.html only
   ========================================================================== */

.about-figure {
  position: relative;
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-gold);
  box-shadow: var(--shadow-lg);
  background: var(--color-plate-900);
}

.about-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.about-figure figcaption {
  padding: var(--sp-3) var(--sp-4);
  background: linear-gradient(180deg, rgba(36, 24, 17, 0.94), #241811);
  border-top: 1px solid rgba(201, 162, 75, 0.28);
  font-size: var(--fs-xs);
  line-height: 1.6;
  color: rgba(247, 239, 225, 0.66);
  text-align: center;
}

/* Disclosure prose sits on a slightly narrower measure for readability */
#affiliate-disclosure .prose { max-width: 68ch; }

#affiliate-disclosure .section-head { max-width: 68ch; }

/* Coverage cards get room for their inline button */
#coverage .feature-card { display: flex; flex-direction: column; }
#coverage .feature-card__text { flex: 1; }
