/* ============================================================
   OROSEIMETEO · PREVISIONI
   Stile coerente con Home, Stazioni e pagina Stazione.
   Fondo bianco, tipografia ampia, bordi semplici, blu come accento.
   ============================================================ */

.forecast-page-hero {
    padding: 58px 0 46px;
    border-bottom: 1px solid var(--om-line-strong);
    background: #fff;
}

.forecast-page-hero h1,
.forecast-section-head h2,
.forecast-subhead h3 {
    margin: 0;
    color: var(--om-blue-dark);
}

.forecast-page-hero h1 {
    margin-top: 8px;
    font-size: clamp(44px, 5vw, 62px);
    line-height: 1.02;
    letter-spacing: -.8px;
    font-weight: 700;
}

.forecast-page-hero p {
    max-width: 790px;
    margin: 16px 0 0;
    color: var(--om-muted);
    font-size: 19px;
    line-height: 1.55;
}

.forecast-kicker,
.forecast-label {
    color: var(--om-blue);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .055em;
}

.forecast-anchor-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.forecast-anchor-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid var(--om-line-strong);
    border-radius: 4px;
    background: #fff;
    color: #465c67;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.forecast-anchor-nav a:hover {
    border-color: #9fb5c0;
    background: #f7f7f7;
    color: var(--om-blue);
}

.forecast-section {
    padding: 58px 0;
    scroll-margin-top: 115px;
    background: #fff;
}

.forecast-section + .forecast-section {
    border-top: 1px solid var(--om-line-strong);
}

.forecast-editorial-section,
.forecast-regional-section,
.forecast-orosei-section {
    background: #fff;
}

.forecast-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 34px;
    margin-bottom: 26px;
}

.forecast-section-head h2 {
    margin-top: 6px;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.04;
    letter-spacing: -.5px;
    font-weight: 700;
}

.forecast-section-head > p {
    max-width: 560px;
    margin: 0;
    color: var(--om-muted);
    font-size: 17px;
    line-height: 1.5;
    text-align: right;
}

.forecast-update {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--om-line-strong);
    border-radius: 4px;
    background: #fff;
    color: var(--om-muted);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
}

.forecast-ui-icon,
.forecast-mini-icon,
.forecast-day-tab-weather svg,
.forecast-zone-weather-icon svg,
.forecast-band-weather svg,
.forecast-orosei-band-icon svg,
.forecast-day-detail-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.forecast-editorial-icon,
.forecast-info-icon,
.forecast-metric-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--om-blue);
    background: transparent;
    border: 0;
}

.forecast-editorial-card,
.forecast-day-detail,
.forecast-zone-panel {
    overflow: hidden;
    border: 1px solid var(--om-line);
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

.forecast-editorial-lead {
    padding: 30px;
    background: #fff;
}

.forecast-editorial-lead-head {
    display: flex;
    align-items: center;
    gap: 13px;
}

.forecast-editorial-icon {
    width: 38px;
    height: 38px;
    padding: 4px;
}

.forecast-editorial-lead p {
    margin: 18px 0 0;
    color: #3f535e;
    font-size: 19px;
    line-height: 1.65;
}

.forecast-advisory {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 16px 30px;
    border-top: 1px solid var(--om-line);
    border-bottom: 1px solid var(--om-line);
    background: #fffaf0;
    color: #765d18;
    font-size: 15px;
    line-height: 1.45;
}

.forecast-advisory strong {
    color: #5f4a12;
}

.forecast-editorial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--om-line);
}

.forecast-info-card {
    min-width: 0;
    padding: 24px 28px;
    border-bottom: 1px solid var(--om-line);
}

.forecast-info-card:nth-child(even) {
    border-left: 1px solid var(--om-line);
}

.forecast-info-head {
    display: flex;
    align-items: center;
    gap: 11px;
}

.forecast-info-icon {
    width: 31px;
    height: 31px;
    padding: 3px;
}

.forecast-info-card strong {
    display: block;
    margin-top: 14px;
    color: var(--om-blue-dark);
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
}

