.weather-home-v2 {
    background: #f3f6fa;
    color: #17212b;
    overflow-x: hidden;
}

.weather-home-v2 *,
.weather-home-v2 *::before,
.weather-home-v2 *::after {
    box-sizing: border-box;
}

body.weather-home-v2,
body.weather-home-v2 #app {
    min-width: 0 !important;
}

body.weather-home-v2 .container {
    min-width: 0 !important;
}

.weather-home-v2 .home-shell {
    overflow-x: hidden;
    padding-bottom: 56px;
}

.weather-home-v2 .home-shell>.container,
.weather-home-v2 .home-hero>.container {
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 32px);
}

.weather-home-v2 .home-hero {
    background:
        linear-gradient(125deg, rgba(22, 68, 126, 0.92), rgba(47, 110, 173, 0.76)),
        url('/themes/tinhte/public/images/bg_home.jpg') center/cover no-repeat;
    color: #fff;
    margin-bottom: 34px;
    padding: 48px 0 42px;
}

.weather-home-v2 .home-hero-grid {
    align-items: stretch;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
}

.weather-home-v2 .home-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(211, 223, 238, 0.86);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(31, 84, 136, 0.12);
    color: #17212b;
    min-width: 0;
}

.weather-home-v2 .hero-main {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.weather-home-v2 .eyebrow {
    color: #2e7470;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.weather-home-v2 .hero-title {
    color: #17212b;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 20px;
    overflow-wrap: anywhere;
    white-space: normal !important;
}

.weather-home-v2 .hero-title a {
    color: #2e7470;
    display: inline;
    text-decoration: none;
    white-space: normal !important;
}

.weather-home-v2 .hero-current {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: auto minmax(0, 1fr);
    min-width: 0;
}

.weather-home-v2 .hero-current>div,
.weather-home-v2 .forecast-day>div,
.weather-home-v2 .city-card,
.weather-home-v2 .section-card {
    min-width: 0;
}

.weather-home-v2 .hero-temp {
    align-items: center;
    display: flex;
    gap: 14px;
}

.weather-home-v2 .hero-temp img {
    height: 88px;
    width: 88px;
}

.weather-home-v2 .hero-temp strong {
    color: #d9302a;
    font-size: 82px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.9;
}

.weather-home-v2 .hero-temp sup {
    font-size: 38px;
    top: -0.7em;
}

.weather-home-v2 .hero-condition {
    color: #17212b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 8px;
}

.weather-home-v2 .hero-feels {
    color: #596579;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    overflow-wrap: anywhere;
    white-space: normal !important;
}

.weather-home-v2 .hero-metrics {
    border-top: 1px solid #e6edf5;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 26px;
    padding-top: 22px;
}

.weather-home-v2 .metric-card {
    background: #f7faff;
    border: 1px solid #e7eef7;
    border-radius: 14px;
    min-height: 84px;
    padding: 13px;
}

.weather-home-v2 .metric-card i,
.weather-home-v2 .metric-card svg {
    color: #2e7470;
    fill: currentColor;
    height: 18px;
    margin-bottom: 8px;
    width: 18px;
}

.weather-home-v2 .metric-card span {
    color: #667085;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 4px;
    overflow-wrap: normal;
    text-transform: uppercase;
    white-space: normal;
    word-break: normal;
}

.weather-home-v2 .metric-card strong {
    color: #17212b;
    display: block;
    font-size: 17px;
    font-weight: 800;
}

.weather-home-v2 .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.weather-home-v2 .home-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none;
}

.weather-home-v2 .home-btn-primary {
    background: #2e7470;
    color: #fff;
}

.weather-home-v2 .home-btn-light {
    background: #e8f1fb;
    color: #1f5488;
}

.weather-home-v2 .forecast-stack {
    display: grid;
    gap: 14px;
}

.weather-home-v2 .forecast-day {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(211, 223, 238, 0.9);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(21, 46, 76, 0.12);
    color: #17212b;
    display: grid;
    gap: 14px;
    grid-template-columns: 86px 1fr auto;
    min-height: 118px;
    padding: 18px;
}

.weather-home-v2 .forecast-date {
    color: #2e7470;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.weather-home-v2 .forecast-day img {
    height: 58px;
    width: 58px;
}

.weather-home-v2 .forecast-condition {
    color: #17212b;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 6px;
    overflow-wrap: anywhere;
    white-space: normal;
}

.weather-home-v2 .forecast-rain {
    color: #667085;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.weather-home-v2 .forecast-temp {
    color: #17212b;
    font-size: 24px;
    font-weight: 800;
    white-space: nowrap;
}

.weather-home-v2 .home-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.85fr);
}

.weather-home-v2 .section-card {
    background: #fff;
    border: 1px solid #dde6f0;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(31, 84, 136, 0.08);
    margin-bottom: 24px;
    padding: 24px;
}

.weather-home-v2 .section-head {
    align-items: flex-end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
    min-width: 0;
}

.weather-home-v2 .section-title {
    color: #17212b;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.weather-home-v2 .section-note {
    color: #667085;
    font-size: 14px;
    font-weight: 700;
    margin: 6px 0 0;
    max-width: 640px;
}

.weather-home-v2 .featured-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.weather-home-v2 .city-card {
    background: #f8fafc;
    border: 1px solid #e7eef7;
    border-radius: 16px;
    color: #17212b;
    display: flex;
    flex-direction: column;
    min-height: 174px;
    padding: 16px;
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.weather-home-v2 .city-card:hover,
.weather-home-v2 .city-card:focus {
    border-color: #bfd5ee;
    box-shadow: 0 14px 28px rgba(47, 110, 173, 0.12);
    color: #17212b;
    text-decoration: none;
    transform: translateY(-2px);
}

.weather-home-v2 .city-card-loading {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) 0 0 / 220px 100% no-repeat,
        #f3f6fa;
    animation: city-card-pulse 1.4s ease-in-out infinite;
}

@keyframes city-card-pulse {
    0% {
        background-position: -220px 0, 0 0;
    }

    100% {
        background-position: calc(100% + 220px) 0, 0 0;
    }
}

.weather-home-v2 .city-name {
    color: #17212b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 12px;
    overflow-wrap: anywhere;
    white-space: normal;
}

.weather-home-v2 .city-weather {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.weather-home-v2 .city-weather img {
    height: 48px;
    width: 48px;
}

.weather-home-v2 .city-temp {
    color: #d9302a;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.weather-home-v2 .city-meta {
    color: #667085;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin-top: 12px;
}

.weather-home-v2 .city-condition {
    color: #344054;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin: 10px 0 0;
}

.weather-home-v2 .windy-frame {
    background: linear-gradient(135deg, #eaf2fb, #f8fbff);
    border: 0;
    border-radius: 14px;
    height: 360px;
    overflow: hidden;
    width: 100%;
}

.weather-home-v2 .home-calendar {
    padding: 0;
    overflow: hidden;
}

.weather-home-v2 #calendar_header {
    align-items: center;
    background: #f5b85c;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 22px;
}

.weather-home-v2 #calendar_header h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin: 0;
    text-align: center;
}

.weather-home-v2 #calendar_header i {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.weather-home-v2 #calendar_header svg {
    fill: currentColor;
}

.weather-home-v2 #calendar_weekdays,
.weather-home-v2 #calendar_content {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: visible;
    text-align: center;
}

.weather-home-v2 #calendar_weekdays {
    color: #d99125;
    font-size: 15px;
    font-weight: 800;
    padding: 18px 16px 6px;
}

.weather-home-v2 #calendar_content {
    color: #667085;
    font-size: 16px;
    font-weight: 700;
    gap: 6px 0;
    padding: 12px 16px 22px;
}

.weather-home-v2 #calendar_weekdays div,
.weather-home-v2 #calendar_content div {
    align-items: center;
    background: transparent;
    color: inherit;
    display: flex;
    float: none;
    height: 38px;
    justify-content: center;
    line-height: 1;
    overflow: visible;
    text-align: center;
    width: auto;
}

.weather-home-v2 #calendar_content .today {
    background: #f5b85c;
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
}

.weather-home-v2 .province-grid {
    column-count: 3;
    column-gap: 14px;
}

.weather-home-v2 .province-link {
    break-inside: avoid;
    display: block;
    margin-bottom: 10px;
}

.weather-home-v2 .province-link a {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e7eef7;
    border-radius: 999px;
    color: #17212b;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    min-height: 38px;
    padding: 8px 13px;
    text-decoration: none;
}

.weather-home-v2 .province-link a:hover,
.weather-home-v2 .province-link a:focus {
    background: #e8f1fb;
    color: #1f5488;
    text-decoration: none;
}

.weather-home-v2 .news-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.weather-home-v2 .news-card {
    color: #17212b;
    display: block;
    text-decoration: none;
    min-width: 0;
}

.weather-home-v2 .news-thumb {
    background: #eef2f6;
    border-radius: 14px;
    display: block;
    height: 145px;
    overflow: hidden;
    width: 100%;
}

.weather-home-v2 .news-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.weather-home-v2 .news-title {
    color: #17212b;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 12px 0 0;
}

.weather-home-v2 .news-card:hover .news-title {
    color: #2e7470;
}

.weather-home-v2 .sidebar-news {
    display: grid;
    gap: 14px;
}

.weather-home-v2 .sidebar-news-item {
    border-bottom: 1px solid #e7eef7;
    color: #17212b;
    display: grid;
    gap: 12px;
    grid-template-columns: 92px minmax(0, 1fr);
    padding-bottom: 14px;
    text-decoration: none;
}

.weather-home-v2 .sidebar-news-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.weather-home-v2 .sidebar-news-thumb {
    background: #eef2f6;
    border-radius: 12px;
    height: 70px;
    overflow: hidden;
    width: 92px;
}

.weather-home-v2 .sidebar-news-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.weather-home-v2 .sidebar-news-title {
    color: #17212b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.weather-home-v2 .sidebar-news-meta {
    color: #667085;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
}

.weather-home-v2 .sidebar-news-item:hover,
.weather-home-v2 .sidebar-news-item:focus {
    color: #17212b;
    text-decoration: none;
}

.weather-home-v2 .sidebar-news-item:hover .sidebar-news-title,
.weather-home-v2 .sidebar-news-item:focus .sidebar-news-title {
    color: #2e7470;
}

@media (max-width: 991px) {

    .weather-home-v2 .home-hero-grid,
    .weather-home-v2 .home-grid {
        grid-template-columns: 1fr;
    }

    .weather-home-v2 .featured-grid,
    .weather-home-v2 .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .weather-home-v2 .hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .weather-home-v2 .home-shell>.container,
    .weather-home-v2 .home-hero>.container,
    .weather-home-v2 .home-hero-grid,
    .weather-home-v2 .home-grid,
    .weather-home-v2 .hero-main,
    .weather-home-v2 .forecast-stack,
    .weather-home-v2 .forecast-day,
    .weather-home-v2 .section-card {
        max-width: calc(100vw - 32px) !important;
        width: calc(100vw - 32px) !important;
    }

    .weather-home-v2 .home-hero-grid,
    .weather-home-v2 .home-grid {
        margin-left: auto;
        margin-right: auto;
    }

    .weather-home-v2 .home-shell {
        padding-bottom: 28px;
    }

    .weather-home-v2 .home-hero {
        margin-bottom: 18px;
        padding: 18px 0;
    }

    .weather-home-v2 .hero-main,
    .weather-home-v2 .section-card {
        border-radius: 16px;
        padding: 14px;
    }

    .weather-home-v2 .eyebrow {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .weather-home-v2 .hero-title {
        font-size: 22px;
        line-height: 1.18;
        margin-bottom: 12px;
        max-width: 100%;
    }

    .weather-home-v2 .hero-title a {
        display: block;
    }

    .weather-home-v2 .hero-current {
        align-items: center;
        gap: 10px;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .weather-home-v2 .hero-temp {
        gap: 8px;
    }

    .weather-home-v2 .hero-temp img {
        height: 48px;
        width: 48px;
    }

    .weather-home-v2 .hero-temp strong {
        font-size: 50px;
    }

    .weather-home-v2 .hero-temp sup {
        font-size: 22px;
    }

    .weather-home-v2 .hero-condition {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .weather-home-v2 .hero-feels {
        display: -webkit-box;
        font-size: 13px;
        line-height: 1.4;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .weather-home-v2 .hero-metrics,
    .weather-home-v2 .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .weather-home-v2 .hero-metrics {
        display: flex;
        gap: 8px;
        margin-top: 14px;
        overflow-x: auto;
        padding-bottom: 4px;
        padding-top: 14px;
        scrollbar-width: none;
    }

    .weather-home-v2 .hero-metrics::-webkit-scrollbar,
    .weather-home-v2 .forecast-stack::-webkit-scrollbar {
        display: none;
    }

    .weather-home-v2 .metric-card {
        border-radius: 12px;
        flex: 0 0 108px;
        min-height: 62px;
        padding: 8px;
    }

    .weather-home-v2 .metric-card i,
    .weather-home-v2 .metric-card svg {
        height: 14px;
        margin-bottom: 5px;
        width: 14px;
    }

    .weather-home-v2 .metric-card span {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 2px;
        overflow-wrap: normal;
        white-space: normal;
        word-break: normal;
    }

    .weather-home-v2 .metric-card strong {
        font-size: 13px;
    }

    .weather-home-v2 .hero-actions {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 14px;
    }

    .weather-home-v2 .home-btn {
        font-size: 13px;
        min-height: 34px;
    }

    .weather-home-v2 .section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }

    .weather-home-v2 .section-title {
        font-size: 18px;
    }

    .weather-home-v2 .section-note {
        font-size: 13px;
        line-height: 1.35;
    }

    .weather-home-v2 .section-head .home-btn {
        width: 100%;
        justify-content: center;
    }

    .weather-home-v2 .hero-actions .home-btn {
        justify-content: center;
        min-width: 0;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center;
        white-space: nowrap;
    }

    .weather-home-v2 .forecast-day {
        border-radius: 14px;
        flex: 0 0 86%;
        gap: 8px;
        grid-template-columns: 52px minmax(0, 1fr) auto;
        min-height: 78px;
        padding: 10px;
    }

    .weather-home-v2 .forecast-stack {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 2px;
        scroll-snap-type: x proximity;
    }

    .weather-home-v2 .forecast-stack .forecast-day {
        scroll-snap-align: start;
    }

    .weather-home-v2 .forecast-date {
        font-size: 13px;
    }

    .weather-home-v2 .forecast-day>div:nth-child(2) {
        align-items: center;
        display: grid;
        gap: 2px 8px;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .weather-home-v2 .forecast-day img {
        grid-row: 1 / 3;
        height: 36px;
        width: 36px;
    }

    .weather-home-v2 .forecast-condition {
        font-size: 13px;
        line-height: 1.25;
        margin: 0;
    }

    .weather-home-v2 .forecast-rain {
        font-size: 13px;
        line-height: 1.25;
    }

    .weather-home-v2 .forecast-temp {
        font-size: 15px;
        grid-column: auto;
    }

    .weather-home-v2 .featured-grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .weather-home-v2 .city-card {
        border-radius: 14px;
        min-height: 122px;
        padding: 10px;
    }

    .weather-home-v2 .city-name {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .weather-home-v2 .city-weather {
        gap: 6px;
    }

    .weather-home-v2 .city-weather img {
        height: 30px;
        width: 30px;
    }

    .weather-home-v2 .city-temp {
        font-size: 24px;
    }

    .weather-home-v2 .city-meta {
        font-size: 13px;
        gap: 4px;
        margin-top: 8px;
    }

    .weather-home-v2 .city-condition {
        font-size: 13px;
        line-height: 1.25;
        margin-top: 6px;
    }

    .weather-home-v2 .featured-grid .city-card:nth-child(n+9) {
        display: none;
    }

    .weather-home-v2 .province-grid {
        column-count: 2;
        column-gap: 8px;
        max-height: 440px;
        overflow-y: auto;
        padding-right: 2px;
    }

    .weather-home-v2 .province-link {
        margin-bottom: 7px;
    }

    .weather-home-v2 .province-link a {
        font-size: 13px;
        gap: 5px;
        min-height: 30px;
        padding: 6px 8px;
    }

    .weather-home-v2 .windy-frame {
        height: 180px;
    }

    .weather-home-v2 #calendar_header {
        padding: 14px 16px;
    }

    .weather-home-v2 #calendar_header h3 {
        font-size: 18px;
    }

    .weather-home-v2 #calendar_weekdays {
        font-size: 13px;
        padding: 12px 10px 4px;
    }

    .weather-home-v2 #calendar_content {
        font-size: 13px;
        padding: 8px 10px 14px;
    }

    .weather-home-v2 #calendar_content div,
    .weather-home-v2 #calendar_weekdays div {
        height: 30px;
    }

    .weather-home-v2 .sidebar-news-item {
        grid-template-columns: 86px minmax(0, 1fr);
    }

    .weather-home-v2 .sidebar-news-thumb {
        height: 62px;
        width: 86px;
    }

    .weather-home-v2 .sidebar-news-title {
        font-size: 13px;
    }

    .weather-home-v2 .sidebar-news-meta {
        font-size: 13px;
    }
}

