.meter-page {
    margin-top: 20px;
    margin-bottom: 40px;
}

.meter-main {
    width: 1320px;
    display: block;
}

#main .meter-main .main-list {
    width: 100%;
    float: none;
    padding-left: 0;
}

#main .meter-hero,
#main .meter-detail {
    background: #fff;
    border: 1px solid #e5eef8;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(25, 74, 134, 0.08);
}

#main .meter-hero {
    margin: 0;
    padding: 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between !important;
    gap: 44px;
}

#main .meter-gallery {
    width: 560px;
    min-width: 560px;
    max-width: 560px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
}

#main .meter-gallery-main {
    width: 100%;
    height: 560px;
    border: 1px solid #d9e8f6;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main .meter-gallery-main img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

#main .meter-thumbs {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

#main .meter-thumb {
    width: 120px;
    height: 97px;
    min-width: 120px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    outline: none;
}

#main .meter-thumb:hover,
#main .meter-thumb.is-active {
    border-color: #2f80ed;
}

#main .meter-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#main .meter-summary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 6px;
}

#main .meter-category {
    margin: 0 0 18px;
    color: #1c67bf;
    font-size: 18px;
    line-height: 28px;
}

#main .meter-summary h1 {
    margin: 0 0 26px;
    color: #18324b;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
}

#main .meter-copy {
    margin: 0;
}

#main .meter-copy p {
    margin: 0 0 14px;
    color: #4f6277;
    font-size: 16px;
    line-height: 30px;
}

#main .meter-detail-link {
    display: inline-block;
    margin-top: 18px;
    min-width: 180px;
    padding: 14px 30px;
    border-radius: 999px;
    background: #1c67bf;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#main .meter-detail-link:hover,
#main .meter-detail-link:focus {
    background: #13549c;
    color: #fff;
    text-decoration: none;
}

#main .meter-detail {
    margin-top: 28px;
    overflow: hidden;
}

#main .meter-single-detail {
    margin-top: 28px;
    background: #fff;
    border: 1px solid #e5eef8;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(25, 74, 134, 0.08);
    overflow: hidden;
}

#main .meter-single-detail .meter-single-title {
    border-bottom: 1px solid #e5eef8;
    background: #fff;
}

#main .meter-single-detail .meter-single-title h1 {
    margin: 0;
    padding: 18px 32px;
    color: #1c67bf;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    box-shadow: inset 0 -3px 0 #1c67bf;
}

#main .meter-detail .meter-tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5eef8;
    background: #fff;
}

#main .meter-detail .meter-tab-title h1 {
    margin: 0;
    padding: 18px 32px;
    color: #6e8195;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
}

#main .meter-detail .meter-tab-title .title-tab {
    color: #1c67bf;
    box-shadow: inset 0 -3px 0 #1c67bf;
}

#main .meter-tab-content > div {
    display: none;
}

#main .meter-tab-content > .tab-show {
    display: block;
}

#main .meter-panel {
    padding: 30px;
}

#main .meter-panel img {
    width: 100%;
    display: block;
}

#main .meter-panel img + img {
    margin-top: 24px;
}

.smart-meter-landing .meter-main {
    width: 1320px;
}

#main .smart-meter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

#main .smart-meter-card {
    display: block;
    padding: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
    border: 1px solid #dce9f7;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(25, 74, 134, 0.08);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#main .smart-meter-card:hover,
#main .smart-meter-card:focus {
    transform: translateY(-4px);
    border-color: #2f80ed;
    box-shadow: 0 18px 32px rgba(28, 103, 191, 0.16);
    text-decoration: none;
}

#main .smart-meter-card-media {
    height: 280px;
    border: 1px solid #d9e8f6;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main .smart-meter-card-media img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#main .smart-meter-card h2 {
    margin: 18px 0 10px;
    color: #18324b;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

#main .smart-meter-card p {
    margin: 0;
    color: #59708a;
    font-size: 15px;
    line-height: 26px;
}

@media screen and (max-width: 1366px) {
    .meter-main {
        width: 1120px;
    }

    #main .meter-gallery {
        width: 480px;
        min-width: 480px;
        max-width: 480px;
        -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
    }

    #main .meter-gallery-main {
        height: 480px;
    }

    .smart-meter-landing .meter-main {
        width: 1120px;
    }

    #main .smart-meter-card-media {
        height: 240px;
    }
}

@media screen and (max-width: 767px) {
    .meter-page {
        margin-top: 0;
        margin-bottom: 0;
    }

    .meter-main {
        width: 100%;
        display: block;
    }

    #main .meter-main .main-list {
        width: 100%;
        padding: 0 2%;
    }

    #main .meter-hero,
    #main .meter-panel {
        padding: 18px;
    }

    #main .meter-hero {
        display: block !important;
    }

    #main .meter-gallery {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    #main .meter-gallery-main {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    #main .meter-summary {
        margin-top: 24px;
        padding-top: 0;
    }

    #main .meter-summary h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    #main .meter-thumbs {
        gap: 10px;
        flex-wrap: wrap;
    }

    #main .meter-thumb {
        width: 92px;
        height: 74px;
        min-width: 92px;
    }

    #main .meter-detail .meter-tab-title {
        overflow-x: auto;
    }

    #main .meter-detail .meter-tab-title h1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 14px 18px;
        font-size: 16px;
    }

    #main .meter-single-detail .meter-single-title h1 {
        padding: 14px 18px;
        font-size: 16px;
    }

    #main .smart-meter-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    #main .smart-meter-card {
        padding: 16px;
    }

    #main .smart-meter-card-media {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    #main .smart-meter-card h2 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 16px;
    }
}