.forecast-info-card p {
    margin: 8px 0 0;
    color: var(--om-muted);
    font-size: 16px;
    line-height: 1.5;
}

.forecast-sea-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin-top: 15px;
}

.forecast-sea-list p {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 9px;
    color: var(--om-muted);
}

.forecast-sea-list b {
    min-width: 42px;
    color: var(--om-blue-dark);
    font-size: 15px;
}

.forecast-editorial-orosei {
    padding: 28px 30px 30px;
}

.forecast-subhead h3 {
    margin-top: 5px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}

.forecast-editorial-orosei-body {
    display: grid;
    gap: 0;
    margin-top: 20px;
    border-top: 1px solid var(--om-line);
}

.forecast-editorial-orosei-body p {
    margin: 0;
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--om-line);
    color: #526872;
    font-size: 16px;
    line-height: 1.55;
}

.forecast-editorial-orosei-body b {
    color: var(--om-blue-dark);
    font-weight: 700;
}

.forecast-note {
    margin-top: 16px;
    padding: 15px 16px;
    border-left: 3px solid var(--om-blue);
    background: #f7f7f7;
    color: #576b75;
    font-size: 15px;
    line-height: 1.5;
}

.forecast-editorial-footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    padding: 18px 30px;
    border-top: 1px solid var(--om-line);
    background: #fafafa;
    color: var(--om-muted);
    font-size: 14px;
    line-height: 1.4;
}

.forecast-editorial-footer strong {
    color: #4a5e68;
    font-weight: 700;
}

.forecast-loading,
.forecast-unavailable {
    padding: 34px 26px;
    border: 1px solid var(--om-line);
    border-radius: 4px;
    background: #fafafa;
    color: var(--om-muted);
    text-align: center;
    font-size: 15px;
    line-height: 1.45;
}

.forecast-unavailable strong,
.forecast-unavailable span {
    display: block;
}

.forecast-unavailable span {
    margin-top: 6px;
}

.forecast-day-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.forecast-day-tabs.is-five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.forecast-day-tab {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid var(--om-line);
    border-radius: 4px;
    background: #fff;
    color: var(--om-blue-dark);
    cursor: pointer;
    text-align: left;
    box-shadow: none;
    transition: border-color .16s ease, background-color .16s ease;
}

.forecast-day-tab:hover {
    border-color: #aebdc5;
    background: #fafafa;
}

.forecast-day-tab.is-active {
    border-color: var(--om-blue);
    background: #fff;
    box-shadow: inset 0 3px 0 var(--om-blue);
}

.forecast-day-tab-weather {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    color: var(--om-blue);
}

.forecast-day-tab-copy {
    min-width: 0;
}

