/* ─────────────────────────────────────────────────────────────────
   PAGE OFFER — ご依頼・お問い合わせ
   Loaded AFTER page-contact.css — inherits all shared sn-req-* styles.
   Only defines overrides / elements unique to this page.
   ───────────────────────────────────────────────────────────────── */

/* ─ Page subtitle (English label below h1) ─ */
.sn-offer-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6A778B;
  margin: 0;
}

/* ─ Download section note ─ */
.sn-offer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sn-offer-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #061C3D;
  margin: 0;
}

/* ─ Download list — inherits table structure from page-contact.css ─ */
/* Cài đặt chiều rộng theo % để cân đối giao diện trên Desktop */
@media (min-width: 992px) {
  .sn-req-download-cell-text {
    width: 60%;
    flex: none;
  }
  .sn-req-download-cell-icon,
  .sn-req-download-cell-icon2 {
    width: 10%;
    flex: none;
  }
  .sn-req-download-cell-action {
    width: 20%;
    flex: none;
  }
}

/* ─ Responsive ─ */
@media (max-width: 991px) {
  .sn-offer-note {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .sn-offer-note {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ─ Sample Button Styling ─ */
.sn-req-download-btn--sample {
  width: 110px;
  padding: 0;
  border-radius: 40px;
  font-size: 15px;
  line-height: 1.4;
  white-space: normal;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
