.active-alert-banner,
.active-alert-page {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

.active-alert-banner {
  flex: none;
  background: #fff4f0;
  border-bottom: 1px solid #e3b6a7;
  color: var(--bdb-text, #243147);
  line-height: 1.6;
}

.active-alert-banner[hidden] { display: none; }
.active-alert-banner__inner { max-width: 1152px; margin: 0 auto; padding: 13px 24px; display: flex; gap: 20px; align-items: center; }
.active-alert-banner__content { flex: 1; min-width: 0; }
.active-alert-banner p { margin: 0; }
.active-alert-banner__heading { font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }
.active-alert-banner__label { color: #a42b1f; margin-right: 12px; }
.active-alert-banner__heading a { color: inherit; }
.active-alert-banner__meta { display: flex; flex-wrap: wrap; gap: 0 16px; margin-top: 3px !important; font-size: 14px; overflow-wrap: anywhere; }
.active-alert-banner__meta > span:first-child,
.active-alert-banner__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.active-alert-banner__meta > span:first-child { max-width: 100%; }
.active-alert-banner__meta > span:last-child { flex-shrink: 0; }
.active-alert-banner__meta time { margin-right: 4px; white-space: nowrap; }
.active-alert-banner__summary { font-size: 14px; margin-top: 3px !important; overflow-wrap: anywhere; }
.active-alert-banner__links { flex: none; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; font-size: 14px; font-weight: 700; }
.active-alert-banner a,
.active-alert-page a { color: var(--bdb-brand-navy, #14233f); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.active-alert-banner a:hover,
.active-alert-page a:hover { text-decoration-thickness: 2px; }
.active-alert-banner--unavailable { background: #f1f4f7; border-color: var(--bdb-line, #d9e1ea); }
.active-alert-banner__notice { color: var(--bdb-muted, #5f6f82); font-size: 14px; }
.active-alert-banner--unavailable .active-alert-banner__inner { padding-top: 10px; padding-bottom: 10px; }

.active-alert-page { max-width: 840px; margin: 0 auto; padding: 28px 24px 60px; color: var(--bdb-text, #243147); overflow-wrap: anywhere; }
.active-alert-page__breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; font-size: 14px; margin-bottom: 26px; }
.active-alert-page h1 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; line-height: 1.5; margin: 0 0 14px; }
.active-alert-page h2 { font-size: 18px; line-height: 1.6; font-weight: 700; margin: 28px 0 8px; }
.active-alert-page p { margin: 10px 0; font-size: 16px; line-height: 1.8; }
.active-alert-page .active-alert-page__issued { font-size: 14px; color: var(--bdb-muted, #5f6f82); }
.active-alert-page__issued time { margin-right: 4px; }
.active-alert-page__summary { white-space: pre-line; }
.active-alert-page .active-alert-page__source { border-top: 1px solid var(--bdb-line, #d9e1ea); padding-top: 20px; margin-top: 32px; font-size: 14px; }
.active-alert-page .active-alert-page__note { border-top: 1px solid var(--bdb-line, #d9e1ea); padding-top: 20px; margin-top: 36px; color: var(--bdb-muted, #5f6f82); font-size: 14px; }
.active-alert-list { margin: 20px 0 0; padding: 0; list-style: none; }
.active-alert-list li { padding: 24px 0; border-top: 1px solid var(--bdb-line, #d9e1ea); }
.active-alert-list h2 { margin-top: 0; }

@media (max-width: 640px) {
  .active-alert-banner__inner { padding: 12px 16px; gap: 8px; display: block; }
  .active-alert-banner__links { flex-direction: row; gap: 20px; margin-top: 8px; }
  .active-alert-page { padding: 20px 16px 40px; }
}