.forecast-day-tab-label {
    display: block;
    color: var(--om-blue);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.forecast-day-tab-date {
    display: block;
    margin-top: 3px;
    color: var(--om-muted-2);
    font-size: 13px;
    line-height: 1.25;
}

.forecast-day-tab strong {
    display: block;
    margin-top: 7px;
    color: var(--om-blue-dark);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.forecast-day-tab small {
    display: block;
    margin-top: 4px;
    color: var(--om-muted);
    font-size: 14px;
    line-height: 1.3;
}

.forecast-zone-toolbar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.forecast-toolbar-label {
    color: var(--om-muted);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.forecast-zone-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.forecast-zone-tab {
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--om-line-strong);
    border-radius: 4px;
    background: #fff;
    color: #4d606a;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
}

.forecast-zone-tab:hover {
    background: #f7f7f7;
}

.forecast-zone-tab.is-active {
    border-color: var(--om-blue);
    background: var(--om-blue);
    color: #fff;
}

.forecast-zone-panel-head {
    padding: 26px 28px 24px;
    border-bottom: 1px solid var(--om-line);
    background: #fff;
}

.forecast-zone-head-weather {
    display: flex;
    align-items: center;
    gap: 16px;
}

.forecast-zone-weather-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    color: var(--om-blue);
}

.forecast-zone-panel-head h3 {
    margin: 4px 0 0;
    color: var(--om-blue-dark);
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}

.forecast-zone-summary {
    max-width: 940px;
    margin: 16px 0 0;
    color: #526872;
    font-size: 17px;
    line-height: 1.55;
}

.forecast-zone-mainline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.forecast-zone-mainline > span {
    min-width: 0;
    display: grid;
    grid-template-columns: 24px auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 13px 14px;
    border: 1px solid var(--om-line);
    border-radius: 4px;
    background: #fff;
    color: #526872;
}

.forecast-zone-mainline > span .forecast-mini-icon {
    width: 21px;
    height: 21px;
    color: var(--om-blue);
}

.forecast-zone-mainline b {
    color: var(--om-blue-dark);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .035em;
}

.forecast-zone-mainline em {
    min-width: 0;
    color: #526872;
    font-size: 14px;
    line-height: 1.3;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forecast-zone-mainline > span:has(.forecast-wind-arrow) {
    grid-template-columns: 24px 18px auto minmax(0, 1fr);
}

.forecast-zone-mainline .is-alert {
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
    border-color: #e8d4a0;
    background: #fffaf0;
    color: #765d18;
}

.forecast-zone-mainline .is-alert b {
    white-space: nowrap;
}

.forecast-zone-mainline .is-alert em {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.forecast-band-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.forecast-band {
    min-width: 0;
    padding: 22px 18px 24px;
}

.forecast-band + .forecast-band {
    border-left: 1px solid var(--om-line);
}

.forecast-band-top {
    display: flex;
    align-items: center;
    gap: 11px;
}

.forecast-band-weather {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: var(--om-blue);
}

.forecast-band-label {
    color: var(--om-blue);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.forecast-band strong {
    display: block;
    margin-top: 4px;
    color: var(--om-blue-dark);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.forecast-band p {
    min-height: 66px;
    margin: 13px 0 0;
    color: var(--om-muted);
    font-size: 14px;
    line-height: 1.5;
}

.forecast-band-meta {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid var(--om-line);
}

.forecast-band-meta > span {
    min-width: 0;
    display: grid;
    grid-template-columns: 19px auto 1fr;
    align-items: center;
    gap: 6px;
    color: var(--om-muted-2);
    font-size: 13px;
    line-height: 1.3;
}

.forecast-band-meta .forecast-mini-icon {
    width: 18px;
    height: 18px;
    color: var(--om-blue);
}

.forecast-band-meta b {
    color: #465c67;
    font-weight: 700;
}

.forecast-band-meta small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forecast-wind-arrow {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: var(--om-blue);
    font-size: 15px;
    line-height: 1;
    transform-origin: center;
}

.forecast-day-detail-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    padding: 27px 28px;
    border-bottom: 1px solid var(--om-line);
    background: #fff;
}

.forecast-day-detail-main {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

.forecast-day-detail-icon {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    color: var(--om-blue);
}

.forecast-day-detail-head h3 {
    margin: 4px 0 0;
    color: var(--om-blue-dark);
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
}

.forecast-day-detail-head p {
    max-width: 780px;
    margin: 11px 0 0;
    color: #526872;
    font-size: 16px;
    line-height: 1.55;
}

.forecast-day-temp {
    align-self: center;
    min-width: 160px;
    padding: 14px 16px;
    border-left: 1px solid var(--om-line-strong);
    background: #fff;
    text-align: center;
}

.forecast-day-temp small {
    display: block;
    color: var(--om-muted-2);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.forecast-day-temp strong {
    display: block;
    margin-top: 6px;
    color: var(--om-blue-dark);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
}

.forecast-day-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--om-line);
}

.forecast-day-metric {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 18px;
}

.forecast-day-metric + .forecast-day-metric {
    border-left: 1px solid var(--om-line);
}

.forecast-metric-icon {
    width: 34px;
    height: 34px;
    padding: 3px;
}

.forecast-day-metric > div {
    min-width: 0;
}

.forecast-day-metric span:not(.forecast-metric-icon) {
    display: block;
    color: var(--om-muted-2);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.forecast-day-metric strong {
    display: block;
    margin-top: 4px;
    color: var(--om-blue-dark);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.forecast-day-metric small {
    display: block;
    margin-top: 3px;
    color: var(--om-muted);
    font-size: 13px;
    line-height: 1.35;
}

.forecast-orosei-bands {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.forecast-orosei-band {
    min-width: 0;
    padding: 24px 22px 26px;
}

.forecast-orosei-band + .forecast-orosei-band {
    border-left: 1px solid var(--om-line);
}

.forecast-orosei-band-head {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.forecast-orosei-band-icon {
    width: 50px;
    height: 50px;
    color: var(--om-blue);
}

.forecast-orosei-band h4 {
    margin: 0;
    color: var(--om-blue);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.forecast-orosei-band-temp {
    color: var(--om-blue-dark);
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.forecast-orosei-band-weather {
    margin-top: 5px;
    color: #465c67;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.forecast-orosei-band-text {
    min-height: 72px;
    margin: 14px 0 0;
    color: var(--om-muted);
    font-size: 15px;
    line-height: 1.5;
}

.forecast-orosei-band-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--om-line);
}

.forecast-orosei-band-meta > span {
    min-width: 0;
    display: grid;
    grid-template-columns: 19px 1fr;
    gap: 4px 7px;
    align-items: center;
}

.forecast-orosei-band-meta .forecast-mini-icon {
    width: 18px;
    height: 18px;
    color: var(--om-blue);
}

.forecast-orosei-band-meta b {
    color: #465c67;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.forecast-orosei-band-meta small {
    grid-column: 2;
    color: var(--om-muted-2);
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1100px) {
    .forecast-day-tabs.is-five {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .forecast-band-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .forecast-band + .forecast-band {
        border-left: 0;
    }

    .forecast-band:nth-child(even) {
        border-left: 1px solid var(--om-line);
    }

    .forecast-band:nth-child(n + 3) {
        border-top: 1px solid var(--om-line);
    }

    .forecast-band:last-child {
        grid-column: 1 / -1;
        border-left: 0;
    }
}

@media (max-width: 980px) {
    .forecast-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .forecast-section-head > p {
        max-width: none;
        text-align: left;
    }

    .forecast-day-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .forecast-day-metric + .forecast-day-metric {
        border-left: 0;
    }

    .forecast-day-metric:nth-child(even) {
        border-left: 1px solid var(--om-line);
    }

    .forecast-day-metric:nth-child(n + 3) {
        border-top: 1px solid var(--om-line);
    }
}

@media (max-width: 700px) {
    .forecast-page-hero {
        padding: 40px 0 34px;
    }

    .forecast-page-hero h1 {
        font-size: 38px;
        letter-spacing: -.4px;
    }

    .forecast-page-hero p {
        font-size: 17px;
        line-height: 1.5;
    }

    .forecast-anchor-nav {
        gap: 8px;
        margin-top: 23px;
    }

    .forecast-anchor-nav a {
        min-height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .forecast-section {
        padding: 42px 0;
        scroll-margin-top: 100px;
    }

    .forecast-section-head {
        margin-bottom: 22px;
    }

    .forecast-section-head h2 {
        font-size: 33px;
    }

    .forecast-section-head > p {
        font-size: 16px;
    }

    .forecast-update {
        min-height: 36px;
        font-size: 13px;
    }

    .forecast-editorial-lead {
        padding: 22px 20px;
    }

    .forecast-editorial-icon {
        width: 35px;
        height: 35px;
    }

    .forecast-editorial-lead p {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.6;
    }

    .forecast-advisory {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
        padding: 15px 20px;
        font-size: 14px;
    }

    .forecast-editorial-grid {
        grid-template-columns: 1fr;
    }

    .forecast-info-card {
        padding: 20px;
    }

    .forecast-info-card:nth-child(even) {
        border-left: 0;
    }

    .forecast-info-card strong {
        font-size: 20px;
    }

    .forecast-info-card p {
        font-size: 15px;
    }

    .forecast-sea-list {
        grid-template-columns: 1fr;
    }

    .forecast-editorial-orosei {
        padding: 22px 20px 24px;
    }

    .forecast-subhead h3 {
        font-size: 27px;
    }

    .forecast-editorial-orosei-body p {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 13px 0;
        font-size: 15px;
    }

    .forecast-note {
        font-size: 14px;
    }

    .forecast-editorial-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 16px 20px;
        font-size: 13px;
    }

    .forecast-zone-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .forecast-day-tabs,
    .forecast-day-tabs.is-five {
        display: flex;
        overflow-x: auto;
        gap: 9px;
        padding-bottom: 4px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .forecast-day-tab {
        flex: 0 0 205px;
        scroll-snap-align: start;
        padding: 14px;
    }

    .forecast-day-tab-weather {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .forecast-day-tab-label,
    .forecast-day-tab-date {
        font-size: 12px;
    }

    .forecast-day-tab strong {
        font-size: 15px;
    }

    .forecast-day-tab small {
        font-size: 13px;
    }

    .forecast-zone-panel-head {
        padding: 22px 20px;
    }

    .forecast-zone-weather-icon {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
    }

    .forecast-zone-panel-head h3 {
        font-size: 26px;
    }

    .forecast-zone-summary {
        font-size: 15px;
    }

    .forecast-zone-mainline {
        grid-template-columns: 1fr;
    }

    .forecast-zone-mainline .is-alert {
        grid-column: auto;
    }

    .forecast-zone-mainline > span {
        padding: 12px 13px;
    }

    .forecast-zone-mainline b {
        font-size: 12px;
    }

    .forecast-zone-mainline em {
        font-size: 14px;
    }

    .forecast-band-list {
        grid-template-columns: 1fr;
    }

    .forecast-band,
    .forecast-band:nth-child(even),
    .forecast-band:nth-child(n + 3),
    .forecast-band:last-child {
        grid-column: auto;
        border-left: 0;
        border-top: 1px solid var(--om-line);
    }

    .forecast-band:first-child {
        border-top: 0;
    }

    .forecast-band {
        padding: 20px;
    }

    .forecast-band p {
        min-height: 0;
        font-size: 14px;
    }

    .forecast-band-meta > span {
        font-size: 13px;
    }

    .forecast-day-detail-head {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 20px;
    }

    .forecast-day-detail-main {
        gap: 14px;
    }

    .forecast-day-detail-icon {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    .forecast-day-detail-head h3 {
        font-size: 27px;
    }

    .forecast-day-detail-head p {
        font-size: 15px;
    }

    .forecast-day-temp {
        width: 100%;
        min-width: 0;
        padding: 14px 0 0;
        border-left: 0;
        border-top: 1px solid var(--om-line);
        text-align: left;
    }

    .forecast-day-temp strong {
        font-size: 26px;
    }

    .forecast-day-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .forecast-day-metric {
        padding: 17px 15px;
        gap: 10px;
    }

    .forecast-day-metric strong {
        font-size: 18px;
    }

    .forecast-orosei-bands {
        grid-template-columns: 1fr;
    }

    .forecast-orosei-band + .forecast-orosei-band {
        border-left: 0;
        border-top: 1px solid var(--om-line);
    }

    .forecast-orosei-band {
        padding: 22px 20px;
    }

    .forecast-orosei-band-text {
        min-height: 0;
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .forecast-anchor-nav {
        display: grid;
        grid-template-columns: 1fr;
    }

    .forecast-anchor-nav a {
        justify-content: flex-start;
    }

    .forecast-day-tab {
        flex-basis: 190px;
    }

    .forecast-day-metrics {
        grid-template-columns: 1fr;
    }

    .forecast-day-metric:nth-child(even) {
        border-left: 0;
    }

    .forecast-day-metric + .forecast-day-metric {
        border-top: 1px solid var(--om-line);
    }

    .forecast-orosei-band-head {
        grid-template-columns: 46px minmax(0, 1fr) auto;
    }

    .forecast-orosei-band-icon {
        width: 46px;
        height: 46px;
    }

    .forecast-orosei-band-temp {
        font-size: 27px;
    }

    .forecast-orosei-band-meta {
        grid-template-columns: 1fr;
    }
}
