.custom-section {
  background-color: rgb(var(--color-background));
}

.custom-section .block-heading,
.custom-section .subheading {
  width: 100%;
}

.custom-section .subheading,
.custom-section .rte {
  word-break: break-word;
}

/* =========================================================
   HVAC TRUST PANEL
   ========================================================= */

.hvac-trust-section {
    width: 100%;
}

.hvac-trust-panel {
    width: 100%;
    box-sizing: border-box;

    border: 2px solid #c8c8c8;
    border-radius: 22px;

    padding: 28px 40px 20px;

    background: #ffffff;
}


/* =========================
   TOP
   ========================= */

.hvac-trust-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding-bottom: 22px;

    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.hvac-trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;

    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;

    color: #111;
}

.hvac-trust-badge-right {
    text-align: right;
    justify-content: flex-end;
}

.hvac-trust-circle {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #2949cc;
    border-radius: 50%;
}

.hvac-trust-circle-inner {
    display: block;

    width: 9px;
    height: 9px;

    background: #fff;
    border-radius: 50%;
}

.hvac-trust-check {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #2949cc;
    color: #fff;

    font-size: 15px;
    font-weight: 900;
}


/* =========================
   MAIN
   ========================= */

.hvac-trust-main {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 1px minmax(0, 1fr);

    align-items: center;

    padding: 40px 25px 34px;
}

.hvac-trust-rating,
.hvac-trust-pros {
    min-width: 0;
}


/* =========================
   RATING
   ========================= */

.hvac-trust-rating {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 36px;

    padding-right: 45px;
}

.hvac-rating-score-row {
    display: flex;
    align-items: flex-end;

    white-space: nowrap;
}

.hvac-rating-score {
    color: #000;

    font-size: clamp(48px, 4.2vw,65px);
    line-height: 0.88;

    font-weight: 900;
    letter-spacing: -5px;
}

.hvac-rating-outof {
    margin-left: 8px;
    margin-bottom: 3px;

    color: #555;

    font-size: clamp(15px, 1.4vw, 25px);
    line-height: 1;

    font-weight: 700;
}

.hvac-rating-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hvac-stars {
    color: #2949cc;

    font-size: 30px;
    line-height: 1;

    letter-spacing: 3px;

    margin-bottom: 12px;
}

.hvac-rating-title {
    color: #000;

    font-size: clamp(15px, 1.4vw, 25px);
    line-height: 1.05;

    font-weight: 900;
}

.hvac-rating-subtitle {
    margin-top: 10px;

    color: #5b5b5b;

    font-size: clamp(13px, 1.05vw, 15px);
    line-height: 1.3;

    font-weight: 600;
}


/* =========================
   CENTER DIVIDER
   ========================= */

.hvac-main-divider {
    height: 145px;

    position: relative;

    background: rgba(0, 0, 0, 0.12);
}

.hvac-main-divider span {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: #4d70ff;

    font-size: 13px;
    font-weight: 700;
}


/* =========================
   PROS
   ========================= */

.hvac-trust-pros {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 34px;

    padding-left: 58px;
}

.hvac-pro-number-row {
    display: flex;
    align-items: center;

    white-space: nowrap;
}

.hvac-pro-number {
    color: #000;

    font-size: clamp(48px, 4.2vw, 65px);
    line-height: 0.9;

    font-weight: 900;
    letter-spacing: -5px;
}

.hvac-pro-icon {
    width: 52px;
    height: 52px;

    margin-left: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #2949cc;
    color: #fff;

    font-size: 29px;
    line-height: 1;

    font-weight: 800;
}

.hvac-pro-content {
    min-width: 0;
}

.hvac-pro-title {
    color: #000;

    font-size: clamp(15px, 1.4vw, 25px);
    line-height: 1.1;

    font-weight: 900;
}

.hvac-pro-subtitle {
    margin-top: 12px;

    color: #5b5b5b;

    font-size: clamp(13px, 1.05vw, 15px);
    line-height: 1.35;

    font-weight: 600;
}


/* =========================
   BOTTOM
   ========================= */

.hvac-trust-bottom {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 6px;

    padding: 20px 15px 0;

    border-top: 2px solid rgba(0, 0, 0, 0.12);

    color: #000;

    font-size: clamp(17px, 1.4vw, 25px);
    line-height: 1.2;

    font-weight: 900;

    text-align: center;
}

.hvac-bottom-dot {
    color: #2949cc;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

    .hvac-trust-panel {
        border-color: #c8c8c8;
        border-radius: 22px;

        padding: 24px 15px 22px;
    }


    /* TOP */

    .hvac-trust-top {
        align-items: flex-start;

        gap: 16px;

        padding-bottom: 20px;

        border-bottom-color: #999;
    }

    .hvac-trust-badge {
        width: 50%;

        gap: 8px;

        color: #999;

        font-size: 13px;
        line-height: 1.15;
    }

    .hvac-trust-badge-right {
        justify-content: flex-end;
    }

    .hvac-trust-circle {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .hvac-trust-circle-inner {
        width: 8px;
        height: 8px;
    }

    .hvac-trust-check {
        width: 22px;
        height: 22px;

        flex-basis: 22px;

        font-size: 13px;
    }


    /* MAIN */

    .hvac-trust-main {
        display: flex;
        flex-direction: column;

        padding: 0;
    }


    /* RATING */

    .hvac-trust-rating {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 18px;

        padding: 30px 0 28px;

        text-align: center;
    }

    .hvac-rating-score {
        font-size: 72px;

        letter-spacing: -4px;
    }

    .hvac-rating-outof {
        margin-left: 6px;
        margin-bottom: 5px;

        font-size: 28px;

        color: #000;
    }

    .hvac-rating-content {
        align-items: center;
    }

    .hvac-stars {
        order: -1;

        margin-bottom: 14px;

        font-size: 29px;
        letter-spacing: 4px;
    }

    .hvac-rating-title {
        font-size: 24px;
        line-height: 1.15;
    }

    .hvac-rating-subtitle {
        margin-top: 14px;

        font-size: 12px;
        line-height: 1.35;
    }


    /* DIVIDER */

    .hvac-main-divider {
        width: 100%;
        height: 2px;

        background: #999;
    }

    .hvac-main-divider span {
        display: none;
    }


    /* PROS */

    .hvac-trust-pros {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 18px;

        padding: 28px 0 22px;

        text-align: center;
    }

    .hvac-pro-number {
        font-size: 68px;

        letter-spacing: -4px;
    }

    .hvac-pro-icon {
        width: 43px;
        height: 43px;

        margin-left: 8px;

        font-size: 25px;
    }

    .hvac-pro-content {
        width: 100%;
    }

    .hvac-pro-title {
        font-size: 24px;
    }

    .hvac-pro-subtitle {
        margin-top: 18px;

        font-size: 12px;
        line-height: 1.4;
    }


    /* BOTTOM */

    .hvac-trust-bottom {
        padding: 18px 5px 0;

        gap: 3px;

        border-top-color: #999;

        font-size: 18px;
        line-height: 1.25;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 420px) {

    .hvac-trust-panel {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hvac-trust-badge {
        font-size: 11px;
    }

    .hvac-rating-score {
        font-size: 64px;
    }

    .hvac-rating-title,
    .hvac-pro-title {
        font-size: 22px;
    }

    .hvac-pro-number {
        font-size: 62px;
    }

    .hvac-pro-subtitle,
    .hvac-rating-subtitle {
        font-size: 14px;
    }

    .hvac-trust-bottom {
        font-size: 16px;
    }

}