/* Equatorial redesign pass */
.weather-home-v2 {
    --indo-ink: #102326;
    --indo-deep: #063f46;
    --indo-sea: #087c83;
    --indo-mint: #b8f0df;
    --indo-sun: #f6c453;
    --indo-coral: #f06b4f;
    --indo-paper: #fbf7ed;
    --indo-line: rgba(6, 63, 70, 0.16);
    background:
        linear-gradient(180deg, #f7faf8 0%, #eef6f3 54%, #f8faf9 100%) !important;
}

.weather-home-v2 .home-shell {
    background: transparent !important;
}

.weather-home-v2 .home-hero {
    background:
        radial-gradient(circle at 76% 22%, rgba(246, 196, 83, 0.42), transparent 24%),
        radial-gradient(circle at 18% 76%, rgba(184, 240, 223, 0.28), transparent 28%),
        linear-gradient(132deg, #052f36 0%, #087c83 54%, #f06b4f 125%) !important;
}

.weather-home-v2 .archipelago-banner,
.weather-home-v2 .hero-main,
.weather-home-v2 .section-card,
.weather-home-v2 .forecast-day,
.weather-home-v2 .island-weather-ribbon a {
    border-radius: 8px !important;
}

.weather-home-v2 .archipelago-banner {
    background:
        linear-gradient(135deg, rgba(251, 247, 237, 0.98), rgba(222, 249, 240, 0.9)),
        radial-gradient(circle at 84% 0%, rgba(246, 196, 83, 0.36), transparent 32%) !important;
    box-shadow: 0 18px 36px rgba(4, 43, 48, 0.2) !important;
}

.weather-home-v2 .archipelago-kicker,
.weather-home-v2 .island-weather-ribbon span {
    color: var(--indo-coral) !important;
}

.weather-home-v2 .home-grid {
    align-items: start;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.72fr) !important;
}

.weather-home-v2 .weather-ledger,
.weather-home-v2 .location-atlas {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(38, 78, 82, 0.13) !important;
    box-shadow: 0 14px 30px rgba(16, 35, 38, 0.07) !important;
    overflow: hidden;
    padding: 0 !important;
}

.weather-home-v2 .weather-ledger-head,
.weather-home-v2 .atlas-head,
.weather-home-v2 .orbit-head {
    background: #ffffff;
    border-bottom: 1px solid rgba(38, 78, 82, 0.1);
    margin: 0 !important;
    padding: 20px 22px;
}

.weather-home-v2 .weather-ledger .section-title,
.weather-home-v2 .location-atlas .section-title,
.weather-home-v2 .weather-orbit .section-title {
    color: var(--indo-deep) !important;
    font-size: 21px;
}

.weather-home-v2 .ledger-badge,
.weather-home-v2 .atlas-badge,
.weather-home-v2 .orbit-status {
    align-items: center;
    background: #eaf4f0;
    border-radius: 999px;
    color: var(--indo-deep);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    min-height: 30px;
    padding: 0 11px;
    text-transform: uppercase;
    white-space: nowrap;
}

.weather-home-v2 .atlas-badge {
    background: var(--indo-coral);
}

.weather-home-v2 .orbit-status {
    background: rgba(6, 63, 70, 0.12);
    color: var(--indo-deep);
    gap: 7px;
}

.weather-home-v2 .orbit-status i {
    color: #36d399;
    font-size: 9px;
}

.weather-home-v2 .featured-grid {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
    padding: 18px 20px 20px;
}

.weather-home-v2 .city-card {
    align-items: center;
    background: #f8fbfa !important;
    border: 1px solid rgba(38, 78, 82, 0.1) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 8px 16px;
    grid-template-columns: 38px minmax(150px, 0.9fr) minmax(190px, 1.2fr) auto;
    min-height: 76px !important;
    padding: 14px 16px !important;
    position: relative;
}

.weather-home-v2 .city-card:hover,
.weather-home-v2 .city-card:focus {
    background: #ffffff !important;
    border-color: rgba(8, 124, 131, 0.24) !important;
    box-shadow: 0 10px 22px rgba(16, 35, 38, 0.07) !important;
    color: var(--indo-ink);
    transform: none !important;
}

.weather-home-v2 .city-rank {
    align-items: center;
    background: #eaf4f0;
    border-radius: 8px;
    color: var(--indo-deep);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    letter-spacing: 0;
    width: 38px;
}

.weather-home-v2 .city-name {
    color: var(--indo-ink) !important;
    font-size: 17px !important;
    margin: 0 !important;
    min-width: 0;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.weather-home-v2 .city-weather {
    grid-column: 4;
    grid-row: 1 / span 2;
    justify-content: flex-end;
    margin: 0 !important;
}

.weather-home-v2 .city-weather img {
    height: 38px !important;
    width: 38px !important;
}

.weather-home-v2 .city-temp {
    color: var(--indo-coral) !important;
    font-size: 32px !important;
    font-weight: 900;
}

.weather-home-v2 .city-meta,
.weather-home-v2 .city-condition {
    grid-column: 3;
    margin: 0 !important;
    min-width: 0;
}

.weather-home-v2 .city-meta {
    color: #587073 !important;
    display: flex !important;
    flex-wrap: wrap;
    font-size: 12px !important;
    gap: 6px 10px;
    line-height: 1.25;
}

.weather-home-v2 .city-condition {
    color: #25484c !important;
    font-size: 13px !important;
    font-weight: 800;
}

.weather-home-v2 .city-card-loading {
    animation: none !important;
}

.weather-home-v2 .weather-orbit {
    background: #052f36 !important;
    border: 1px solid rgba(184, 240, 223, 0.2) !important;
    box-shadow: 0 18px 36px rgba(6, 63, 70, 0.16) !important;
    overflow: hidden;
    padding: 0 !important;
}

.weather-home-v2 .weather-orbit .section-note,
.weather-home-v2 .weather-orbit .section-title {
    color: #dffaf1 !important;
}

.weather-home-v2 .weather-orbit .section-note {
    opacity: 0.76;
}

.weather-home-v2 .weather-orbit .orbit-head {
    background:
        linear-gradient(90deg, rgba(184, 240, 223, 0.12), rgba(246, 196, 83, 0.12));
    border-bottom-color: rgba(184, 240, 223, 0.16);
}

.weather-home-v2 .windy-frame {
    border-radius: 0 !important;
    display: block;
    height: 330px !important;
}

.weather-home-v2 .tide-calendar {
    background: var(--indo-paper) !important;
    border: 1px solid rgba(6, 63, 70, 0.14) !important;
    box-shadow: 0 16px 34px rgba(6, 63, 70, 0.09) !important;
    padding: 0 !important;
}

.weather-home-v2 .calendar-caption {
    align-items: baseline;
    background:
        linear-gradient(90deg, #063f46, #087c83);
    color: #fff;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 16px 20px 0;
}

.weather-home-v2 .calendar-caption span {
    color: var(--indo-sun);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.weather-home-v2 .calendar-caption strong {
    font-size: 15px;
    font-weight: 900;
}

.weather-home-v2 #calendar_header {
    background:
        linear-gradient(90deg, #063f46, #087c83) !important;
    padding: 18px 20px !important;
}

.weather-home-v2 #calendar_header h3 {
    color: var(--indo-sun) !important;
}

.weather-home-v2 #calendar_weekdays {
    color: var(--indo-sea) !important;
}

.weather-home-v2 #calendar_content .today {
    background: var(--indo-coral) !important;
    border-radius: 50% !important;
}

.weather-home-v2 .location-board {
    column-count: 1 !important;
    display: grid !important;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 4px 24px 24px;
}

.weather-home-v2 .atlas-location {
    margin: 0 !important;
}

.weather-home-v2 .atlas-location a {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(6, 63, 70, 0.12) !important;
    border-radius: 0 !important;
    color: var(--indo-ink) !important;
    display: grid !important;
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 78px !important;
    padding: 12px 14px !important;
}

.weather-home-v2 .atlas-location:nth-child(3n+1) a,
.weather-home-v2 .atlas-location:nth-child(3n+2) a {
    border-right: 1px solid rgba(6, 63, 70, 0.12) !important;
}

.weather-home-v2 .atlas-location a:hover,
.weather-home-v2 .atlas-location a:focus {
    background: rgba(246, 196, 83, 0.14) !important;
}

.weather-home-v2 .atlas-pin {
    color: var(--indo-coral);
    font-size: 12px;
    font-weight: 900;
}

.weather-home-v2 .atlas-copy {
    min-width: 0;
}

.weather-home-v2 .atlas-copy strong,
.weather-home-v2 .atlas-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.weather-home-v2 .atlas-copy strong {
    font-size: 16px;
    font-weight: 900;
}

.weather-home-v2 .atlas-copy small {
    color: #6d8184;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-top: 4px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .weather-home-v2 .home-grid {
        grid-template-columns: 1fr !important;
    }

    .weather-home-v2 .location-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .weather-home-v2 .atlas-location:nth-child(n) a {
        border-right: 0 !important;
    }

    .weather-home-v2 .atlas-location:nth-child(odd) a {
        border-right: 1px solid rgba(6, 63, 70, 0.12) !important;
    }
}

@media (max-width: 767px) {
    .weather-home-v2 .weather-ledger,
    .weather-home-v2 .location-atlas,
    .weather-home-v2 .weather-orbit,
    .weather-home-v2 .tide-calendar {
        max-width: calc(100vw - 32px) !important;
        width: calc(100vw - 32px) !important;
    }

    .weather-home-v2 .weather-ledger-head,
    .weather-home-v2 .atlas-head,
    .weather-home-v2 .orbit-head {
        align-items: flex-start;
        display: grid;
        gap: 10px;
        padding: 16px;
    }

    .weather-home-v2 .featured-grid,
    .weather-home-v2 .location-board {
        grid-template-columns: 1fr !important;
        padding: 14px 16px 16px;
    }

    .weather-home-v2 .city-card {
        border-right: 0 !important;
        grid-template-columns: 36px minmax(0, 1fr) auto;
        min-height: 92px !important;
        padding: 13px 12px !important;
    }

    .weather-home-v2 .city-rank {
        border-radius: 8px;
        height: 32px;
        width: 32px;
    }

    .weather-home-v2 .city-name {
        grid-column: 2;
        font-size: 15px !important;
    }

    .weather-home-v2 .city-meta,
    .weather-home-v2 .city-condition {
        grid-column: 2;
    }

    .weather-home-v2 .city-weather {
        grid-column: 3;
    }

    .weather-home-v2 .city-weather img {
        height: 32px !important;
        width: 32px !important;
    }

    .weather-home-v2 .city-temp {
        font-size: 27px !important;
    }

    .weather-home-v2 .atlas-location:nth-child(n) a {
        border-right: 0 !important;
        padding: 11px 0 !important;
    }

    .weather-home-v2 .windy-frame {
        height: 220px !important;
    }
}

/* Compact region menu masonry override */
.header-wrap .menu-region-grid {
    column-count: 4;
    column-gap: 14px;
    display: block;
    max-height: min(640px, 72vh);
    overflow-y: auto;
    padding: 14px;
}

.header-wrap .menu-region-group {
    break-inside: avoid;
    display: inline-block;
    margin: 0 0 14px;
    padding: 10px;
    width: 100%;
}

.header-wrap .menu-region-group h3 {
    border-bottom: 1px solid #dbe7f3;
    margin-bottom: 8px;
    padding-bottom: 7px;
}

.header-wrap .menu-region-group ul {
    gap: 5px !important;
}

.header-wrap .menu-region-group a {
    border-radius: 7px;
    font-size: 12px;
    min-height: 28px;
    padding: 5px 8px;
}

