/* ================================================================
   BSM Sites — Age Calculator Additions
   Append this to your master calculators.css
   (or load separately — these rules only affect the age calc page)
   ================================================================ */

/* Big headline result block */
.bsm-age-headline {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 28px;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.25);
}

.bsm-age-headline-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 8px;
}

.bsm-age-headline-value {
  font-size: clamp(34px, 6vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

.bsm-age-headline-sub {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.9;
}

/* Next birthday block */
.bsm-next-bday {
  background: #f1f5f9;
  border-left: 4px solid #f59e0b;
  border-radius: 0 12px 12px 0;
  padding: 18px 22px;
  font-size: 15px;
  color: #1e293b;
}

.bsm-next-bday-date {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.bsm-next-bday-count {
  font-size: 14px;
  color: #475569;
}

.bsm-next-bday-count strong {
  color: #d97706;
  font-weight: 800;
}

/* Mobile tweaks */
@media (max-width: 680px) {
  .bsm-age-headline {
    padding: 24px 16px;
  }
  .bsm-age-headline-value {
    font-size: 32px;
  }
}
