.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: #2f6ead;
    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: #2f6ead;
    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: #2f6ead;
    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;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.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: #2f6ead;
    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: #2f6ead;
    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: #2f6ead;
}

.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: #2f6ead;
}

@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;
        margin-bottom: 2px;
    }

    .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;
    }
}

/* 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: #2f6ead;
        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) 64px;
        padding: 12px 0 14px !important;
        position: relative;
    }

    .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-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: #2f6ead;
        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: #2f6ead;
        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: #2f6ead;
        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: #2f6ead;
    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: #2f6ead;
    border-color: #2f6ead;
    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: #2f6ead;
    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: #2f6ead;
    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: #2f6ead;
    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: #2f6ead;
    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: #2f6ead;
    border-color: #2f6ead;
    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: #2f6ead;
}

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: #2f6ead;
    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: #2f6ead;
    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: #2f6ead;
    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: #2f6ead;
}

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: #2f6ead !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: #2f6ead !important;
    border-color: #2f6ead !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 .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: 12px !important;
        padding-right: 12px !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;
    }
}

/* 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;
    }

    .header-wrap-inner .header-top-row {
        padding: 0 0px;
    }

    body.weather-home-v2 .section-head {
        align-items: left;
    }

    body.weather-home-v2 .section-head {
        display: block;
    }


}

.header-logo img {
    width: auto;
    height: auto;
    margin-bottom: 0;
}

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