/* Compact notice rows. Each complete row has one link and one keyboard stop. */
.notices-section {
    min-width: 0;
    scroll-margin-top: 12px;
}
.notices-section:focus-visible { outline: 2px solid var(--red); outline-offset: 8px; }
.notices-layout { display: grid; gap: 22px; }
.notices-heading { min-width: 0; padding-top: 3px; }
.notices-heading .eyebrow { margin-bottom: 14px; font-size: 11px; letter-spacing: .13em; }
.notices-heading .eyebrow::after { content: ""; width: 34px; height: 1px; background: currentColor; }
.notices-heading h2 { font-size: clamp(32px, 2.6vw, 42px); line-height: 1.12; letter-spacing: -.04em; margin-bottom: 12px; }
.notices-intro { max-width: 60ch; font-size: 15px; line-height: 1.65; color: var(--muted); margin: 0; }
.notices-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; }
.notices-all { min-height: 46px; padding: 10px 18px; gap: 32px; }
.notices-application.text-link { display: flex; width: fit-content; max-width: 100%; gap: 15px; font-size: 14px; line-height: 1.5; min-height: 44px; color: var(--ink); text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--red); }
.notices-application.text-link:hover { color: var(--red-dark); }
.notice-list, .notice-copy { min-width: 0; }
.notice-list { display: grid; gap: 10px; }
.notice-item { position: relative; display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 20px; align-items: center; padding: 15px 18px; border: 1px solid #dce0dc; border-radius: 7px; background: #fff; }
.notice-item-lead { background: #fff7f7; border-color: #eed8da; }
.notice-item-lead::before { content: ""; position: absolute; left: -1px; top: 8px; bottom: 8px; width: 4px; border-radius: 0 2px 2px 0; background: var(--red); }
.notice-date { align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 4px; margin: 0; padding-right: 14px; border-right: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.5; }
.notice-date > span { font-size: 10px; text-transform: uppercase; letter-spacing: .045em; }
.notice-date time { color: var(--ink); font-weight: 750; font-variant-numeric: tabular-nums; white-space: nowrap; }
.notice-copy { padding-right: 48px; }
.notice-state { margin: 0 0 4px; color: var(--red-dark); font-size: 12px; line-height: 1.5; font-weight: 700; }
.notice-item h3 { margin: 0; color: var(--ink); font-size: 20px; font-weight: 750; line-height: 1.35; letter-spacing: -.025em; overflow-wrap: anywhere; }
.notice-list-link { display: block; min-height: 44px; min-width: 0; }
.notice-card-link::after { content: ""; position: absolute; inset: 0; border-radius: 7px; }
.notice-card-link:focus-visible { outline: 0; }
.notice-card-link:focus-visible::after { outline: 3px solid var(--red); outline-offset: 3px; }
.notice-card-link:hover h3, .notice-card-link:focus-visible h3, h3 .notice-card-link:hover, h3 .notice-card-link:focus-visible { color: var(--red-dark); }
.notice-card-arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fbedee; color: var(--red); }
.notice-card-arrow .icon { width: 21px; height: 21px; }
.notice-card-link:hover .notice-card-arrow, .notice-card-link:focus-visible .notice-card-arrow { background: var(--red); color: #fff; }
.notice-list-action { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 12px; margin-top: 5px; font-size: 13px; line-height: 1.5; color: var(--red-dark); }
.notice-list-action-label { display: inline-flex; align-items: center; gap: 9px; font-weight: 650; }
.notice-list-action-label > .icon { width: 17px; height: 17px; flex-shrink: 0; }
.notice-list-file { color: var(--muted); font-size: 12px; font-weight: 400; }
.notice-list-link:hover .notice-list-action-label, .notice-list-link:focus-visible .notice-list-action-label { text-decoration: underline; text-underline-offset: 4px; }
.notices-term-guidance { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; margin: 4px 0 0; padding-top: 12px; border-top: 1px solid var(--surface-edge); }
.notices-phone { display: flex; align-items: center; gap: 12px; min-height: 44px; line-height: 1.45; }
.notices-phone-icon { display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%; background: #fbedee; color: var(--red); }
.notices-phone-icon .icon { width: 19px; height: 19px; }
.notices-phone-copy { display: flex; flex-direction: column; gap: 2px; color: var(--muted); font-size: 12px; }
.notices-phone-copy strong { color: var(--ink); font-size: 16px; font-weight: 750; font-variant-numeric: tabular-nums; }
.notices-phone:hover strong { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.notices-contact { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--ink); font-size: 13px; font-weight: 650; }
.notices-contact:hover { color: var(--red-dark); }
.notices-contact .icon { color: var(--red); width: 18px; height: 18px; }

@media (max-width: 1150px) {
    .notice-item { grid-template-columns: 96px minmax(0, 1fr); gap: 16px; padding: 14px; }
    .notice-item h3 { font-size: 18px; }
    .notice-copy { padding-right: 40px; }
    .notice-card-arrow { right: 12px; width: 34px; height: 34px; }
}
@media (max-width: 600px) {
    .notices-layout { gap: 16px; }
    .notices-heading .eyebrow { margin-bottom: 10px; font-size: 10px; }
    .notices-heading h2 { font-size: 29px; }
    .notices-intro { font-size: 14px; line-height: 1.6; }
    .notices-all { font-size: 14px; min-height: 44px; gap: 24px; padding: 9px 15px; }
    .notices-application.text-link { font-size: 13px; }
    .notice-item { grid-template-columns: 1fr; gap: 7px; padding: 13px 14px; }
    .notice-date { flex-direction: row; justify-content: flex-start; align-items: baseline; gap: 8px; padding: 0; border: 0; font-size: 12px; }
    .notice-date > span { font-size: 10px; }
    .notice-copy { padding-right: 34px; }
    .notice-copy:has(.notice-list-link) { padding-right: 0; }
    .notice-item h3 { font-size: 17px; line-height: 1.4; }
    .notice-state { font-size: 11px; margin-bottom: 3px; }
    .notice-card-arrow { top: auto; bottom: 9px; transform: none; width: 26px; height: 26px; }
    .notice-card-arrow .icon { width: 18px; height: 18px; }
    .notice-list-action { margin-top: 6px; padding-right: 38px; font-size: 12px; }
    .notices-term-guidance { gap: 4px 12px; padding-top: 10px; }
    .notices-phone-copy strong { font-size: 15px; }
    .notices-contact { font-size: 12px; }
}
@media (forced-colors: active) {
    .notice-card-arrow, .notices-phone-icon { border: 1px solid CanvasText; }
    .notice-item-lead::before { background: Highlight; }
}
