    .border-left-radius-20 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .border-right-radius-20 {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .evoucher-preview {
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        background: #fff;
    }

    .evoucher-preview-image {
        background: #f6f6f6;
    }

    .evoucher-preview-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .evoucher-preview-content {
        padding: 0 32px 32px 32px;
    }

    .evoucher-preview h4 {
        font-weight: 600;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #1F91D8;
    }

    .evoucher-preview p {
        color: #555;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;

    }

    .evoucher-preview .alert {
        background: #FFD964;
        border-radius: 61px;
        padding: 1.25rem 2rem;
        text-align: center;
        margin-bottom: 1.5rem;
        max-width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
    }

    @media (max-width: 576px) {
        .evoucher-preview .alert {
            padding: 1rem 1rem;
            font-size: 0.9rem;
        }
    }

    .evoucher-preview-from {
        font-weight: 600;
        font-size: 15px;
    }

    .evoucher-preview-message {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .evoucher-preview small {
        font-size: 13px;
        color: #888;
    }

    .evoucher-preview strong {
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #565960;
    }

    @media (max-width: 767px) {
        .evoucher-preview-image img {
            height: auto;
        }

        .evoucher-preview-content {
            padding: 24px;
        }
    }

    .evoucher-amounts {
        display: flex;
        gap: 20px;
    }

    .evoucher-amount-label {
        display: inline-block;
        border: 1px solid #1F91D8;
        border-radius: 6px;
        padding: 0.5rem 1rem;
        margin-right: 0.5rem;
        cursor: pointer;
        font-size: 1rem;
        color: #333;
        background-color: #fff;
        transition: all 0.2s ease;
    }

    .evoucher-amounts input[type="radio"] {
        display: none;
    }

    .evoucher-amount-btn {
        display: inline-block;
        padding: 0.5rem 1rem;
        border: 1px solid #1F91D8;
        border-radius: 6px;
        background-color: #fff;
        color: #1F91D8;
        cursor: pointer;
        font-size: 1rem;
        transition: all 0.2s ease;
    }

    .evoucher-amount-label input[type="radio"] {
        display: none;
    }

    .evoucher-amount-label:hover {
        background-color: #e6f2fb;
        border-color: #1F91D8;
    }

    .evoucher-amounts .evoucher-amount-btn {
        border: 1px solid #DBDBDB;
        color: #565960;
        background-color: #fff;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        height: 50px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        justify-content: center;
    }

    .evoucher-amounts input[type="radio"]:checked+.evoucher-amount-btn {
        border: 1px solid #1F91D8;
        color: #565960;
        background-color: #F2FAFD;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        height: 50px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        justify-content: center;
    }

    .text-select-voucher-amount {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
        color: #565960;
    }

    .evoucher-preview-amount {
        font-weight: 700;
        font-size: 34px;
        line-height: 35px;
        color: #1F91D8;
    }

    .evoucher-preview-voucher-code {
        font-weight: 700;
        font-size: 28px;
        line-height: 35px;
        color: #1F91D8;
    }

    .evoucher-btn {
        background-color: #1F91D8;
        border: none;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        font-style: normal;
        border-radius: 999px;
        min-width: 182px;
        height: 42px;
        line-height: 14px;
        font-size: 16px;
        transition: all 0.25s ease;
    }

    .evoucher-btn:hover {
        background-color: #187ABC;
    }

    .evoucher-btn:active {
        background-color: #1569A3;
        transform: translateY(0);
    }

    .evoucher-btn:focus {
        outline: none;
    }

    .evoucher-heading-title {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        color: #565960;
        margin-bottom: 15px !important;
    }

    .evoucher-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #929395;
        margin-bottom: 50px !important;
    }

    .evoucher-mb-block {
        margin-bottom: 2rem !important;
    }

    .evoucher-form h3 {
        font-size: 22px;
    }

    .evoucher-cart-info {
        margin-left: 0;
        margin-right: 0;
    }

    .evoucher-cart-warning {
        background-color: #F3F3F3;
        padding: 10px;
    }
    .evoucher-result-line {
        border-top: 1px solid #e5e5e5;
        padding-top: 15px;
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .evoucher-col {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .evoucher-col .label {
        font-size: 14px;
        color: #6c757d;
        margin-bottom: 5px;
    }

    .evoucher-col .value.big {
        font-size: 28px;
        font-weight: 700;
        color: #1F91D8;
    }

    @media (max-width: 1280px) {
        .evoucher-col .value.big {
            font-size: 24px;
        }
    }

    @media (max-width: 991px) {
        .evoucher-col .value.big {
            font-size: 22px;
        }
    }

    @media (max-width: 576px) {
        .evoucher-col {
            flex: 1 1 100%;
        }

        .evoucher-col .label {
            font-size: 12px;
        }

        .evoucher-col .value.big {
            font-size: 18px;
        }

        .evoucher-result-line {
            padding-top: 10px;
            margin-top: 10px;
        }
    }

    @media (max-width: 375px) {
        .evoucher-col .value.big {
            font-size: 14px;
        }
    }
