/* ============================================================
   Ah Product Section - Gluten Friendly 1
   ============================================================ */

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

.ahgluten1 {
    display: grid;
    grid-template-columns: 150px minmax(280px, 430px) 1fr;
    align-items: center;
    gap: 24px;
    width: 100%;
    min-height: 160px;
    padding: 20px 52px 20px 38px;
    background: #ffffff;
    box-sizing: border-box;
    color: #101a33;
    font-family: Arial, Helvetica, sans-serif;
}

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

.ahgluten1-badge {
    width: 124px;
    height: 124px;
}

.ahgluten1-badge svg {
    width: 100%;
    height: 100%;
    color: #4d8d55;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ahgluten1-badge text {
    fill: currentColor;
    stroke: none;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.ahgluten1-copy {
    min-width: 0;
}

.ahgluten1-title {
    margin: 0;
    color: #111b34;
    font-size: 29px;
    font-weight: 800;
    line-height: .98;
    letter-spacing: 0;
}

.ahgluten1-text {
    max-width: 420px;
    margin: 14px 0 0;
    color: #1d2b45;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

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

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

.ahgluten1-feature svg {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    color: #4d8d55;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ahgluten1-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: 1000px) {
    .ahgluten1 {
        grid-template-columns: 120px 1fr !important;
        gap: 18px;
        padding: 24px;
    }

    .ahgluten1-features {
        grid-column: 1 / -1;
        border-top: 1px solid #e1e5eb;
        padding-top: 18px;
    }
}

@media (max-width: 620px) {
    .ahgluten1 {
        grid-template-columns: 1fr !important;
        justify-items: center;
        text-align: center;
        padding: 24px 16px;
    }

    .ahgluten1-badge {
        width: 112px;
        height: 112px;
    }

    .ahgluten1-title {
        font-size: 25px;
    }

    .ahgluten1-text {
        margin-top: 10px;
    }

    .ahgluten1-features {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        border-top: 1px solid #e1e5eb;
        padding-top: 0;
    }

    .ahgluten1-feature {
        min-height: 120px;
        padding: 14px 12px;
        border-left: 0;
        border-top: 0;
    }

    .ahgluten1-feature:nth-child(n+3) {
        border-top: 1px solid #e1e5eb;
    }
}
