/* ============================================================
   Ah Product Section - Reliable Distribution 1
   ============================================================ */

.elementor-widget-ah_reliable_distribution_1,
.elementor-widget-ah_reliable_distribution_1 > .elementor-widget-container {
    width: 100%;
    min-width: 0;
}

.ahreliable1 {
    display: grid;
    grid-template-columns: minmax(360px, 45%) 1fr;
    align-items: center;
    width: 100%;
    min-height: 145px;
    padding: 24px 40px 20px 48px;
    background: #ffffff;
    box-sizing: border-box;
    color: #101a33;
    font-family: Arial, Helvetica, sans-serif;
}

.ahreliable1 * {
    box-sizing: border-box;
}

.ahreliable1-copy {
    min-width: 0;
    padding-right: 42px;
}

.ahreliable1-title {
    margin: 0;
    color: #111b34;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}

.ahreliable1-accent {
    display: block;
    width: 154px;
    height: 3px;
    margin: 10px 0 12px;
    background: #16c8a2;
}

.ahreliable1-text {
    max-width: 520px;
    margin: 0;
    color: #1d2b45;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0;
}

.ahreliable1-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    min-width: 0;
}

.ahreliable1-feature {
    min-height: 104px;
    padding: 0 22px;
    border-left: 1px solid #e1e5eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ahreliable1-feature svg {
    width: 54px;
    height: 54px;
    margin-bottom: 9px;
    color: #53c8ac;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ahreliable1-feature-title {
    max-width: 112px;
    margin: 0;
    color: #111b34;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .ahreliable1 {
        grid-template-columns: 1fr !important;
        gap: 20px;
        padding: 26px 24px;
    }

    .ahreliable1-copy {
        padding-right: 0;
        text-align: center;
    }

    .ahreliable1-accent {
        margin-right: auto;
        margin-left: auto;
    }

    .ahreliable1-features {
        border-top: 1px solid #e1e5eb;
        padding-top: 16px;
    }
}

@media (max-width: 560px) {
    .ahreliable1 {
        padding: 24px 16px;
    }

    .ahreliable1-title {
        font-size: 22px;
    }

    .ahreliable1-text {
        font-size: 12px;
    }

    .ahreliable1-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ahreliable1-feature {
        min-height: 116px;
        padding: 14px 12px;
        border-left: 0;
        border-top: 1px solid #e1e5eb;
    }
}