@media (max-width: 991px) {
    .header-wrap .menu-region-grid {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .header-bottom .site-main-menu .menu-region-grid {
        column-count: auto;
        display: grid;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .header-bottom .site-main-menu .menu-region-group {
        display: block;
        margin-bottom: 10px;
    }

    .header-bottom .site-main-menu .menu-region-group ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.mobile-menu-toggle,
.mobile-menu-panel-head {
    display: none;
}

@media (max-width: 767px) {
    body.mobile-menu-open {
        overflow: hidden !important;
    }

    .mobile-menu-toggle {
        align-items: center;
        background: #2e7470;
        border: 0;
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(21, 61, 104, 0.18);
        display: inline-flex;
        flex-direction: column;
        gap: 4px;
        height: 38px;
        justify-content: center;
        padding: 0;
        grid-area: menu;
        justify-self: start;
        position: static;
        width: 42px;
        z-index: 20150;
    }

    .mobile-menu-toggle span {
        background: #fff;
        border-radius: 999px;
        display: block;
        height: 2px;
        transition: transform 0.18s ease, opacity 0.18s ease;
        width: 18px;
    }

    .mobile-menu-toggle.is-open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .mobile-menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    body.mobile-menu-open .mobile-menu-toggle {
        display: inline-flex;
        left: 14px;
        position: fixed;
        top: 14px;
        z-index: 20200;
    }

    .header-wrap .header-top-row {
        position: relative;
    }

    .header-wrap .header-top-row .container {
        box-sizing: border-box;
        max-width: none !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100% !important;
    }

    .header-wrap .header-top-row .container,
    .header-wrap .header-top-row .general-header-inner {
        min-width: 0 !important;
    }

    .header-wrap .header-top-row .general-header-inner {
        align-items: center;
        display: grid;
        gap: 10px 12px;
        grid-template-areas:
            "menu logo unit"
            "search search search";
        grid-template-columns: 46px minmax(0, 1fr) 118px;
        padding: 12px 0 14px !important;
        position: relative;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .header-wrap .header-top-row .header-column-left {
        display: contents;
    }

    .header-wrap .header-top-row .header-column-right {
        align-items: center;
        display: flex;
        grid-area: unit;
        justify-content: flex-end;
        min-width: 0;
    }

    .header-wrap .header-top-row .header-logo {
        display: flex;
        grid-area: logo;
        justify-content: center;
        min-width: 0;
    }

    .header-wrap .header-top-row .header-logo img {
        height: auto !important;
        max-height: 54px;
        max-width: 178px;
        object-fit: contain;
        width: auto;
    }

    .header-wrap .header-top-row .show-search-form {
        grid-area: search;
        min-width: 0;
        width: 100%;
    }

    .header-wrap .header-top-row .tdb-drop-down-search,
    .header-wrap .header-top-row .tdb-drop-down-search-inner,
    .header-wrap .header-top-row .tdb-search-form,
    .header-wrap .header-top-row .tdb-search-form-inner {
        width: 100%;
    }

    .header-wrap .header-top-row .tdb-search-form-inner {
        align-items: center;
        display: flex;
        height: 40px;
    }

    .header-wrap .header-top-row .tdb-head-search-form-input {
        height: 40px !important;
        min-width: 0;
        width: 100% !important;
    }

    .header-wrap .header-top-row .tdb-head-search-form-btn {
        flex: 0 0 46px;
        height: 40px !important;
        min-width: 46px;
        width: 46px;
    }

    .header-wrap .header-top-row .header-select-city,
    .header-wrap .header-top-row .header-select-unit {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .header-wrap .header-top-row .header-select-unit {
        color: transparent;
        font-size: 0;
        line-height: 1;
        white-space: nowrap;
    }

    .header-wrap .header-top-row #select_degree {
        background: #fff;
        border: 1px solid #d7e3f0;
        border-radius: 999px;
        color: #17212b;
        font-size: 13px;
        font-weight: 800;
        height: 34px;
        line-height: 1;
        max-width: 62px;
        padding: 0 7px;
        width: 62px;
    }

    .header-wrap .header-top-row .header-select-city {
        gap: 6px;
    }

    .header-wrap .header-top-row .header-language-switch {
        background: #fff;
        min-height: 34px;
        padding: 2px;
    }

    .header-wrap .header-top-row .language-switch-option {
        gap: 0;
        min-height: 28px;
        padding: 0 5px;
    }

    .header-wrap .header-top-row .language-code {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .header-wrap .header-top-row .language-flag {
        height: 17px;
        width: 17px;
    }

    .header-bottom {
        background: rgba(11, 29, 51, 0.48);
        bottom: 0;
        display: none;
        height: 100vh;
        left: 0;
        overflow: hidden;
        position: fixed !important;
        right: 0;
        top: 0;
        transform: none;
        width: 100vw;
        z-index: 20100;
    }

    .header-bottom.is-open {
        display: block;
    }

    .header-bottom>.container {
        background: #fff;
        border-radius: 0;
        box-shadow: 18px 0 42px rgba(16, 24, 40, 0.2);
        display: flex;
        flex-direction: column;
        height: 100vh;
        margin: 0;
        max-width: min(92vw, 420px);
        min-width: 0 !important;
        overflow: hidden;
        padding: 0;
        padding-top: 58px;
        transform: none !important;
        width: min(92vw, 420px);
    }

    .header-bottom.is-open>.container {
        transform: none !important;
    }

    .mobile-menu-panel-head {
        align-items: center;
        background: #2e7470;
        color: #fff;
        display: flex;
        flex: 0 0 auto;
        justify-content: space-between;
        min-height: 58px;
        left: 0;
        padding: 0 16px 0 68px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .mobile-menu-panel-head strong {
        color: #fff;
        font-size: 18px;
        font-weight: 800;
    }

    .mobile-menu-close {
        align-items: center;
        background: rgba(255, 255, 255, 0.16);
        border: 0;
        border-radius: 10px;
        color: #fff;
        display: inline-flex;
        height: 36px;
        justify-content: center;
        width: 36px;
    }

    .header-bottom .site-main-menu {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        padding: 14px;
        width: 100%;
    }

    .header-bottom .site-main-menu,
    .header-bottom .site-main-menu .header-column-left,
    .header-bottom .site-main-menu .header-select-city {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .header-bottom .site-main-menu .menu-select-city {
        background: #f7faff;
        border: 1px solid #e2ebf5;
        border-radius: 16px;
        overflow: hidden;
        width: 100%;
    }

    .header-bottom .site-main-menu .menu-select-city__title {
        align-items: center;
        color: #17212b;
        display: flex;
        font-size: 15px;
        font-weight: 800;
        justify-content: flex-start;
        line-height: 1.2;
        min-height: 46px;
        padding: 0 14px;
        text-align: left;
        width: 100%;
    }

    .header-bottom .site-main-menu .menu-select-city__title i:first-child {
        color: #2e7470;
        margin-right: 8px;
    }

    .header-bottom .site-main-menu .menu-select-city__title i:last-child {
        margin-left: auto;
        transition: transform 0.18s ease;
    }

    .header-bottom .site-main-menu .menu-select-city__title.active i:last-child {
        transform: rotate(180deg);
    }

    .header-bottom .site-main-menu .menu-select-city__list {
        background: #fff;
        border-top: 1px solid #e2ebf5;
        box-shadow: none;
        display: none;
        left: auto;
        max-height: 52vh;
        max-width: none;
        min-width: 0;
        overflow-y: auto;
        padding: 10px;
        position: static;
        top: auto;
        width: 100%;
    }

    .header-bottom .site-main-menu .menu-select-city__list.active {
        display: block;
    }

    .header-bottom .site-main-menu .menu-select-city__list ul {
        column-gap: 0;
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        list-style: none;
        margin: 0;
        max-height: none;
        overflow: visible;
        padding: 0;
        width: 100%;
    }

    .header-bottom .site-main-menu .menu-select-city__list li {
        min-width: 0;
    }

    .header-bottom .site-main-menu .menu-select-city__list a {
        background: #f2f5f8;
        border-radius: 999px;
        color: #17212b;
        display: block;
        font-size: 13px;
        font-weight: 700;
        overflow: hidden;
        padding: 8px 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-bottom .site-main-menu .header-menu-link {
        align-items: stretch;
        display: grid;
        flex: none;
        gap: 10px;
        grid-template-columns: 1fr;
        overflow: visible;
        width: 100%;
    }

    .header-bottom .site-main-menu .header-menu-link a {
        align-items: center;
        background: #f7faff;
        border: 1px solid #e2ebf5;
        border-radius: 14px;
        color: #17212b;
        display: flex;
        font-size: 14px;
        font-weight: 800;
        gap: 10px;
        justify-content: flex-start;
        line-height: 1.25;
        min-height: 44px;
        padding: 10px 14px;
        text-align: left;
        text-decoration: none;
        white-space: normal;
        width: 100%;
    }

    .header-bottom .site-main-menu .header-menu-link a i {
        color: #2e7470;
        flex: 0 0 18px;
        text-align: center;
        width: 18px;
    }
}

@media (max-width: 767px) {

    body.mobile-menu-open .header-bottom>.container,
    .header-bottom.is-open>.container {
        transform: none !important;
    }
}

/* Location pages: province, district, ward */
body.page-location {
    background: #f3f6fa;
    color: #17212b;
    overflow-x: hidden;
}

body.page-location *,
body.page-location *::before,
body.page-location *::after {
    box-sizing: border-box;
}

body.page-location .container {
    max-width: 1140px;
    min-width: 0 !important;
}

body.page-location .breadcrumb {
    background: #e9eef5;
    border-radius: 10px;
    color: #667085;
    margin: 12px 0 2px;
    padding: 12px 16px;
}

body.page-location .breadcrumb a {
    color: #2e7470;
    font-weight: 700;
}

body.page-location .sticky-top {
    position: sticky;
    top: 0;
    z-index: 20;
}

body.page-location .menu-location {
    background: transparent !important;
    border-radius: 0;
}

body.page-location .menu-location .nav-scroller {
    overflow-x: auto;
    padding: 6px 0;
    scrollbar-width: none;
}

body.page-location .menu-location .nav-scroller::-webkit-scrollbar {
    display: none;
}

body.page-location .menu-location .nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    min-width: max-content;
    padding: 8px 0 !important;
}

body.page-location .menu-location .nav-item {
    flex: 0 0 auto;
}

body.page-location .menu-location .nav-link {
    background: #fff;
    border: 1px solid #dce6f2;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(31, 84, 136, 0.08);
    color: #1f5488;
    font-size: 14px;
    font-weight: 800;
    min-width: 110px;
    padding: 10px 18px;
    text-align: center;
    white-space: nowrap;
}

body.page-location .menu-location .nav-link.active,
body.page-location .menu-location .nav-link:hover,
body.page-location .menu-location .nav-link:focus {
    background: #2e7470;
    border-color: #2e7470;
    color: #fff;
}

body.page-location .main-location-heading {
    padding-bottom: 44px;
}

body.page-location .card,
body.page-location .bs-h {
    background: #fff;
    border: 1px solid #dde6f0;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(31, 84, 136, 0.08);
    overflow: hidden;
}

body.page-location .card-body {
    padding: 24px;
}

body.page-location .weather-main-title,
body.page-location .card-title,
body.page-location .font-h2 {
    color: #17212b;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 18px;
    overflow-wrap: anywhere;
}

body.page-location .user-current-location-title a,
body.page-location .weather-main-title a {
    color: inherit;
    text-decoration: none;
}

body.page-location .weather-main-hero {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: auto minmax(0, 1fr);
    margin: 0;
    min-width: 0;
}

body.page-location .overview-current {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
}

body.page-location .current-temp-status {
    align-items: center;
    display: grid;
    gap: 8px;
    justify-items: center;
    min-width: 74px;
}

body.page-location .current-temp-status img,
body.page-location .weather-main-hero>img {
    height: 72px;
    width: 72px;
}

body.page-location .overview-caption-item,
body.page-location .forecast-current-condition {
    color: #344054;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

body.page-location .current-temperature,
body.page-location .forecast-current-temp {
    color: #d9302a;
    font-size: 72px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.95;
    white-space: nowrap;
}

body.page-location .overview-caption {
    color: #596579;
    font-size: 16px;
    font-weight: 700;
    min-width: 0;
}

body.page-location .overview-caption p {
    margin: 0 0 8px;
}

body.page-location .overview-caption-summary-detail {
    color: #17212b;
    font-size: 17px;
    font-weight: 800;
}

body.page-location .weather-main-desc,
body.page-location .weather-detail.weather-location,
body.page-location .weather-detail:not(.weather-detail-cac-ngay) {
    border-top: 1px solid #e7eef7;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 22px !important;
    padding-top: 18px;
}

body.page-location .weather-detail-location,
body.page-location .weather-detail:not(.weather-detail-cac-ngay)>div {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e7eef7;
    border-radius: 14px;
    display: grid !important;
    gap: 8px;
    min-height: 82px;
    padding: 12px;
    text-align: center;
}

body.page-location .current-icon .avatar-img,
body.page-location .weather-detail-location .avatar-img {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

body.page-location .weather-icon,
body.page-location .current-icon svg,
body.page-location .avatar svg,
body.page-location .summary-icon svg,
body.page-location .forecast-svg-icon {
    color: #2e7470;
    fill: currentColor;
    height: 18px;
    width: 18px;
}

body.page-location .current-icon span,
body.page-location .weather-detail-location>div:first-child,
body.page-location .weather-detail:not(.weather-detail-cac-ngay)>div {
    color: #667085;
    font-size: 13px;
    font-weight: 800;
}

body.page-location .weather-detail-location-item,
body.page-location .weather-detail:not(.weather-detail-cac-ngay)>div {
    color: #17212b;
    font-size: 15px;
    font-weight: 800;
}

body.page-location .weather-day-temp {
    display: grid !important;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    min-width: 0;
    width: 100%;
}

body.page-location .weather-day-temp .weather-item,
body.page-location .list-weather-fullday .weather-item {
    background: #f8fafc !important;
    border: 1px solid #e7eef7;
    border-radius: 16px;
    color: #17212b !important;
    display: grid;
    flex: initial !important;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    max-width: none;
    min-width: 0;
    min-height: 154px;
    padding: 16px;
    text-align: center;
    width: auto;
}

body.page-location .weather-item-title,
body.page-location .weather-item-footer {
    color: #17212b;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    min-width: 0;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
    writing-mode: horizontal-tb;
}

body.page-location .weather-item-title span,
body.page-location .weather-item-footer span {
    display: inline-block;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: keep-all;
    writing-mode: horizontal-tb;
}

body.page-location .weather-item-body img,
body.page-location .summary-img {
    height: 56px;
    object-fit: contain;
    width: 56px;
}

body.page-location .list-weather-fullday {
    position: relative;
}

body.page-location .slider_weather_fullday {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

body.page-location .slider_weather_fullday.slick-initialized {
    gap: 0;
    overflow: visible;
}

body.page-location .slider_weather_fullday .slick-list {
    margin: 0 -6px;
}

body.page-location .slider_weather_fullday .slick-slide {
    box-sizing: border-box;
    padding: 0 6px;
}

body.page-location .slider_weather_fullday .weather-item {
    flex: 0 0 142px;
    min-height: 178px;
}

body.page-location .weather-slick-prev,
body.page-location .weather-slick-next {
    display: none !important;
}

body.page-location .btn,
body.page-location .btn-outline-primary {
    border-radius: 999px;
    font-weight: 800;
}

body.page-location .weather-day,
body.page-location .forecast-list-day {
    background: #fff;
    border: 1px solid #e7eef7;
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
}

body.page-location .weather-summary,
body.page-location .forecast-list-summary {
    cursor: pointer;
    display: block;
    list-style: none;
    padding: 0;
}

body.page-location .weather-summary::-webkit-details-marker,
body.page-location .forecast-list-summary::-webkit-details-marker {
    display: none;
}

body.page-location .weather-summary-content,
body.page-location .forecast-list-summary {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 130px 120px minmax(0, 1fr) 90px 120px 24px;
    padding: 16px;
}

body.page-location .weather-summary-title {
    display: contents;
}

body.page-location .summary-day,
body.page-location .forecast-list-date {
    color: #17212b;
    font-size: 15px;
    font-weight: 800;
}

body.page-location .summary-temperature,
body.page-location .forecast-list-temp {
    color: #17212b;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}

body.page-location .summary-description,
body.page-location .forecast-list-desc {
    align-items: center;
    color: #344054;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    min-width: 0;
}

body.page-location .summary-description-detail,
body.page-location .forecast-list-desc span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-location .summary-humidity,
body.page-location .summary-speed,
body.page-location .forecast-list-rain,
body.page-location .forecast-list-wind {
    align-items: center;
    color: #344054;
    display: flex !important;
    font-size: 14px;
    font-weight: 800;
    gap: 6px;
    white-space: nowrap;
}

body.page-location .weather-summary-toggle,
body.page-location .forecast-list-toggle {
    color: #667085;
    justify-self: end;
}

body.page-location details[open] .weather-summary-toggle,
body.page-location details[open] .forecast-list-toggle {
    transform: rotate(180deg);
}

body.page-location .weather-content,
body.page-location .forecast-list-detail {
    border-top: 1px solid #e7eef7;
    padding: 16px;
}

body.page-location .weather-detail-cac-ngay,
body.page-location .forecast-list-detail {
    display: grid !important;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-location .weather-content-item,
body.page-location .weather-content-item-sun,
body.page-location .forecast-detail-item {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e7eef7;
    border-radius: 14px;
    display: flex !important;
    gap: 10px;
    min-height: 76px;
    padding: 12px;
}

body.page-location .apex-charts {
    min-height: 260px;
    overflow: hidden;
}

body.page-location .chart-scroll {
    max-width: 100%;
}

body.page-location .air-quality-content {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e7eef7;
    border-radius: 16px;
    display: flex;
    gap: 14px;
    padding: 16px;
}

body.page-location .air-quality-content .title {
    align-items: center;
    background: #e8f1fb;
    border-radius: 999px;
    color: #2e7470;
    display: inline-flex;
    font-weight: 800;
    height: 72px;
    justify-content: center;
    margin: 0;
    min-width: 72px;
    text-align: center;
}

body.page-location .air-quality-content .desc {
    color: #344054;
    font-weight: 700;
    margin: 0;
}

body.page-location .air-quality-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

body.page-location .air-quality-item {
    background: #f8fafc;
    border-radius: 12px;
    padding: 10px;
}

body.page-location .air-quality-item .title,
body.page-location .air-quality-item p {
    margin: 0;
}

body.page-location .sunrise-sunset {
    background: linear-gradient(135deg, #4fa3f7, #77b8ff);
    border-radius: 18px;
    color: #fff;
    overflow: hidden;
    padding: 18px;
}

body.page-location .sunrise-sunset .title,
body.page-location .sunrise-sunset-time {
    color: #fff;
    font-weight: 800;
    margin: 0;
    text-align: center;
}

body.page-location iframe {
    border-radius: 16px;
    max-width: 100%;
}

body.page-location .sidebar-district-links,
body.page-location .district-link-grid .row,
body.page-location .cover-content-bottom .row {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-location .sidebar-district-links {
    grid-template-columns: 1fr;
}

body.page-location .district-link-grid .row::before,
body.page-location .district-link-grid .row::after,
body.page-location .cover-content-bottom .row::before,
body.page-location .cover-content-bottom .row::after {
    display: none;
}

body.page-location .district-link-grid .row>[class*="col-"],
body.page-location .cover-content-bottom .row>[class*="col-"] {
    max-width: none;
    padding: 0;
    width: auto;
}

body.page-location .sidebar-district-link,
body.page-location .item-link a {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e7eef7;
    border-radius: 999px;
    color: #17212b;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    min-height: 40px;
    overflow: hidden;
    padding: 9px 14px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-location .sidebar-district-link:hover,
body.page-location .sidebar-district-link:focus,
body.page-location .item-link a:hover,
body.page-location .item-link a:focus {
    background: #e8f1fb;
    color: #1f5488;
    text-decoration: none;
}

body.page-location .card-header,
body.page-location .district-list-header {
    background: #2e7470;
    border: 0;
    color: #fff;
    padding: 16px 20px;
}

body.page-location .card-header h2,
body.page-location .district-list-header h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

@media (max-width: 991px) {

    body.page-location .weather-main-desc,
    body.page-location .weather-detail.weather-location,
    body.page-location .weather-detail:not(.weather-detail-cac-ngay) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-location .weather-summary-content,
    body.page-location .forecast-list-summary {
        grid-template-columns: 110px 100px minmax(0, 1fr) 72px 24px;
    }

    body.page-location .summary-speed,
    body.page-location .forecast-list-wind {
        display: none !important;
    }

    body.page-location .district-link-grid .row,
    body.page-location .cover-content-bottom .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.page-location {
        max-width: 100vw;
        overflow-x: hidden;
    }

    body.page-location .container {
        width: calc(100% - 16px);
        padding-left: 0;
        padding-right: 0;
    }

    body.page-location .breadcrumb {
        font-size: 13px;
        margin-top: 8px;
        padding: 10px 12px;
    }

    body.page-location .sticky-top {
        top: 0;
        z-index: 12;
    }

    body.page-location .menu-location .nav {
        gap: 8px;
        padding: 6px 0 !important;
    }

    body.page-location .menu-location .nav-link {
        font-size: 13px;
        min-width: 92px;
        padding: 8px 12px;
    }

    body.page-location .main-location-heading>.row {
        margin-left: 0;
        margin-right: 0;
    }

    body.page-location .main-location-heading>.row>[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    body.page-location .card,
    body.page-location .bs-h,
    body.page-location .sunrise-sunset {
        border-radius: 14px;
        box-shadow: 0 10px 24px rgba(31, 84, 136, 0.08);
    }

    body.page-location .card-body {
        max-width: 100%;
        overflow: hidden;
        padding: 12px;
    }

    body.page-location .weather-main-title,
    body.page-location .card-title,
    body.page-location .font-h2 {
        font-size: 17px;
        line-height: 1.28;
        margin-bottom: 10px;
    }

    body.page-location .weather-main-hero {
        display: grid !important;
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 100%;
        overflow: hidden;
    }

    body.page-location .overview-current {
        display: grid !important;
        gap: 8px;
        grid-template-columns: 64px minmax(0, 1fr);
        justify-content: start;
        max-width: 100%;
        width: 100%;
    }

    body.page-location .current-temp-status {
        align-items: flex-start;
        justify-items: start;
        min-width: 80px;
    }

    body.page-location .current-temp-status img,
    body.page-location .weather-main-hero>img {
        height: 40px;
        width: 40px;
    }

    body.page-location .overview-caption-item {
        font-size: 13px;
        text-align: left;
    }

    body.page-location .current-temperature,
    body.page-location .forecast-current-temp {
        font-size: 52px;
        justify-self: start;
        max-width: 100%;
    }

    body.page-location .overview-caption {
        background: #f8fafc;
        border: 1px solid #e7eef7;
        border-radius: 12px;
        display: grid;
        font-size: 13px;
        gap: 6px;
        grid-template-columns: minmax(0, 1fr);
        max-width: 100%;
        overflow: hidden;
        padding: 8px 10px;
    }

    body.page-location .overview-caption p,
    body.page-location .overview-caption .weather-detail-location-item {
        margin: 0;
    }

    body.page-location .overview-caption .weather-detail-location-item {
        align-items: center;
        display: flex !important;
        gap: 8px;
        justify-content: space-between;
        margin-left: 0 !important;
        min-width: 0;
        padding: 0;
        width: 100%;
    }

    body.page-location .overview-caption .weather-detail-location-item .d-flex {
        flex: 0 0 auto;
        margin-left: 0 !important;
    }

    body.page-location .overview-caption .weather-detail-location-item>span {
        flex: 0 0 auto;
    }

    body.page-location .overview-caption .weather-detail-location-item .op-8 {
        display: inline-block;
        white-space: nowrap;
    }

    body.page-location .overview-caption-summary-detail {
        font-size: 14px;
        grid-column: 1 / -1;
    }

    body.page-location .weather-main-desc,
    body.page-location .weather-detail.weather-location,
    body.page-location .weather-detail:not(.weather-detail-cac-ngay) {
        display: flex;
        gap: 8px;
        margin-left: -2px;
        margin-right: -2px;
        margin-top: 12px !important;
        overflow-x: auto;
        padding-bottom: 4px;
        padding-top: 12px;
        scrollbar-width: none;
    }

    body.page-location .weather-main-desc::-webkit-scrollbar,
    body.page-location .weather-detail.weather-location::-webkit-scrollbar,
    body.page-location .weather-detail:not(.weather-detail-cac-ngay)::-webkit-scrollbar,
    body.page-location .weather-day-temp::-webkit-scrollbar,
    body.page-location .slider_weather_fullday::-webkit-scrollbar {
        display: none;
    }

    body.page-location .weather-detail-location,
    body.page-location .weather-detail:not(.weather-detail-cac-ngay)>div {
        flex: 0 0 96px;
        min-height: 62px;
        padding: 8px;
    }

    body.page-location .current-icon span,
    body.page-location .weather-detail-location>div:first-child,
    body.page-location .weather-detail:not(.weather-detail-cac-ngay)>div {
        font-size: 13px;
    }

    body.page-location .weather-detail-location-item,
    body.page-location .weather-detail:not(.weather-detail-cac-ngay)>div {
        font-size: 13px;
    }

    body.page-location .weather-day-temp {
        display: flex !important;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    body.page-location .weather-day-temp .weather-item {
        flex: 0 0 112px;
        min-height: 118px;
        padding: 10px;
        width: 112px;
    }

    body.page-location .weather-item-body img,
    body.page-location .summary-img {
        height: 38px;
        width: 38px;
    }

    body.page-location .slider_weather_fullday .weather-item {
        flex-basis: 106px;
        min-height: 138px;
        padding: 9px;
    }

    body.page-location .weather-item-title,
    body.page-location .weather-item-footer {
        font-size: 13px;
    }

    body.page-location .weather-summary-content,
    body.page-location .forecast-list-summary {
        align-items: center;
        gap: 8px;
        grid-template-columns: minmax(70px, 1fr) auto 34px 20px;
        min-height: 58px;
        padding: 10px 12px;
    }

    body.page-location .weather-day,
    body.page-location .forecast-list-day {
        border-radius: 12px;
        margin-bottom: 8px;
    }

    body.page-location .summary-description,
    body.page-location .forecast-list-desc {
        display: flex;
        gap: 6px;
        min-width: 0;
    }

    body.page-location .summary-description img,
    body.page-location .forecast-list-desc img {
        grid-column: 3;
        grid-row: 1;
        height: 30px;
        width: 30px;
    }

    body.page-location .summary-description-detail,
    body.page-location .forecast-list-desc span:last-child {
        color: #667085;
        display: none;
    }

    body.page-location .summary-day,
    body.page-location .forecast-list-date {
        font-size: 14px;
    }

    body.page-location .summary-temperature,
    body.page-location .forecast-list-temp {
        font-size: 18px;
        justify-self: end;
    }

    body.page-location .weather-summary-toggle,
    body.page-location .forecast-list-toggle {
        align-items: center;
        color: #17212b;
        display: inline-flex;
        height: 20px;
        justify-content: center;
        width: 20px;
    }

    body.page-location .summary-humidity,
    body.page-location .summary-speed,
    body.page-location .forecast-list-rain,
    body.page-location .forecast-list-wind {
        display: none !important;
    }

    body.page-location .weather-content,
    body.page-location .forecast-list-detail {
        padding: 12px;
    }

    body.page-location .weather-day:not([open]) .weather-content,
    body.page-location .forecast-list-day:not([open]) .forecast-list-detail {
        display: none !important;
    }

    body.page-location .weather-detail-cac-ngay,
    body.page-location .forecast-list-detail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-location .weather-content-item,
    body.page-location .weather-content-item-sun,
    body.page-location .forecast-detail-item {
        min-height: 64px;
        padding: 10px;
    }

    body.page-location .apex-charts {
        min-height: 220px;
    }

    body.page-location .chart-scroll {
        margin: 0 -4px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 4px 10px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    body.page-location .chart-scroll::-webkit-scrollbar {
        height: 6px;
    }

    body.page-location .chart-scroll::-webkit-scrollbar-thumb {
        background: #c8d6e6;
        border-radius: 999px;
    }

    body.page-location .chart-scroll .apex-charts {
        overflow: visible;
    }

    body.page-location #mixed_chart,
    body.page-location #bar_chart {
        min-width: 760px;
    }

    body.page-location #line_chart_datalabel {
        min-width: 720px;
    }

    body.page-location iframe {
        height: 250px !important;
    }

    body.page-location .air-quality-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.page-location .district-sidebar-card {
        display: none !important;
    }

    body.page-location .district-link-grid .row,
    body.page-location .cover-content-bottom .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-location .district-list-card .card-body {
        max-height: 430px !important;
        overflow-y: auto !important;
        padding-right: 10px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    body.page-location .district-list-card .card-body::-webkit-scrollbar {
        width: 6px;
    }

    body.page-location .district-list-card .card-body::-webkit-scrollbar-thumb {
        background: #c8d6e6;
        border-radius: 999px;
    }

    body.page-location .forecast-days-card .card-body {
        max-height: 560px !important;
        overflow-y: auto !important;
        padding-right: 10px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    body.page-location .forecast-days-card .card-body::-webkit-scrollbar {
        width: 6px;
    }

    body.page-location .forecast-days-card .card-body::-webkit-scrollbar-thumb {
        background: #c8d6e6;
        border-radius: 999px;
    }

    body.page-location .province-list-card .card-body {
        max-height: 520px !important;
        overflow-y: auto !important;
        padding-right: 10px;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    body.page-location .province-list-card .card-body::-webkit-scrollbar {
        width: 6px;
    }

    body.page-location .province-list-card .card-body::-webkit-scrollbar-thumb {
        background: #c8d6e6;
        border-radius: 999px;
    }

    body.page-location .sidebar-district-links {
        max-height: 360px;
        overflow-y: auto;
        padding-right: 2px;
    }

    body.page-location .sidebar-district-link,
    body.page-location .item-link a {
        font-size: 13px;
        min-height: 36px;
        padding: 8px 10px;
    }

    body.page-location .card-header,
    body.page-location .district-list-header {
        padding: 12px 14px;
    }

    body.page-location .card-header h2,
    body.page-location .district-list-header h2 {
        font-size: 16px;
    }
}

@media (max-width: 420px) {

    body.page-location .weather-detail-cac-ngay,
    body.page-location .forecast-list-detail {
        grid-template-columns: 1fr;
    }

    body.page-location .district-link-grid .row,
    body.page-location .cover-content-bottom .row {
        grid-template-columns: 1fr;
    }
}

/* News listing redesign */
body.page-news {
    background: #f3f6fa;
    color: #17212b;
    min-width: 0 !important;
}

body.page-news .container {
    max-width: 1180px;
    min-width: 0 !important;
}

body.page-news .news-index-page {
    padding: 0 0 56px;
}

body.page-news .news-hero {
    background:
        linear-gradient(135deg, rgba(47, 110, 173, 0.92), rgba(20, 60, 105, 0.88)),
        radial-gradient(circle at 18% 18%, rgba(255, 194, 73, 0.25), transparent 34%);
    color: #fff;
    padding: 42px 0 34px;
}

body.page-news .news-hero-inner {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 180px;
}

body.page-news .news-kicker {
    color: #ffd37a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

body.page-news .news-hero h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
    max-width: 820px;
}

body.page-news .news-hero p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 760px;
}

body.page-news .news-hero-stat {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    padding: 18px;
    text-align: center;
}

body.page-news .news-hero-stat strong,
body.page-news .news-hero-stat span {
    display: block;
}

body.page-news .news-hero-stat strong {
    color: #fff;
    font-size: 34px;
    font-weight: 850;
    line-height: 1;
}

body.page-news .news-hero-stat span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 8px;
}

body.page-news .news-category-bar {
    background: #fff;
    border: 0;
    box-shadow: 0 12px 30px rgba(23, 33, 43, 0.06);
    margin-bottom: 24px;
}

body.page-news .news-category-tabs {
    align-items: center;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 14px 0;
    scrollbar-width: thin;
}

body.page-news .news-category-tabs a {
    align-items: center;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #24425f;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    min-height: 38px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: none;
    transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
    white-space: nowrap;
}

body.page-news .news-category-tabs a b {
    align-items: center;
    background: rgba(47, 110, 173, 0.12);
    border-radius: 999px;
    color: #2e7470;
    display: inline-flex;
    font-size: 11px;
    justify-content: center;
    min-width: 24px;
    padding: 2px 7px;
}

body.page-news .news-category-tabs a.active,
body.page-news .news-category-tabs a:hover,
body.page-news .news-category-tabs a:focus {
    background: #2e7470;
    border-color: #2e7470;
    color: #fff;
}

body.page-news .news-category-tabs a.active b,
body.page-news .news-category-tabs a:hover b,
body.page-news .news-category-tabs a:focus b {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

body.page-news .news-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

body.page-news .news-main-column {
    min-width: 0;
    padding-right: 0;
}

body.page-news .news-featured-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.85fr);
    margin-bottom: 22px;
}

body.page-news .news-featured-primary,
body.page-news .news-side-card,
body.page-news .news-list-item,
body.page-news .news-weather-widget,
body.page-news .news-sidebar-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(23, 33, 43, 0.07);
}

body.page-news .news-featured-primary {
    overflow: hidden;
    padding: 18px;
}

body.page-news .news-thumb {
    aspect-ratio: 16 / 9;
    background: #edf2f7;
    border-radius: 14px;
    display: block;
    overflow: hidden;
    position: relative;
}

body.page-news .news-thumb img {
    height: 100%;
    left: 0;
    max-width: none;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    transition: transform 0.22s ease;
    width: 100%;
}

body.page-news .news-thumb:hover img,
body.page-news .news-thumb:focus img {
    transform: scale(1.035);
}

body.page-news .news-title-primary,
body.page-news .news-side-title,
body.page-news .news-list-title {
    color: #17212b;
    font-family: inherit;
    font-weight: 850;
    letter-spacing: 0;
    margin: 0;
}

body.page-news .news-title-primary {
    font-size: 28px;
    line-height: 1.22;
    margin-top: 16px;
}

body.page-news .news-side-title {
    font-size: 17px;
    line-height: 1.35;
    margin-top: 12px;
}

body.page-news .news-list-title {
    font-size: 21px;
    line-height: 1.32;
}

body.page-news .news-title-primary a,
body.page-news .news-side-title a,
body.page-news .news-list-title a {
    color: inherit;
    text-decoration: none;
}

body.page-news .news-title-primary a:hover,
body.page-news .news-side-title a:hover,
body.page-news .news-list-title a:hover {
    color: #2e7470;
}

body.page-news .news-meta {
    align-items: center;
    color: #667085;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 650;
    gap: 7px;
    line-height: 1.4;
    margin: 9px 0;
}

body.page-news .news-author {
    color: #2e7470;
    font-weight: 800;
}

body.page-news .news-author:before {
    display: none;
}

body.page-news .news-excerpt {
    color: #5b6673;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body.page-news .news-read-more,
body.page-news .news-list-link {
    color: #2e7470;
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    margin-top: 14px;
    text-decoration: none;
}

body.page-news .news-featured-side {
    display: grid;
    gap: 18px;
}

body.page-news .news-side-card {
    padding: 14px;
}

body.page-news .news-side-card .news-thumb {
    border-radius: 12px;
}

body.page-news .news-list {
    display: grid;
    gap: 14px;
}

body.page-news .news-list-item {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: 260px minmax(0, 1fr);
    margin: 0;
    padding: 14px;
}

body.page-news .news-list-thumb {
    min-height: 168px;
    width: 100%;
}

body.page-news .news-list-content {
    align-self: center;
    min-width: 0;
}

body.page-news .news-sidebar {
    max-width: none;
    min-width: 0;
}

body.page-news .news-weather-widget,
body.page-news .news-sidebar-card {
    padding: 20px;
}

body.page-news .news-weather-widget {
    position: sticky;
    top: 84px;
}

body.page-news .news-weather-widget h2,
body.page-news .news-sidebar-card h2 {
    color: #17212b;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.3;
    margin: 0 0 14px;
}

body.page-news .news-weather-current {
    align-items: center;
    display: flex;
    gap: 12px;
}

body.page-news .news-weather-current img {
    height: 54px;
    object-fit: contain;
    width: 54px;
}

body.page-news .news-weather-current span {
    color: #d9302a;
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
}

body.page-news .news-weather-desc,
body.page-news .news-weather-feels {
    color: #344054;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
    margin: 10px 0 0;
}

body.page-news .news-weather-details {
    background: #f8fafc;
    border-radius: 14px;
    display: grid;
    gap: 9px 12px;
    grid-template-columns: 1fr auto;
    margin-top: 16px;
    padding: 14px;
}

body.page-news .news-weather-details span,
body.page-news .news-weather-details strong {
    color: #344054;
    font-size: 13px;
}

body.page-news .news-weather-details strong {
    font-weight: 850;
    text-align: right;
}

body.page-news .news-weather-days {
    border-top: 1px solid #e2e8f0;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
    padding-top: 14px;
    text-align: center;
}

body.page-news .news-weather-days strong,
body.page-news .news-weather-days span,
body.page-news .news-weather-days b {
    color: #344054;
    display: block;
    font-size: 13px;
}

body.page-news .news-weather-days img {
    height: 44px;
    margin: 4px auto;
    object-fit: contain;
    width: 44px;
}

body.page-news .news-sidebar-card {
    margin-top: 18px;
}

body.page-news .news-mini-list {
    display: grid;
    gap: 10px;
}

body.page-news .news-mini-list a {
    align-items: start;
    color: #17212b;
    display: grid;
    gap: 10px;
    grid-template-columns: 28px minmax(0, 1fr);
    text-decoration: none;
}

body.page-news .news-mini-list span {
    align-items: center;
    background: #eaf2fb;
    border-radius: 999px;
    color: #2e7470;
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    height: 28px;
    justify-content: center;
    width: 28px;
}

body.page-news .news-mini-list strong {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

body.page-news .news-mini-list a:hover strong {
    color: #2e7470;
}

body.page-news .news-pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

body.page-news .news-pagination nav>div:first-child,
body.page-news .news-pagination nav p {
    display: none;
}

body.page-news .news-pagination nav>div:last-child {
    display: flex;
    justify-content: center;
}

body.page-news .news-pagination nav span,
body.page-news .news-pagination nav a {
    border-color: #d7e1ee !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #2e7470 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 34px !important;
    margin: 0 3px !important;
    min-height: 34px !important;
    min-width: 34px !important;
    padding: 0 11px !important;
}

body.page-news .news-pagination nav span[aria-current] span {
    background: #2e7470 !important;
    border-color: #2e7470 !important;
    color: #fff !important;
}

body.page-news .news-pagination svg {
    height: 14px;
    width: 14px;
}

@media (max-width: 991.98px) {

    body.page-news .news-hero-inner,
    body.page-news .news-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    body.page-news .news-hero-stat {
        justify-self: start;
        min-width: 160px;
    }

    body.page-news .news-featured-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.page-news .news-featured-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-news .news-weather-widget {
        position: static;
    }
}

@media (max-width: 767.98px) {
    body.page-news .news-index-page {
        padding-bottom: 32px;
    }

    body.page-news .news-hero {
        padding: 28px 0 24px;
    }

    body.page-news .news-hero h1 {
        font-size: 30px;
    }

    body.page-news .news-hero p {
        font-size: 14px;
    }

    body.page-news .news-category-tabs {
        padding: 11px 0;
    }

    body.page-news .news-category-tabs a {
        min-height: 34px;
        padding: 0 12px;
    }

    body.page-news .news-featured-primary,
    body.page-news .news-side-card,
    body.page-news .news-list-item,
    body.page-news .news-weather-widget,
    body.page-news .news-sidebar-card {
        border-radius: 14px;
    }

    body.page-news .news-title-primary {
        font-size: 23px;
    }

    body.page-news .news-side-title,
    body.page-news .news-list-title {
        font-size: 18px;
    }

    body.page-news .news-featured-side,
    body.page-news .news-list-item {
        grid-template-columns: minmax(0, 1fr);
    }

    body.page-news .news-list-thumb {
        min-height: 0;
    }

    body.page-news .news-excerpt {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
}

section.news-hero {
    margin-bottom: 30px;
}

body.page-location .card-body {
    padding: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
}

.item-link.district-link-item {
    border-radius: 0;
    background: none;
    border: none;
}

div#child-item-childrens {
    padding: 0 10px;
}

.cover-content .item-link {
    background: none;
    padding: 0;
}

div#child-item-childrens {
    margin-top: 0;
}

body.page-location .sidebar-district-link,
body.page-location .item-link a {
    border-radius: 10px;
}

.weather-home-v2 .province-link a {
    border-radius: 10px;
}

body.page-location .menu-location .nav-link {
    border-radius: 10px;
}

.title {
    font-weight: bold;
}

@media (max-width: 767px) {

    .weather-home-v2 .home-shell>.container,
    .weather-home-v2 .home-hero>.container,
    .weather-home-v2 .home-hero-grid,
    .weather-home-v2 .home-grid,
    .weather-home-v2 .hero-main,
    .weather-home-v2 .forecast-stack,
    .weather-home-v2 .forecast-day,
    .weather-home-v2 .section-card {
        max-width: calc(100vw - 15px) !important;
        width: calc(100vw - 15px) !important;
    }
}

@media (max-width: 575.98px) {
    .header-logo {
        width: auto;
        height: auto;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header-wrap .header-top-row .header-logo img {
        height: auto !important;
        max-height: none;
        max-width: 178px;
        object-fit: contain;
        width: auto;
    }
}

body.page-location .forecast-location-page .card-body {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 767px) {
    body.page-location .forecast-location-page .forecast-page-title h1 {
        font-size: 28px;
        line-height: 1.2;
        margin: 18px 0 12px;
    }

    body.page-location .forecast-location-page .forecast-day-card .card-body {
        overflow: hidden;
        padding: 18px !important;
    }

    body.page-location .forecast-detail-layout .forecast-day-label {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 14px;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero {
        align-items: center;
        display: grid !important;
        gap: 10px 12px;
        grid-template-columns: 46px auto minmax(0, 1fr) !important;
        overflow: visible;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero>img {
        height: 46px;
        width: 46px;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero .temp {
        font-size: 48px;
        line-height: 1;
        margin: 0;
        white-space: nowrap;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero .desc {
        min-width: 0;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero .desc p {
        font-size: 18px;
        line-height: 1.25;
        margin: 0 0 4px;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero .desc span {
        display: block;
        font-size: 14px;
        line-height: 1.35;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero .extra {
        display: grid;
        gap: 8px;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 8px 0 0;
        width: 100%;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero .extra .item {
        align-items: center;
        background: #f8fafc;
        border: 1px solid #e7eef7;
        border-radius: 12px;
        display: grid;
        gap: 4px 6px;
        grid-template-columns: 18px minmax(0, 1fr);
        padding: 9px;
    }

    body.page-location .forecast-detail-layout .forecast-day-hero .extra .item strong {
        grid-column: 2;
        white-space: nowrap;
    }

    body.page-location .forecast-detail-layout .forecast-day-stats {
        border-top: 1px solid #e7eef7;
        display: grid !important;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin: 14px 0 0 !important;
        overflow: visible;
        padding: 14px 0 0;
    }

    body.page-location .forecast-detail-layout .forecast-day-stats .item {
        align-items: start;
        background: #f8fafc;
        border: 1px solid #e7eef7;
        border-radius: 12px;
        display: grid !important;
        gap: 5px 7px;
        grid-template-columns: 18px minmax(0, 1fr);
        min-height: 86px;
        padding: 10px;
        text-align: left;
    }

    body.page-location .forecast-detail-layout .forecast-day-stats .item .icon {
        grid-row: 1 / span 2;
    }

    body.page-location .forecast-detail-layout .forecast-day-stats .item span:not(.icon),
    body.page-location .forecast-detail-layout .forecast-day-stats .item strong {
        min-width: 0;
        overflow-wrap: normal;
        white-space: normal;
        word-break: normal;
    }

    body.page-location .forecast-detail-layout .forecast-day-stats .item span:not(.icon) {
        font-size: 13px;
        line-height: 1.25;
    }

    body.page-location .forecast-detail-layout .forecast-day-stats .item strong {
        color: #003870;
        font-size: 15px;
        line-height: 1.25;
    }
}


@media (max-width: 767px) {
    body.page-location .forecast-location-page .forecast-day-card .card-body {
        overflow: hidden;
        padding: 0px !important;
    }

    body.page-location .forecast-location-page .card-body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card.mt-3.mb-5.bs-h.district-list-card {
        background: none;
        padding: 0;
    }

    .cover-content.cover-content-bottom.district-link-grid {
        padding: 0 15px;
    }

    .card.mt-3.mb-5 {
        padding: 0;
        background: none;
    }

    body.page-location .forecast-location-page .card-body {
        padding-top: 0px;
    }
}

body.page-location .main-location-heading {
        padding-bottom: 0px;
    }

/* Philippines UI density pass */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
iframe,
svg,
canvas {
    max-width: 100%;
}

.header-wrap,
.header-wrap *,
body.page-location,
body.page-location *,
.weather-home-v2,
.weather-home-v2 * {
    min-width: 0;
}

.header-wrap .header-select-city {
    gap: 10px;
}

.header-wrap .header-select-unit select {
    max-width: 76px;
}

.header-wrap .header-language-switch {
    align-items: center;
    background: #f3f6fa;
    border: 1px solid #d7e3f0;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 2px;
    min-height: 36px;
    padding: 3px;
}

.header-wrap .language-switch-option {
    align-items: center;
    border-radius: 999px;
    color: #17212b;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    line-height: 1;
    min-height: 28px;
    padding: 0 9px 0 7px;
    text-decoration: none;
    transition: background-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
    white-space: nowrap;
}

.header-wrap .language-switch-option:hover,
.header-wrap .language-switch-option:focus {
    background: #e7eef7;
    color: #10233d;
    text-decoration: none;
}

.header-wrap .language-switch-option.is-active {
    background: #fff;
    box-shadow: 0 4px 12px rgba(23, 33, 43, 0.12);
    color: #0f1f33;
}

.header-wrap .language-flag {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(23, 33, 43, 0.14);
    display: inline-block;
    height: 18px;
    overflow: hidden;
    position: relative;
    width: 18px;
}

.header-wrap .language-flag-id {
    background: linear-gradient(to bottom, #ce1126 0 50%, #fff 50% 100%);
}

.header-wrap .language-flag-gb {
    background:
        linear-gradient(33deg, transparent 0 42%, #fff 42% 47%, #c8102e 47% 53%, #fff 53% 58%, transparent 58%),
        linear-gradient(147deg, transparent 0 42%, #fff 42% 47%, #c8102e 47% 53%, #fff 53% 58%, transparent 58%),
        linear-gradient(to right, transparent 0 38%, #fff 38% 44%, #c8102e 44% 56%, #fff 56% 62%, transparent 62%),
        linear-gradient(to bottom, transparent 0 36%, #fff 36% 43%, #c8102e 43% 57%, #fff 57% 64%, transparent 64%),
        #012169;
}

.header-wrap .menu-select-city__list ul {
    max-height: min(520px, 62vh);
    overflow-y: auto;
}

.header-wrap .menu-select-city__list a,
.header-wrap .header-menu-link a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.weather-home-v2 .home-hero {
    padding: 34px 0 30px;
}

.weather-home-v2 .hero-main,
.weather-home-v2 .section-card {
    border-radius: 12px;
    padding: 20px;
}

.weather-home-v2 .hero-title {
    font-size: clamp(24px, 3vw, 32px);
}

.weather-home-v2 .hero-temp img {
    height: 68px;
    width: 68px;
}

.weather-home-v2 .hero-temp strong {
    font-size: clamp(52px, 6vw, 72px);
}

.weather-home-v2 .hero-metrics {
    grid-template-columns: repeat(5, minmax(96px, 1fr));
}

.weather-home-v2 .featured-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.weather-home-v2 .city-card {
    border-radius: 12px;
    min-height: 138px;
    padding: 12px;
}

.weather-home-v2 .city-name,
.weather-home-v2 .city-condition,
.weather-home-v2 .sidebar-news-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.weather-home-v2 .city-name {
    -webkit-line-clamp: 2;
}

.weather-home-v2 .city-condition,
.weather-home-v2 .sidebar-news-title {
    -webkit-line-clamp: 2;
}

.weather-home-v2 .province-grid {
    column-count: 3;
    max-height: 430px;
    overflow-y: auto;
    padding-right: 4px;
}

.weather-home-v2 .province-link a {
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-location .sticky-top {
    top: 0;
}

body.page-location .menu-location .nav {
    gap: 8px;
}

body.page-location .menu-location .nav-link {
    min-width: auto;
    padding: 8px 14px;
}

body.page-location .card,
body.page-location .bs-h {
    border-radius: 12px;
}

body.page-location .card-body {
    padding: 18px;
}

body.page-location .weather-main-title,
body.page-location .card-title,
body.page-location .font-h2 {
    font-size: clamp(18px, 2.4vw, 22px);
}

body.page-location .weather-main-hero {
    gap: 14px;
}

body.page-location .current-temp-status img,
body.page-location .weather-main-hero>img {
    height: 56px;
    width: 56px;
}

body.page-location .current-temperature,
body.page-location .forecast-current-temp {
    font-size: clamp(46px, 7vw, 64px);
}

body.page-location .weather-main-desc,
body.page-location .weather-detail.weather-location,
body.page-location .weather-detail:not(.weather-detail-cac-ngay) {
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
}

body.page-location .weather-detail-location,
body.page-location .weather-detail:not(.weather-detail-cac-ngay)>div {
    min-height: 70px;
    padding: 10px;
}

body.page-location .weather-day-temp {
    grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
}

body.page-location .weather-day-temp .weather-item,
body.page-location .list-weather-fullday .weather-item {
    min-height: 126px;
    padding: 12px;
}

body.page-location .slider_weather_fullday {
    overflow-x: auto !important;
}

body.page-location .weather-summary-content,
body.page-location .forecast-list-summary {
    grid-template-columns: 104px 88px minmax(160px, 1fr) 76px 96px 20px;
    min-width: 620px;
}

body.page-location .weather-day,
body.page-location .forecast-list-day {
    overflow-x: auto;
}

body.page-location .weather-detail-cac-ngay,
body.page-location .forecast-list-detail {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

body.page-location .chart-scroll {
    max-width: 100%;
    overflow-x: auto;
}

body.page-location .apex-charts {
    min-width: 620px;
}

body.page-location .sidebar-district-links,
body.page-location .district-link-grid,
body.page-location .province-list-card .cover-content {
    max-height: 420px;
    overflow-y: auto;
}

body.page-location .sidebar-district-link,
body.page-location .district-link-item a,
body.page-location .province-list-card .item-link a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-location .district-list-card .row,
body.page-location .province-list-card .row {
    row-gap: 6px;
}

@media (max-width: 991px) {
    .weather-home-v2 .home-grid,
    .weather-home-v2 .home-hero-grid {
        gap: 16px;
    }

    .weather-home-v2 .province-grid {
        column-count: 2;
    }

    body.page-location .row>[class*="col-"] {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .weather-home-v2 .home-shell>.container,
    .weather-home-v2 .home-hero>.container,
    body.page-location .container {
        padding-left: 0% !important;
        padding-right: 0px !important;
        width: 100% !important;
    }

    .weather-home-v2 .home-hero-grid,
    .weather-home-v2 .home-grid,
    .weather-home-v2 .hero-main,
    .weather-home-v2 .forecast-stack,
    .weather-home-v2 .forecast-day,
    .weather-home-v2 .section-card {
        max-width: 100% !important;
        width: 100% !important;
    }

    .weather-home-v2 .home-hero {
        padding: 14px 0;
    }

    .weather-home-v2 .hero-main,
    .weather-home-v2 .section-card {
        padding: 12px;
    }

    .weather-home-v2 .hero-current {
        grid-template-columns: 1fr;
    }

    .weather-home-v2 .hero-temp strong {
        font-size: 46px;
    }

    .weather-home-v2 .hero-metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
    }

    .weather-home-v2 .metric-card {
        flex: initial;
        min-height: 58px;
    }

    .weather-home-v2 .hero-actions {
        grid-template-columns: 1fr;
    }

    .weather-home-v2 .featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .weather-home-v2 .province-grid {
        column-count: 1;
        max-height: 360px;
    }

    .weather-home-v2 .featured-grid .city-card:nth-child(n+9) {
        display: none;
    }

    body.page-location .breadcrumb {
        font-size: 13px;
        padding: 8px 10px;
    }

    body.page-location .sticky-top {
        margin-bottom: 6px !important;
        margin-top: 6px !important;
    }

    body.page-location .menu-location .nav-link {
        font-size: 13px;
        padding: 7px 12px;
    }

    body.page-location .card-body {
        padding: 12px !important;
    }

    body.page-location .weather-main-hero {
        grid-template-columns: 1fr;
    }

    body.page-location .overview-current {
        justify-content: space-between;
    }

    body.page-location .weather-main-desc,
    body.page-location .weather-detail.weather-location,
    body.page-location .weather-detail:not(.weather-detail-cac-ngay) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.page-location .weather-day-temp {
        display: flex !important;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    body.page-location .weather-day-temp .weather-item {
        flex: 0 0 108px !important;
    }

    body.page-location .slider_weather_fullday .weather-item {
        flex: 0 0 118px !important;
        min-height: 142px;
    }

    body.page-location .weather-summary-content,
    body.page-location .forecast-list-summary {
        gap: 8px;
        grid-template-columns: 78px 68px minmax(120px, 1fr) 62px 76px 16px;
        min-width: 470px;
        padding: 10px;
    }

    body.page-location .weather-detail-cac-ngay,
    body.page-location .forecast-list-detail {
        grid-template-columns: 1fr !important;
    }

    body.page-location .weather-content-item,
    body.page-location .weather-content-item-sun,
    body.page-location .forecast-detail-item {
        min-height: 58px;
        padding: 9px;
    }

    body.page-location .apex-charts {
        min-width: 520px;
        min-height: 220px;
    }

    body.page-location iframe {
        height: 220px;
    }

    body.page-location .sidebar-district-links,
    body.page-location .district-link-grid,
    body.page-location .province-list-card .cover-content {
        max-height: 320px;
    }

    body.page-location .district-list-card,
    body.page-location .province-list-card {
        margin-bottom: 16px !important;
    }
}

/* Indonesia identity layer */
.indo-signal-bar {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(232, 248, 244, 0.96)),
        linear-gradient(120deg, #0b3b3f, #2c7c7b);
    border-bottom: 1px solid rgba(14, 73, 78, 0.16);
    color: #0e3034;
    position: relative;
    z-index: 20;
}

.indo-signal-inner {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(180px, 1.2fr) auto repeat(3, auto);
    min-height: 48px;
}

.indo-signal-brand,
.indo-live-clock,
.indo-signal-chip {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    min-width: 0;
}

.indo-signal-brand {
    color: #0b3b3f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.signal-mark {
    background:
        radial-gradient(circle at 68% 32%, #ffd166 0 20%, transparent 21%),
        conic-gradient(from 140deg, #0b3b3f, #2bb3a3, #f05d3b, #0b3b3f);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(43, 179, 163, 0.12);
    flex: 0 0 auto;
    height: 22px;
    width: 22px;
}

.indo-live-clock {
    background: #0b3b3f;
    border-radius: 999px;
    color: #dffaf3;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    white-space: nowrap;
}

.indo-live-clock strong {
    color: #ffd166;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
}

.indo-signal-chip {
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(14, 73, 78, 0.12);
    border-radius: 999px;
    color: #245960;
    font-size: 12px;
    font-weight: 800;
    min-height: 30px;
    padding: 0 11px;
    white-space: nowrap;
}

.indo-signal-chip i {
    color: #f05d3b;
}

.weather-home-v2 .home-hero {
    background:
        linear-gradient(155deg, rgba(6, 41, 45, 0.96), rgba(10, 83, 87, 0.82) 48%, rgba(240, 93, 59, 0.72)),
        url('/themes/tinhte/public/images/bg_home.jpg') center/cover no-repeat;
    padding: 30px 0 34px;
}

.weather-home-v2 .archipelago-banner {
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 248, 244, 0.93)),
        radial-gradient(circle at 80% 10%, rgba(255, 209, 102, 0.32), transparent 30%);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 14px;
    box-shadow: 0 20px 48px rgba(5, 31, 35, 0.22);
    color: #122528;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.95fr) minmax(180px, 0.55fr);
    margin-bottom: 20px;
    overflow: hidden;
    padding: 18px;
    position: relative;
}

.weather-home-v2 .archipelago-banner::before {
    background:
        linear-gradient(90deg, #ce1126 0 50%, #fff 50% 100%),
        linear-gradient(90deg, #0b3b3f, #2bb3a3);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.weather-home-v2 .archipelago-copy {
    min-width: 0;
    padding-top: 4px;
}

.weather-home-v2 .archipelago-kicker {
    color: #f05d3b;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.weather-home-v2 .archipelago-copy h2 {
    color: #10282c;
    font-size: clamp(22px, 2.5vw, 34px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 8px;
}

.weather-home-v2 .archipelago-copy p {
    color: #557079;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.weather-home-v2 .archipelago-map {
    background:
        linear-gradient(180deg, rgba(11, 59, 63, 0.08), rgba(43, 179, 163, 0.12)),
        repeating-linear-gradient(135deg, rgba(11, 59, 63, 0.08) 0 1px, transparent 1px 14px);
    border: 1px solid rgba(14, 73, 78, 0.12);
    border-radius: 12px;
    min-height: 154px;
    overflow: hidden;
    position: relative;
}

.weather-home-v2 .archipelago-map::before {
    background: radial-gradient(circle, rgba(43, 179, 163, 0.22) 0 2px, transparent 3px);
    background-size: 24px 24px;
    content: "";
    inset: 0;
    opacity: 0.55;
    position: absolute;
}

.weather-home-v2 .island {
    background: #0b3b3f;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(5, 31, 35, 0.18);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 7px 10px;
    position: absolute;
    text-transform: uppercase;
    white-space: nowrap;
}

.weather-home-v2 .island-sumatra {
    left: 8%;
    top: 30%;
    transform: rotate(-16deg);
}

.weather-home-v2 .island-java {
    bottom: 18%;
    left: 28%;
    transform: rotate(7deg);
}

.weather-home-v2 .island-kalimantan {
    background: #2bb3a3;
    left: 38%;
    top: 20%;
}

.weather-home-v2 .island-sulawesi {
    background: #f05d3b;
    right: 22%;
    top: 42%;
    transform: rotate(-8deg);
}

.weather-home-v2 .island-papua {
    background: #ffd166;
    color: #10282c;
    right: 7%;
    top: 28%;
}

.weather-home-v2 .archipelago-stats {
    display: grid;
    gap: 10px;
}

.weather-home-v2 .archipelago-stats>div {
    background: #10282c;
    border-radius: 12px;
    color: #dffaf3;
    padding: 13px;
}

.weather-home-v2 .archipelago-stats span {
    color: #8bd8cf;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.weather-home-v2 .archipelago-stats strong {
    color: #ffd166;
    display: block;
    font-size: 18px;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
}

.weather-home-v2 .home-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.72fr);
}

.weather-home-v2 .hero-main {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 252, 250, 0.93));
    border-radius: 14px;
    box-shadow: 0 22px 56px rgba(5, 31, 35, 0.2);
}

.weather-home-v2 .hero-title a,
.weather-home-v2 .eyebrow {
    color: #0f8279;
}

.weather-home-v2 .home-btn-primary {
    background: #0b3b3f;
}

.weather-home-v2 .home-btn-light {
    background: #e0f4f0;
    color: #0b5d61;
}

.weather-home-v2 .metric-card {
    background: #f6fbfa;
    border-color: #d4ece8;
}

.weather-home-v2 .metric-card i,
.weather-home-v2 .metric-card svg {
    color: #0f8279;
}

.weather-home-v2 .forecast-day {
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(239, 249, 246, 0.9));
    border-color: rgba(212, 236, 232, 0.96);
    border-radius: 14px;
}

.weather-home-v2 .island-weather-ribbon {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 18px;
}

.weather-home-v2 .island-weather-ribbon a {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(5, 31, 35, 0.16);
    color: #10282c;
    min-width: 0;
    padding: 12px;
    text-decoration: none;
}

.weather-home-v2 .island-weather-ribbon span {
    color: #f05d3b;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.weather-home-v2 .island-weather-ribbon strong {
    display: block;
    font-size: 16px;
    font-weight: 900;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .indo-signal-inner {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .indo-signal-chip {
        display: none;
    }

    .weather-home-v2 .archipelago-banner {
        grid-template-columns: 1fr;
    }

    .weather-home-v2 .archipelago-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .weather-home-v2 .island-weather-ribbon {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .indo-signal-bar {
        display: none;
    }

    .weather-home-v2 .archipelago-banner {
        box-sizing: border-box;
        grid-template-columns: minmax(0, 1fr) !important;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
        padding: 14px;
    }

    .weather-home-v2 .archipelago-copy,
    .weather-home-v2 .archipelago-map,
    .weather-home-v2 .archipelago-stats,
    .weather-home-v2 .home-hero-grid,
    .weather-home-v2 .hero-main,
    .weather-home-v2 .forecast-stack {
        min-width: 0;
        max-width: 100% !important;
    }

    .weather-home-v2 .home-hero>.container {
        box-sizing: border-box;
        max-width: 100vw !important;
        overflow-x: hidden;
        padding-left: 0% !important;
        padding-right: 0px !important;
        width: 100vw !important;
    }

    .weather-home-v2 .home-hero-grid,
    .weather-home-v2 .hero-main,
    .weather-home-v2 .forecast-stack,
    .weather-home-v2 .island-weather-ribbon {
        box-sizing: border-box;
        width: 100% !important;
    }

    .weather-home-v2 .archipelago-copy h2,
    .weather-home-v2 .archipelago-copy p {
        overflow-wrap: break-word;
    }

    .weather-home-v2 .archipelago-map {
        min-height: 122px;
    }

    .weather-home-v2 .island {
        font-size: 9px;
        padding: 6px 8px;
    }

    .weather-home-v2 .archipelago-stats {
        grid-template-columns: 1fr;
    }

    .weather-home-v2 .island-weather-ribbon {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .weather-home-v2 .island-weather-ribbon::-webkit-scrollbar {
        display: none;
    }

    .weather-home-v2 .island-weather-ribbon a {
        flex: 0 0 148px;
    }

    .weather-home-v2 .home-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) !important;
        margin-left: 0;
        margin-right: 0;
    }

    .weather-home-v2 .forecast-stack {
        grid-template-columns: minmax(0, 1fr);
    }

    .weather-home-v2 .hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 480px) {
    .weather-home-v2 .archipelago-banner,
    .weather-home-v2 .home-hero-grid,
    .weather-home-v2 .island-weather-ribbon {
        margin-left: 0;
        margin-right: 0;
    }

    .weather-home-v2 .archipelago-copy h2 {
        font-size: 22px;
    }

    .weather-home-v2 .home-grid {
            display: flow;
    }
}

/* Region grouped location menu */
.header-wrap .menu-select-city {
    position: relative;
}

.header-wrap .menu-select-city__list {
    max-width: min(1120px, calc(100vw - 32px)) !important;
    width: min(1120px, calc(100vw - 32px)) !important;
}

.header-wrap .menu-region-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-height: min(620px, 70vh);
    overflow-y: auto;
    padding: 14px;
}

.header-wrap .menu-region-group {
    background: #f8fafc;
    border: 1px solid #e2ebf5;
    border-radius: 12px;
    min-width: 0;
    padding: 12px;
}

.header-wrap .menu-region-group h3 {
    color: #1f5488;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-wrap .menu-region-group ul {
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: 1fr !important;
    list-style: none;
    margin: 0;
    max-height: none !important;
    overflow: visible !important;
    padding: 0;
    width: 100%;
}

.header-wrap .menu-region-group li {
    min-width: 0;
}

.header-wrap .menu-region-group a {
    align-items: center;
    background: #fff;
    border: 1px solid #e7eef7;
    border-radius: 8px;
    color: #17212b;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    min-height: 32px;
    overflow: hidden;
    padding: 6px 8px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-wrap .menu-region-group a:hover,
.header-wrap .menu-region-group a:focus {
    background: #e8f1fb;
    color: #1f5488;
}

@media (max-width: 991px) {
    .header-wrap .menu-region-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .header-bottom .site-main-menu .menu-region-grid {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
        max-height: none;
        overflow: visible;
        padding: 0;
    }

    .header-bottom .site-main-menu .menu-region-group {
        border-radius: 12px;
        padding: 10px;
    }

    .header-bottom .site-main-menu .menu-region-group h3 {
        font-size: 13px;
        white-space: normal;
    }

    .header-bottom .site-main-menu .menu-region-group ul {
        display: grid !important;
        gap: 7px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .header-bottom .site-main-menu .menu-region-group a {
        font-size: 13px;
        min-height: 32px;
        padding: 7px 8px;
    }
}

/* Final home uniqueness override */
.weather-home-v2 .featured-grid {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
    padding: 18px 20px 20px !important;
}

.weather-home-v2 .weather-ledger .city-card {
    align-items: center;
    background: #f8fbfa !important;
    border: 1px solid rgba(38, 78, 82, 0.1) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 8px 16px !important;
    grid-template-columns: 38px minmax(160px, 0.9fr) minmax(210px, 1.3fr) auto !important;
    min-height: 76px !important;
    padding: 14px 16px !important;
}

.weather-home-v2 .weather-ledger .city-card:hover,
.weather-home-v2 .weather-ledger .city-card:focus {
    background: #ffffff !important;
    border-color: rgba(8, 124, 131, 0.24) !important;
    box-shadow: 0 10px 22px rgba(16, 35, 38, 0.07) !important;
}

.weather-home-v2 .weather-ledger .city-rank {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.weather-home-v2 .weather-ledger .city-name {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0;
    overflow: visible !important;
    overflow-wrap: normal !important;
    text-overflow: clip !important;
    white-space: normal !important;
    word-break: normal !important;
}

.weather-home-v2 .weather-ledger .city-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 10px !important;
    grid-column: 3;
    grid-row: 1;
    margin: 0 !important;
    min-width: 0;
    white-space: normal !important;
}

.weather-home-v2 .weather-ledger .city-condition {
    grid-column: 3;
    grid-row: 2;
    margin: 0 !important;
    white-space: normal !important;
}

.weather-home-v2 .weather-ledger .city-weather {
    grid-column: 4;
    grid-row: 1 / span 2;
    justify-content: flex-end;
    margin: 0 !important;
}

.weather-home-v2 .weather-ledger .city-weather img {
    height: 38px !important;
    width: 38px !important;
}

.weather-home-v2 .weather-ledger .city-temp {
    font-size: 32px !important;
}

@media (max-width: 767px) {
    .weather-home-v2 .featured-grid {
        padding: 14px 16px 16px !important;
    }

    .weather-home-v2 .weather-ledger .city-card {
        grid-template-columns: 36px minmax(0, 1fr) auto !important;
        min-height: 92px !important;
        padding: 13px 12px !important;
    }

    .weather-home-v2 .weather-ledger .city-name {
        grid-column: 2;
        grid-row: 1;
    }

    .weather-home-v2 .weather-ledger .city-meta {
        grid-column: 2;
        grid-row: 2;
    }

    .weather-home-v2 .weather-ledger .city-condition {
        grid-column: 2;
        grid-row: 3;
    }

    .weather-home-v2 .weather-ledger .city-weather {
        grid-column: 3;
        grid-row: 1 / span 3;
    }

    .weather-home-v2 .weather-ledger .city-weather img {
        display: none;
    }

    .weather-home-v2 .weather-ledger .city-temp {
        font-size: 26px !important;
    }
}

/* Continuous green page background and compact featured list */
.weather-home-v2,
.weather-home-v2 .home-shell {
    background:
        linear-gradient(155deg, rgba(6, 41, 45, 0.96), rgba(10, 83, 87, 0.86) 48%, rgba(126, 98, 78, 0.76)) !important;
}

.weather-home-v2 .home-hero {
    background: transparent !important;
}

.weather-home-v2 .home-shell > .container {
    padding-bottom: 42px;
}

.weather-home-v2 .weather-ledger,
.weather-home-v2 .location-atlas {
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 22px 56px rgba(5, 31, 35, 0.2) !important;
}

.weather-home-v2 .weather-ledger-head {
    background: rgba(255, 255, 255, 0.96) !important;
    padding: 18px 22px !important;
}

.weather-home-v2 .featured-grid {
    gap: 8px !important;
    max-height: 560px;
    overflow-y: auto;
    padding: 14px 16px 16px !important;
    scrollbar-color: rgba(6, 63, 70, 0.4) transparent;
    scrollbar-width: thin;
}

.weather-home-v2 .featured-grid::-webkit-scrollbar {
    width: 8px;
}

.weather-home-v2 .featured-grid::-webkit-scrollbar-track {
    background: transparent;
}

.weather-home-v2 .featured-grid::-webkit-scrollbar-thumb {
    background: rgba(6, 63, 70, 0.28);
    border-radius: 999px;
}

.weather-home-v2 .weather-ledger .city-card {
    background: rgba(248, 251, 250, 0.94) !important;
    gap: 6px 12px !important;
    grid-template-columns: 34px minmax(138px, 0.92fr) minmax(170px, 1.18fr) auto !important;
    min-height: 62px !important;
    padding: 9px 12px !important;
}

.weather-home-v2 .weather-ledger .city-rank {
    background: #e6f2ee !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    height: 34px !important;
    width: 34px !important;
}

.weather-home-v2 .weather-ledger .city-name {
    font-size: 15px !important;
    line-height: 1.18;
}

.weather-home-v2 .weather-ledger .city-meta {
    font-size: 11px !important;
    gap: 4px 8px !important;
}

.weather-home-v2 .weather-ledger .city-condition {
    font-size: 12px !important;
    line-height: 1.2;
}

.weather-home-v2 .weather-ledger .city-weather img {
    height: 30px !important;
    width: 30px !important;
}

.weather-home-v2 .weather-ledger .city-temp {
    font-size: 27px !important;
}

@media (max-width: 767px) {
    .weather-home-v2 .home-shell > .container {
        padding-bottom: 24px;
    }

    .weather-home-v2 .featured-grid {
        max-height: 480px;
        padding: 12px !important;
    }

    .weather-home-v2 .weather-ledger .city-card {
        grid-template-columns: 32px minmax(0, 1fr) auto !important;
        min-height: 74px !important;
        padding: 10px !important;
    }

    .weather-home-v2 .weather-ledger .city-rank {
        height: 30px !important;
        width: 30px !important;
    }
}

@media (min-width: 992px) {
    .weather-home-v2 .home-grid {
        align-items: stretch;
        grid-auto-flow: row;
        grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.72fr) !important;
    }

    .weather-home-v2 .weather-ledger {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        grid-column: 1;
        grid-row: 1;
        height: var(--featured-stack-height, auto);
        margin-bottom: 0 !important;
        min-height: 0;
        overflow: hidden;
    }

    .weather-home-v2 .weather-ledger .featured-grid {
        flex: 1 1 auto;
        max-height: var(--featured-list-height, 560px);
        min-height: 0;
    }

    .weather-home-v2 .top-weather-sidebar {
        align-self: start;
        display: flex;
        flex-direction: column;
        gap: 24px;
        grid-column: 2;
        grid-row: 1;
        min-height: 0;
    }

    .weather-home-v2 .top-weather-sidebar .weather-orbit,
    .weather-home-v2 .top-weather-sidebar .tide-calendar {
        margin-bottom: 0 !important;
    }

    .weather-home-v2 .location-atlas {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        grid-column: 1;
        grid-row: 2;
        height: 100%;
        margin-bottom: 0 !important;
    }

    .weather-home-v2 .news-dispatch {
        align-self: stretch;
        grid-column: 2;
        grid-row: 2;
        height: 100%;
        margin-bottom: 0 !important;
    }

    .weather-home-v2 .location-atlas .location-board {
        flex: 1 1 auto;
    }
}

.weather-home-v2 .tide-calendar .calendar-caption,
.weather-home-v2 .tide-calendar #calendar_header {
    border-radius: 0 !important;
}

/* Seeded article dispatch panel */
.weather-home-v2 .news-dispatch {
    background:
        linear-gradient(180deg, #fffaf0, #ffffff) !important;
    border: 1px solid rgba(6, 63, 70, 0.14) !important;
    box-shadow: 0 16px 34px rgba(6, 63, 70, 0.09) !important;
    overflow: hidden;
    padding: 0 !important;
}

.weather-home-v2 .news-dispatch-head {
    background:
        linear-gradient(90deg, rgba(240, 107, 79, 0.14), rgba(246, 196, 83, 0.16));
    border-bottom: 1px solid rgba(6, 63, 70, 0.12);
    margin: 0 !important;
    padding: 18px 20px;
}

.weather-home-v2 .news-dispatch .home-btn-light {
    background: #063f46 !important;
    color: #fff !important;
}

.weather-home-v2 .news-dispatch .sidebar-news {
    display: grid !important;
    gap: 0 !important;
    padding: 0 20px 20px;
}

.weather-home-v2 .news-dispatch .sidebar-news-item {
    align-items: center;
    border-bottom: 1px solid rgba(6, 63, 70, 0.12) !important;
    display: grid !important;
    gap: 12px;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    min-height: 96px;
    padding: 14px 0 !important;
}

.weather-home-v2 .news-dispatch .sidebar-news-thumb {
    background: #b8f0df !important;
    border-radius: 8px !important;
    height: 74px !important;
    width: 112px !important;
}

.weather-home-v2 .news-dispatch .sidebar-news-title {
    color: #102326 !important;
    display: -webkit-box;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.weather-home-v2 .news-dispatch .sidebar-news-meta {
    color: #f06b4f !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 767px) {

    .weather-home-v2 .news-dispatch-head {
        align-items: flex-start;
        display: grid;
        gap: 10px;
        padding: 16px;
    }

    .weather-home-v2 .news-dispatch .sidebar-news {
        padding: 0 16px 16px;
    }

    .weather-home-v2 .news-dispatch .sidebar-news-item {
        grid-template-columns: 96px minmax(0, 1fr) !important;
    }

    .weather-home-v2 .news-dispatch .sidebar-news-thumb {
        height: 66px !important;
        width: 96px !important;
    }
}

/* Final home alignment and color polish */
body.weather-home-v2 {
    --home-content-width: min(1500px, calc(100vw - 96px));
    --home-bg-deep: #153f3f;
    --home-bg-mid: #2f615b;
    --home-bg-warm: #6b6758;
    --home-panel-teal: #1f5654;
    --home-panel-teal-2: #2e7470;
    background:
        linear-gradient(155deg, var(--home-bg-deep), var(--home-bg-mid) 54%, var(--home-bg-warm)) !important;
}

body.weather-home-v2 .header-wrap .container,
body.weather-home-v2 .indo-signal-inner,
.weather-home-v2 .home-shell > .container,
.weather-home-v2 .home-hero > .container {
    max-width: var(--home-content-width) !important;
    width: var(--home-content-width) !important;
}

body.weather-home-v2 .header-bottom {
    background: #2e7470;
}

body.weather-home-v2 .tdb-drop-down-search .tdb-head-search-form-input,
body.weather-home-v2 .tdb-drop-down-search .tdb-head-search-form-btn,
body.weather-home-v2 .tdb-search-form-inner {
    background-color: #2f746f !important;
    border-color: #2f746f !important;
}

body.weather-home-v2 .tdb-drop-down-search .tdb-head-search-form-input {
    color: #ffffff !important;
}

body.weather-home-v2 .tdb-drop-down-search .tdb-head-search-form-input::placeholder {
    color: rgba(255, 255, 255, 0.78) !important;
}

.weather-home-v2 .archipelago-banner::before {
    display: none !important;
}

/* Shared public layout width */
body.page,
body.home {
    --public-content-width: min(1500px, calc(100vw - 96px));
}

body.page .header-wrap .container,
body.home .header-wrap .container,
body.page .indo-signal-bar > .container,
body.home .indo-signal-bar > .container,
body.page > #app > .container,
body.home > #app > .container,
body.page footer .container,
body.home footer .container,
body.page main > .container,
body.home main > .container,
body.page .section-content .container,
body.home .section-content .container,
body.page .news-hero .container,
body.page .news-category-bar .container {
    max-width: var(--public-content-width) !important;
    width: var(--public-content-width) !important;
}

@media (max-width: 767px) {
    body.page,
    body.home {
        --public-content-width: calc(100vw - 24px);
    }

    body.page .header-wrap .container,
    body.home .header-wrap .container,
    body.page .indo-signal-bar > .container,
    body.home .indo-signal-bar > .container,
    body.page > #app > .container,
    body.home > #app > .container,
    body.page footer .container,
    body.home footer .container,
    body.page main > .container,
    body.home main > .container,
    body.page .section-content .container,
    body.home .section-content .container,
    body.page .news-hero .container,
    body.page .news-category-bar .container {
        max-width: var(--public-content-width) !important;
        width: var(--public-content-width) !important;
    }
}

body.weather-home-v2 .indo-signal-bar {
    background: rgba(232, 247, 243, 0.94);
}

body.weather-home-v2 .indo-live-clock,
.weather-home-v2 .archipelago-stats > div,
.weather-home-v2 .weather-orbit,
.weather-home-v2 .home-btn-primary,
.weather-home-v2 .news-dispatch .home-btn-light {
    background: #173b3c !important;
}

.weather-home-v2 .weather-orbit .orbit-head,
.weather-home-v2 .calendar-caption,
.weather-home-v2 #calendar_header {
    background:
        linear-gradient(90deg, var(--home-panel-teal), var(--home-panel-teal-2)) !important;
}

.weather-home-v2 .weather-orbit {
    border-color: rgba(255, 255, 255, 0.18) !important;
}

.weather-home-v2 .tide-calendar {
    border-color: rgba(255, 255, 255, 0.42) !important;
    overflow: hidden;
}

.weather-home-v2 .calendar-caption {
    border-bottom: 0 !important;
}

@media (min-width: 992px) {
    .weather-home-v2 .location-atlas {
        min-height: 0;
        overflow-y: scroll !important;
        overscroll-behavior: contain;
        height: var(--location-stack-height, 780px) !important;
        max-height: var(--location-stack-height, 780px) !important;
        scrollbar-color: rgba(6, 63, 70, 0.42) rgba(6, 63, 70, 0.06);
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .weather-home-v2 .location-atlas::-webkit-scrollbar {
        width: 10px;
    }

    .weather-home-v2 .location-atlas::-webkit-scrollbar-track {
        background: rgba(6, 63, 70, 0.06);
    }

    .weather-home-v2 .location-atlas::-webkit-scrollbar-thumb {
        background: rgba(6, 63, 70, 0.42);
        border-radius: 999px;
    }

    .weather-home-v2 .location-atlas .atlas-head {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .weather-home-v2 .location-atlas .location-board {
        align-content: stretch;
        flex: 0 0 auto;
        grid-auto-rows: minmax(98px, 1fr);
        max-height: none !important;
        min-height: 0;
        overflow: visible !important;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .weather-home-v2 .location-atlas .atlas-location a {
        height: 100%;
    }
}

@media (max-width: 767px) {
    body.weather-home-v2 {
        --home-content-width: calc(100vw - 24px);
    }

    body.weather-home-v2 .header-wrap .container,
    body.weather-home-v2 .indo-signal-inner,
    .weather-home-v2 .home-shell > .container,
    .weather-home-v2 .home-hero > .container {
        max-width: var(--home-content-width) !important;
        width: var(--home-content-width) !important;
    }

    .weather-home-v2 .location-atlas .location-board {
        max-height: 520px;
        overflow-y: auto;
    }

    body.weather-home-v2 .header-wrap .header-top-row .container {
        max-width: 100vw !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        width: 100vw !important;
    }

    body.weather-home-v2 .header-wrap .header-top-row .general-header-inner {
        grid-template-columns: 42px minmax(0, 1fr) auto !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    body.weather-home-v2 .mobile-menu-toggle,
    body.weather-home-v2 .mobile-menu-panel-head {
        background: #2e7470 !important;
    }

    body.weather-home-v2 .header-wrap .header-top-row .header-column-right {
        min-width: 42px;
        overflow: hidden;
    }

    body.weather-home-v2 .header-wrap .header-top-row .header-select-unit {
        display: none;
    }

    body.weather-home-v2 .header-wrap .header-top-row .header-language-switch {
        max-width: 42px;
        overflow: hidden;
    }

    .weather-home-v2 .forecast-stack {
        display: grid !important;
        grid-template-columns: 1fr !important;
        overflow: visible !important;
        width: 100% !important;
    }

    .weather-home-v2 .forecast-day {
        min-width: 0 !important;
        width: 100% !important;
    }

    .weather-home-v2 .island-weather-ribbon {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* Shared teal public header */
body.page,
body.home {
    --public-teal-deep: #173b3c;
    --public-teal: #2e7470;
    --public-teal-soft: #e8f7f3;
    --public-sun: #ffd166;
}

body.page .header-bottom,
body.home .header-bottom {
    background: var(--public-teal) !important;
}

body.page .tdb-drop-down-search .tdb-head-search-form-input,
body.page .tdb-drop-down-search .tdb-head-search-form-btn,
body.page .tdb-search-form-inner {
    background-color: var(--public-teal) !important;
    border-color: var(--public-teal) !important;
}

body.page .tdb-drop-down-search .tdb-head-search-form-input {
    color: #ffffff !important;
}

body.page .tdb-drop-down-search .tdb-head-search-form-input::placeholder {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.page .indo-signal-bar {
    background: rgba(232, 247, 243, 0.94) !important;
}

@media (max-width: 767px) {
    body.page .mobile-menu-toggle,
    body.home .mobile-menu-toggle,
    body.page .mobile-menu-panel-head,
    body.home .mobile-menu-panel-head {
        background: var(--public-teal) !important;
        box-shadow: 0 10px 24px rgba(23, 59, 60, 0.2) !important;
    }

    body.page .mobile-menu-close,
    body.home .mobile-menu-close {
        background: rgba(255, 255, 255, 0.16) !important;
        border-color: rgba(255, 255, 255, 0.35) !important;
    }

    body.page.mobile-menu-open .mobile-menu-toggle,
    body.home.mobile-menu-open .mobile-menu-toggle {
        background: var(--public-teal) !important;
        border: 1px solid rgba(255, 255, 255, 0.42) !important;
    }

    body.page .header-bottom .site-main-menu .menu-select-city__title i:first-child,
    body.home .header-bottom .site-main-menu .menu-select-city__title i:first-child,
    body.page .header-bottom .site-main-menu .header-menu-link a i,
    body.home .header-bottom .site-main-menu .header-menu-link a i {
        color: var(--public-teal) !important;
    }

    body.page-location .menu-location .nav-link {
        color: var(--public-teal-deep) !important;
    }

    body.page-location .menu-location .nav-link.active,
    body.page-location .menu-location .nav-link:hover,
    body.page-location .menu-location .nav-link:focus {
        background: var(--public-teal) !important;
        border-color: var(--public-teal) !important;
        color: #fff !important;
    }
}

body.page-news .news-hero {
    background:
        linear-gradient(135deg, rgba(23, 59, 60, 0.96), rgba(46, 116, 112, 0.88)),
        radial-gradient(circle at 18% 18%, rgba(255, 209, 102, 0.25), transparent 34%) !important;
}

body.page-news .news-kicker,
body.page-news .news-hero-stat strong {
    color: var(--public-sun) !important;
}

body.page-news .news-category-tabs a b,
body.page-news .news-title-primary a:hover,
body.page-news .news-side-title a:hover,
body.page-news .news-list-title a:hover,
body.page-news .news-author {
    color: var(--public-teal) !important;
}

body.page-news .news-category-tabs a.active,
body.page-news .news-category-tabs a:hover,
body.page-news .news-category-tabs a:focus,
body.page-news .news-pagination nav span[aria-current] span {
    background: var(--public-teal) !important;
    border-color: var(--public-teal) !important;
    color: #fff !important;
}

body.page-news .news-category-tabs a.active b,
body.page-news .news-category-tabs a:hover b,
body.page-news .news-category-tabs a:focus b {
    color: #fff !important;
}

/* Header location search autocomplete */
.header-wrap .tdb-search-form-inner {
    position: relative;
}

.header-wrap .list-search-location {
    background: #ffffff;
    border: 1px solid rgba(23, 59, 60, 0.14);
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(16, 35, 38, 0.16);
    display: none;
    left: 0;
    list-style: none;
    margin: 8px 0 0;
    max-height: min(390px, 62vh);
    min-width: 280px;
    overflow-y: auto;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 30000;
}

.header-wrap .list-search-location.active {
    display: block;
}

.header-wrap .search-location-item a,
.header-wrap .search-location-empty {
    border-radius: 8px;
    color: #152b2e;
    display: grid;
    gap: 3px;
    line-height: 1.25;
    padding: 10px 12px;
    text-decoration: none;
}

.header-wrap .search-location-item.active a,
.header-wrap .search-location-item a:hover,
.header-wrap .search-location-item a:focus {
    background: #e8f7f3;
    color: #173b3c;
}

.header-wrap .search-location-item span {
    font-size: 14px;
    font-weight: 900;
}

.header-wrap .search-location-item small,
.header-wrap .search-location-empty {
    color: #62777b;
    font-size: 12px;
    font-weight: 700;
}

/* Keep the header search pill evenly rounded on both sides. */
.header-wrap .tdb-drop-down-search .tdb-search-form-inner {
    border-radius: 999px !important;
    overflow: hidden;
}

.header-wrap .tdb-drop-down-search .tdb-head-search-form-input {
    border-radius: 999px 0 0 999px !important;
}

.header-wrap .tdb-drop-down-search .tdb-head-search-form-btn {
    border-radius: 0 999px 999px 0 !important;
}

/* Flat location menu and major city shortcuts */
.header-wrap .menu-select-city__list {
    max-width: min(1500px, calc(100vw - 48px)) !important;
    width: min(1500px, calc(100vw - 48px)) !important;
}

.header-wrap .menu-location-flat-grid {
    column-count: 8;
    column-gap: 28px;
    list-style: none;
    margin: 0;
    max-height: min(520px, 68vh);
    overflow-y: auto;
    padding: 24px 28px;
}

.header-wrap .menu-location-flat-grid li {
    break-inside: avoid;
    margin: 0 0 18px;
}

.header-wrap .menu-location-flat-grid a {
    color: #1c2c2f;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-wrap .menu-location-flat-grid a:hover,
.header-wrap .menu-location-flat-grid a:focus {
    color: #174d4c;
    text-decoration: none;
}

.header-wrap .header-major-locations {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: 14px;
}

.header-wrap .header-major-locations a {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    min-height: 30px;
    padding: 0 12px;
    text-decoration: none;
    white-space: nowrap;
}

.header-wrap .header-major-locations a:hover,
.header-wrap .header-major-locations a:focus {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
    body.weather-home-v2 .header-wrap .header-top-row .header-column-right {
        display: flex !important;
        min-width: 86px;
        opacity: 1 !important;
        overflow: visible;
        position: absolute;
        right: 0;
        top: 17px;
        visibility: visible !important;
        width: 86px;
        z-index: 3;
    }

    body.weather-home-v2 .header-wrap .header-top-row .header-select-city {
        display: flex !important;
        justify-content: flex-end;
        opacity: 1 !important;
        visibility: visible !important;
        width: 86px;
    }

    body.weather-home-v2 .header-wrap .header-top-row .header-language-switch {
        display: inline-flex !important;
        max-width: 86px;
        overflow: visible;
        visibility: visible !important;
    }

    .header-wrap .menu-select-city__list {
        max-width: none !important;
        width: 100% !important;
    }

    .header-wrap .menu-location-flat-grid {
        column-count: 1;
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-height: none;
        overflow: visible;
        padding: 0;
    }

    .header-wrap .menu-location-flat-grid li {
        margin: 0;
    }

    .header-wrap .menu-location-flat-grid a {
        background: #f2f5f8;
        border-radius: 999px;
        font-size: 13px;
        padding: 8px 10px;
    }

    .header-wrap .header-major-locations {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 2px 0 0;
        width: 100%;
    }

    .header-wrap .header-major-locations a {
        align-items: center;
        background: #f7faff;
        border: 1px solid #e2ebf5;
        border-radius: 14px;
        color: #17212b;
        display: inline-flex;
        font-size: 14px;
        font-weight: 800;
        gap: 9px;
        justify-content: flex-start;
        line-height: 1.2;
        min-height: 44px;
        overflow: hidden;
        padding: 10px 12px;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-wrap .header-major-locations a::before {
        background: #2e7470;
        border-radius: 999px;
        content: "";
        flex: 0 0 7px;
        height: 7px;
        width: 7px;
    }

    .header-wrap .header-major-locations a:hover,
    .header-wrap .header-major-locations a:focus {
        background: #eef7f4;
        border-color: #c9e3dd;
        color: #173b3c;
    }
}

.header-wrap .menu-location-flat-grid a {
    font-size: 15px;
    font-weight: 400;
    line-height: 0px;
}

@media (max-width: 600px) {
   .header-wrap .menu-location-flat-grid a {
        line-height: 15px;
    }

}

@media (max-width: 767px) {
    .header-wrap .header-top-row .general-header-inner,
    body.weather-home-v2 .header-wrap .header-top-row .general-header-inner {
        grid-template-columns: 96px minmax(0, 1fr) 96px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .header-wrap .header-top-row .container,
    body.weather-home-v2 .header-wrap .header-top-row .container {
        box-sizing: border-box !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .header-wrap .header-top-row .mobile-menu-toggle {
        justify-self: start;
    }

    .header-wrap .header-top-row .header-logo {
        justify-self: center;
        width: 100%;
    }

    .header-wrap .header-top-row .header-logo img {
        margin-bottom: 0 !important;
    }

    .header-wrap .header-top-row .tdb-head-search-form-input {
        flex: 1 1 auto !important;
        width: auto !important;
    }

    .header-wrap .header-top-row .show-search-form,
    .header-wrap .header-top-row .tdb-drop-down-search,
    .header-wrap .header-top-row .tdb-drop-down-search-inner,
    .header-wrap .header-top-row .tdb-drop-down-search .tdb-search-form,
    .header-wrap .header-top-row .tdb-search-form-inner {
        box-sizing: border-box !important;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .header-wrap .header-top-row .tdb-search-form-inner {
        overflow: hidden;
    }

    .header-wrap .header-top-row .show-search-form {
        justify-self: center;
        max-width: calc(100vw - 58px) !important;
        width: calc(100vw - 58px) !important;
    }

    .header-wrap .header-top-row .header-column-right,
    body.weather-home-v2 .header-wrap .header-top-row .header-column-right {
        display: flex !important;
        grid-area: unit;
        justify-self: end;
        min-width: 0 !important;
        overflow: visible !important;
        position: static !important;
        width: auto !important;
    }

    .header-wrap .header-top-row .header-select-city,
    body.weather-home-v2 .header-wrap .header-top-row .header-select-city {
        display: flex !important;
        justify-content: flex-end;
        width: auto !important;
    }

    .header-wrap .header-top-row .header-language-switch,
    body.weather-home-v2 .header-wrap .header-top-row .header-language-switch {
        display: inline-flex !important;
        max-width: 96px !important;
        left: auto !important;
        position: fixed !important;
        right: 24px !important;
        top: 24px !important;
        visibility: visible !important;
        z-index: 4;
    }

    .header-wrap .header-major-locations {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
        margin: 0;
        width: 100%;
    }

    .header-wrap .header-major-locations a {
        width: 100%;
    }

    .main-location-heading .card {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    body.page-location .forecast-days-card .card-body,
    body.page-location .forecast-list-card .card-body {
        overflow: visible !important;
    }

    body.page-location .weather-day,
    body.page-location .forecast-list-day {
        overflow: hidden !important;
    }

    body.page-location .weather-summary-content,
    body.page-location .forecast-list-summary {
        display: grid !important;
        gap: 8px 10px !important;
        grid-template-columns: minmax(82px, 1fr) auto 44px 22px !important;
        min-height: 64px;
        min-width: 0 !important;
        overflow: visible !important;
        padding: 12px !important;
        width: 100% !important;
    }

    body.page-location .weather-summary-title {
        display: contents !important;
    }

    body.page-location .summary-day,
    body.page-location .forecast-list-date {
        font-size: 14px !important;
        line-height: 1.2;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    body.page-location .summary-temperature,
    body.page-location .forecast-list-temp {
        font-size: 18px !important;
        justify-self: start !important;
        line-height: 1;
        min-width: 0;
        white-space: nowrap;
    }

    body.page-location .summary-description,
    body.page-location .forecast-list-desc {
        display: flex !important;
        gap: 0 !important;
        justify-content: center;
        min-width: 0;
    }

    body.page-location .summary-description img,
    body.page-location .forecast-list-desc img {
        height: 32px !important;
        width: 32px !important;
    }

    body.page-location .summary-description-detail,
    body.page-location .forecast-list-desc span:last-child,
    body.page-location .summary-humidity,
    body.page-location .summary-speed,
    body.page-location .forecast-list-rain,
    body.page-location .forecast-list-wind {
        display: none !important;
    }

    body.page-location .weather-summary-toggle,
    body.page-location .forecast-list-toggle {
        justify-self: end !important;
    }
}

@media (max-width: 767px) {
    .header-wrap,
    .header-wrap .header-top-row,
    .header-wrap .header-top-row .container {
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: visible !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-wrap .header-top-row .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-wrap .header-top-row .general-header-inner,
    body.weather-home-v2 .header-wrap .header-top-row .general-header-inner {
        align-items: center !important;
        display: grid !important;
        gap: 14px 10px !important;
        grid-template-areas:
            "menu logo locale"
            "search search search" !important;
        grid-template-columns: 56px minmax(0, 1fr) 72px !important;
        margin-left: 0 !important;
        padding: 20px 0 28px !important;
        width: 100% !important;
    }

    .header-wrap .header-top-row .header-select-unit {
        display: none !important;
    }

    .header-wrap .header-top-row .header-column-right,
    body.weather-home-v2 .header-wrap .header-top-row .header-column-right {
        align-items: center !important;
        display: flex !important;
        grid-area: locale !important;
        justify-content: flex-end !important;
        justify-self: end !important;
        max-width: 72px !important;
        min-width: 0 !important;
        overflow: visible !important;
        position: static !important;
        width: 72px !important;
    }

    .header-wrap .header-top-row .mobile-menu-toggle {
        grid-area: menu !important;
        justify-self: start !important;
    }

    .header-wrap .header-top-row .header-logo {
        grid-area: logo !important;
        justify-self: center !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .header-wrap .header-top-row .header-logo img {
        display: block;
        height: auto !important;
        margin: 0 auto !important;
        max-height: 50px !important;
        max-width: 150px !important;
        object-fit: contain;
        width: auto !important;
    }

    .header-wrap .header-top-row .show-search-form {
        grid-area: search !important;
        justify-self: stretch !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .header-wrap .header-top-row .tdb-drop-down-search,
    .header-wrap .header-top-row .tdb-drop-down-search-inner,
    .header-wrap .header-top-row .tdb-drop-down-search .tdb-search-form,
    .header-wrap .header-top-row .tdb-search-form-inner {
        max-width: 100% !important;
        width: 100% !important;
    }

    .header-wrap .header-top-row .header-language-switch,
    body.weather-home-v2 .header-wrap .header-top-row .header-language-switch {
        align-items: center !important;
        background: #ffffff !important;
        border: 1px solid #d7e3f0 !important;
        border-radius: 999px !important;
        box-shadow: 0 8px 20px rgba(23, 33, 43, 0.08);
        display: inline-flex !important;
        gap: 4px !important;
        max-width: none !important;
        min-height: 36px !important;
        padding: 3px !important;
        left: auto !important;
        margin-left: 0 !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: auto !important;
    }

    .header-wrap .header-top-row .language-switch-option {
        border-radius: 999px !important;
        flex: 0 0 auto;
        height: 28px !important;
        min-height: 28px !important;
        padding: 0 5px !important;
        width: 28px !important;
    }

    .header-wrap .header-top-row .language-switch-option.is-active {
        box-shadow: none !important;
    }

    .header-wrap .header-top-row .language-flag {
        height: 18px !important;
        width: 18px !important;
    }
}

@media (max-width: 767px) {
    body.page-location .header-wrap,
    body.page-location .header-wrap .header-top-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100vw !important;
        overflow: visible !important;
        width: 100% !important;
    }

    body.page-location .header-wrap .header-top-row .container,
    body.page-location .header-wrap .header-top-row .general-header-inner {
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100vw - 32px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: calc(100vw - 32px) !important;
    }

    body.page-location .header-wrap .header-top-row .general-header-inner {
        position: relative !important;
    }

    body.page-location .header-wrap .header-top-row .header-column-right {
        display: flex !important;
        justify-content: flex-end !important;
        max-width: none !important;
        position: absolute !important;
        right: 0 !important;
        width: auto !important;
        z-index: 5;
    }

    body.page-location .header-wrap .header-top-row .header-language-switch {
        position: static !important;
        transform: none !important;
    }

    .container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
}


.header-logo img {
    width: 177px;
    height: auto;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    input,
    select,
    textarea,
    .header-wrap .tdb-drop-down-search .tdb-head-search-form-input {
        font-size: 16px !important;
    }
}
