
#rec_delivery_premium {
    background-color: #fff !important
}

#rec_delivery_premium .t492 {
    background-color: #fff !important
}

#rec_delivery_premium .t492__blocktable {
    background-color: #fff !important
}

#rec_delivery_premium .t492__blocktext {
    background-color: #fff !important
}

#rec_delivery_premium .t492__blockimg {
    background-color: #fff !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

#rec_delivery_premium .fl-step {
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease
}

#rec_delivery_premium .fl-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06)
}

#rec_delivery_premium .fl-step-active {
    border: 2px solid #9d090e !important;
    box-shadow: 0 8px 24px rgba(157, 9, 14, .10)
}

#rec_delivery_premium .fl-delivery-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

#rec_delivery_premium .fl-delivery-option {
    flex: 1 1 250px;
    min-width: 250px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box
}

#rec_delivery_premium .fl-delivery-option-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px
}

#rec_delivery_premium .fl-delivery-icon {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box
}

#rec_delivery_premium .fl-delivery-icon img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block
}

@media screen and (max-width: 640px) {
    #rec_delivery_premium .t492__blockimg {
        display: none !important
    }

    #rec_delivery_premium .t492__blocktext {
        width: 100% !important
    }

    #rec_delivery_premium .fl-delivery-options {
        flex-direction: column;
        gap: 12px
    }

    #rec_delivery_premium .fl-delivery-option {
        width: 100%;
        min-width: 0
    }

    #rec_delivery_premium .fl-delivery-icon {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
        max-width: 64px !important;
        min-height: 64px !important;
        max-height: 64px !important
    }
}
