@import url('variables.css');

/* Vouchers section of vouchers page */

.voucher-page-content {
    max-width: 1080px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.voucher-page-voucher-section {
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 50px;
}

.voucher-header {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 42px;
    color: #890a0a;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.84px;
    line-height: 52px;
    justify-content: center;
}

.voucher-page-vouchers-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 20px 0px;
}

.voucher-page-vouchers-line-container {
    display: flex;
    margin-top: 60px;
    align-items: center;
    margin-bottom: 24px;
}

.voucher-page-vouchers-line {
    flex-grow: 1;
    border: 1px solid rgba(0, 0, 0, 0.3)
}

.voucher-page-vouchers-highlighted-text {
    color: #000000;
    font-size: 42px !important;
    font-weight: 600 !important;
    font-family: var(--UpExp_fourth_font);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.voucher-page-vouchers-highlighted-text-secondary {
    color: #890a0a;
    font-size: 42px !important;
    font-weight: 600 !important;
    font-family: var(--UpExp_fourth_font);
    text-transform: uppercase;
}

.voucher-page-vouchers-text-container {
    display: flex;
}

.voucher-page-vouchers-title-container {
    display: flex;
}

.voucher-page-vouchers-line:first-child {
    margin-right: 20px;
}

.voucher-page-vouchers-line:last-child {
    margin-left: 20px;
}

.voucher-page-vouchers-text::before,
.voucher-page-vouchers-text::after {
    content: "";
    flex: 0 0 120px;
    height: 1px;
    background-color: #000000;
    opacity: 30%;
}

.voucher-page-vouchers-text::before {
    margin-right: 10px;
}

.voucher-page-vouchers-text::after {
    margin-left: 10px;
}

.highlighted-text {
    white-space: nowrap;
    font-family: var(--UpExp_fourth_font);
    text-overflow: ellipsis;
    flex-shrink: 1;
}

.highlighted1-text {
    white-space: nowrap;
    font-family: var(--UpExp_fourth_font);
    text-overflow: ellipsis;
    flex-shrink: 1;
    color: #000000;
}

.voucher-grid {
    margin-top: 25px;
    padding: 0 1px;
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.voucher-card {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 25%;
    max-width: 254px;
    background-color: #fff;
    border-radius: 8px;
    padding: 9px;
}

.voucher-img {
    background: linear-gradient(to top, #190206 15%, #6D2700 100%);
    border-radius: 4px;
}

.voucher-card-bottom-wrapper {
    display: flex;
    flex-direction: column;
    padding: 7px;
    height: 100%;
}

.voucher-title {
    color: #bf6726;
    margin-top: 2px;
    font-weight: 700;
    line-height: 27.91px;
    text-align: center;
    font-family: var(--UpExp_fourth_font);
    font-size: 21px !important;
}

.voucher-info {
    color: rgba(108, 85, 61, 1);
    font: 600 12px/129% Roboto, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 14.06px;
    text-align: center;
    padding-bottom: 0px;
}

.voucher-description {
    color: #6c553d;
    margin-top: 12px;
    width: 100%;
    height: 100%;
    font: 400 14px/17px Roboto, Helvetica, sans-serif;
}

.voucher-code {
    display: flex;
    border-radius: 4px;
    border: 0px solid #664d2b;
    background-color: rgba(203, 205, 180, 0.2);
    /* text-align: center; */
    margin-top: 12px;
    gap: 8px;
    font-size: 18px;
    line-height: 20px;
    color: #391906;
    font-weight: 700;
    padding: 10px 12px;
    margin-bottom: 8px;
    position: relative;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
}

.voucher-use-at-checkout {
    color: rgba(108, 85, 61, 0.5);
    font-family: 'roboto';
    font-size: 12px;
    line-height: 14.06px;
    text-align: center;
    padding: 0px 0px 19px 0px;
}

.voucher-go-to-store-button {
    width: 223px;
    height: 44px;
    border-radius: 5px;
    padding: 8px 0px 8px 0px;
    background: linear-gradient(94.65deg, #800000 -10.47%, #D78A23 97.39%);
    color: rgba(250, 243, 227, 1);
    font-family: 'Exo';
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 16px;
}
.voucher-go-to-store-button:hover {
    color: #FFFFFF;
    font-weight: bold;
}
.voucher-page-voucher-code-icon {
    cursor: pointer;
    flex-shrink: 0;
}

.copy-message {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: var(--UpExp_fourth_font);
    background: rgba(37, 17, 0, 1);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.voucher-code.copied .copy-message {
    opacity: 1;
}


.voucher-code-name {
    font-family: Manrope, sans-serif;
    flex: 1;
    margin-left: 20px;
    text-align: center;
}

.voucher-card-image-background {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 4px;
    margin-bottom: 12px;
    position: relative;
}

.voucher-img {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}

.voucher-page-discount-text {
    position: relative;
    font-family: Exo, sans-serif !important;
    margin-bottom: 8px;
    width: 145px;
    padding: 7px 0px;
    font-size: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, rgba(255, 177, 0, 0) 0%, #F4E1A0 54%, rgba(255, 177, 0, 0) 100%);
    border-image-slice: 1;
    background-color: rgba(25, 2, 6, 0.4);
    opacity: 1;
    color: white;
    font-weight: 100;
    text-align: center;
    margin-top: auto;
    align-items: center;
    justify-content: center;
}


.voucher-description {
    color: #6c553d;
    margin-top: 12px;
    text-align: center;
    padding-bottom: 14px;
    width: 100%;
    height: 100%;
    font: 500 14px/17px -apple-system, Roboto, Helvetica, sans-serif;
}

.voucher-expiry {
    display: flex;
    border-radius: 4px;
    background-color: rgba(137, 10, 10, 0.1);
    margin-top: 8px;
    gap: 6px;
    font-size: 16px;
    color: #890a0a;
    font-weight: 400;
    line-height: 112.5%;
    padding: 8px 0px;
    margin-top: auto;
    justify-content: center;
}

.voucher-expiry-icon {
    width: 16px;
    border: #890a0a;
    align-self: start;
}

.voucher-page-footer {
    align-items: center;
    gap: 16px;
    font-size: 24px;
    color: #F2C94C;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    justify-content: center;
    padding: 32px 0px 20px 0px;
}

/* VIP MONTHLY GIVEAWAY START */

.voucher-page-giveaway-coins {
    background-image: url(./img/coins1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    z-index: 100;
    height: 123%;
    width: 100%;
    margin-bottom: -50px;
    display: flex;
    align-items: center;
    margin-top: -40px;
    justify-content: flex-start;
    position: relative;
}

.voucher-page-giveaway-button {
    background-color: transparent;
    background-size: contain;
    border-radius: 5px;
    border: 2px solid transparent;
    height: 36px;
    width: auto;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voucher-page-giveaway-button-text {
    font-family: Exo;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;

}

.voucher-page-giveaway-background-container {
    /* background: url(../../../img/vip_background2.png) no-repeat center center / cover; */
    position: relative;
    height: 300px;
    width: 100vw;
    left: calc(50% - 50vw);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.vip_club__vip_monthly-giveaway-container {
    width: 1080px
}

.voucher-page-giveaway-container {
    position: relative;
    display: flex;
    width: 95%;
    max-width: 1080px;
    height: 230px;
    gap: 128px;
    border-radius: 20px;
    background: rgba(17, 15, 13, 1);
    padding: 8px;
    background-image: url(./img/epic-giveaway-bg.png);
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
    align-items: center;
    z-index: 20;
    overflow: visible;
}

.voucher-page-giveaway-container::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 20px;
    /* background: linear-gradient(80.77deg, #664D2B 0%, rgba(0, 0, 0, 0) 56.68%),
                linear-gradient(278.77deg, #664D2B 0%, rgba(0, 0, 0, 0) 56.68%); */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
                  linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
}


.voucher-page-giveaway {
    display: flex;
    flex-direction: column;
    width: 51%;
    justify-content: center;
    margin-left: 5%;
    margin-bottom: 7%;
    gap: 16px;
}

/* When no buttons are shown (Coming Soon state), center text with less margin */
.voucher-page-giveaway--no-buttons {
    margin-bottom: 3%;
}

.voucher-page-giveaway-title{}

.voucher-page-giveaway-img {
    background-color: transparent;
}

.voucher-page-giveaway-button {
    display: flex;
    background-color: transparent;
    border: 0;
    background: #28A745;
    /* background: linear-gradient(94.65deg, #800000 -10.47%, #D78A23 97.39%); */
}

/* Multiple giveaway buttons container */
.voucher-page-giveaway-buttons-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 5%;
    width: 100%;
    z-index: 10;
    bottom: 25%;
}

.voucher-page-giveaway-buttons-container .voucher-page-giveaway-button {
    flex-shrink: 0;
}

.voucher-page-giveaway-text {
    font-family: Exo;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;    
}

.voucher-page-giveaway-trophy-image {
    height: 107%;
    margin-left: 13%;
}

.voucher-page__gold {
    color: rgba(242, 201, 76, 1);
}

/* VIP MONTHLY GIVEAWAY END */


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

    .voucher-go-to-store-button {
        width: 195px;
        height: 44px;
        border-radius: 5px;
        padding: 8px 0px 8px 0px;
        background: linear-gradient(94.65deg, #800000 -10.47%, #D78A23 97.39%);
        color: rgba(250, 243, 227, 1);
        font-family: 'Exo';
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 16px;
    }

    .voucher-card {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 23%;
        max-width: 254px;
        background-color: #fff;
        border-radius: 8px;
        padding: 9px;
    }

    .voucher-card-bottom-wrapper {
        display: flex;
        flex-direction: column;
        padding: 7px;
        height: 100%;
    }
}

@media only screen and (max-width: 1060px){
    .voucher-card {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 23%;
        max-width: 255px;
        background-color: #fff;
        border-radius: 8px;
        padding: 9px;
    }

    .voucher-card-bottom-wrapper {
        display: flex;
        flex-direction: column;
        padding: 7px;
        height: 100%;
    }
    .voucher-go-to-store-button {
        width: 193px;
        height: 44px;
        border-radius: 5px;
        padding: 8px 0px 8px 0px;
        background: linear-gradient(94.65deg, #800000 -10.47%, #D78A23 97.39%);
        color: rgba(250, 243, 227, 1);
        font-family: 'Exo';
        font-weight: 600;
        font-size: 17px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 16px;
    }
}

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

    .voucher-page-vouchers-text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .voucher-grid {
        margin-top: 25px;
        padding: 0 1px;
        display: flex;
        margin-bottom: 20px;
        gap: 15px;
        align-content: center;
        justify-content: center;
    }

    .voucher-page-vouchers-title-container {
        display: flex;
        flex-direction: row;
    }

    .voucher-page-vouchers-highlighted-text {
        margin-right: 5px;
    }

    .voucher-page-vouchers-highlighted-text-secondary {
        text-align: center;
    }

    .voucher-card {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 231px;
        max-width: 100%;
        background-color: #fff;
        border-radius: 8px;
        padding: 9px;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .voucher-card-bottom-wrapper {
        display: flex;
        flex-direction: column;
        padding: 7px;
        height: 100%;
    }

    .voucher-code {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 12px;
    }

    .voucher-code-field {
        flex-grow: 1;
        overflow: hidden;
    }

    .voucher-code-name {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .voucher-page-voucher-code-icon {
        flex-shrink: 0;
        cursor: pointer;
    }

    .voucher-go-to-store-button {
        width: 100%;
        font-size: 15px;
    }

    .voucher-card-image-background {
        align-items: flex-start;
    }

    .voucher-expiry {
        display: flex;
        border-radius: 4px;
        background-color: rgba(137, 10, 10, 0.1);
        margin-top: 8px;
        gap: 6px;
        font-size: 16px;
        color: #890a0a;
        font-weight: 400;
        line-height: 112.5%;
        padding: 8px 0px;
        margin-top: auto;
        justify-content: center;
    }

    .voucher-page-discount-text {
        position: relative;
        /* top: 85px; */
        top: 0;
        width: 145px;
        font-family: Exo, sans-serif !important;
        padding: 7px 0px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-image-source: linear-gradient(90deg, rgba(255, 177, 0, 0) 0%, #F4E1A0 54%, rgba(255, 177, 0, 0) 100%);
        border-image-slice: 1;
        background-color: rgba(25, 2, 6, 0.4);
        opacity: 1;
        color: white;
        font-weight: 100;
        text-align: center;
        margin-top: auto;
    }
}


@media (max-width: 992px) {
    .voucher-section {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
        align-self: flex-start;
    }

    .voucher-page-title-text {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 100%;
        font-size: 22px;
        font-style: bold;
        font-weight: 600;
        line-height: 25px;
        padding: 20px 0px;
    }

    .voucher-page-title-text-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 100%;
        font-size: 22px;
        font-style: bold;
        font-weight: 600;
        line-height: 25px;
        padding: 20px 0px;
    }

    .voucher-page-vouchers-line:first-child {
        margin-right: 20px;
        margin-left: 20px;
    }

    .voucher-page-vouchers-line:last-child {
        margin-left: 20px;
        margin-right: 20px;
    }

    .voucher-page-vouchers-text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .voucher-page-vouchers-title-container {
        display: flex;
        flex-direction: row;
    }

    .voucher-page-vouchers-highlighted-text {
        margin-right: 5px;
    }

    .voucher-page-vouchers-highlighted-text-secondary {
        text-align: center;
    }

    .voucher-page-vouchers-line-container {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .voucher-card {
        width: 100%;
    }

    .voucher-go-to-store-button {
        width: 100%;
        font-size: 17px;
    }

    .voucher-description {
        color: #6c553d;
        margin-top: 12px;
        width: 100%;
        height: 20%;
        font: 400 14px/17px Roboto, Helvetica, sans-serif;
    }

    .voucher-page-gallery-img-2 {
        margin: 0;
    }

    .voucher-page-title-text {
        max-width: 675px;
    }

    .voucher-page-title-text-2 {
        max-width: 675px;
    }

    .voucher-page-columns {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .voucher-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        margin: 10px 20px;
    }

    .voucher-page-vouchers-text::before,
    .voucher-page-vouchers-text::after {
        content: "";
        flex: 0 0 85px;
        height: 1px;
        margin-right: 20px;
        margin-left: 20px;
        background-color: #000000;
        opacity: 30%;
    }

    .voucher-card-image-background {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        border-radius: 4px;
        margin-bottom: 12px;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .voucher-page-discount-text {
        position: relative;
        font-family: Exo, sans-serif !important;
        margin-bottom: 8px;
        width: 145px;
        padding: 7px 0px;
        font-size: 20px;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-image-source: linear-gradient(90deg, rgba(255, 177, 0, 0) 0%, #F4E1A0 54%, rgba(255, 177, 0, 0) 100%);
        border-image-slice: 1;
        background-color: rgba(25, 2, 6, 0.4);
        opacity: 1;
        color: white;
        font-weight: 100;
        text-align: center;
        margin-top: auto;
        align-items: center;
        justify-content: center;
    }

    .voucher-code {
        white-space: initial;
    }

    .header,
    .footer {
        flex-wrap: wrap;
    }
}

@media (max-width: 980px) {
    /* VIP MONTHLY GIVEAWAY START 768px */

    .voucher-page-giveaway-trophy-image {
        margin-left: 0;
        height: 60%;
        max-width: 100%;
        margin: 28px;
    }

    
    .voucher-page-giveaway-coins {
        background-image: url(./img/coins768px1.png);
    }

    .vip_club__h2-title-divide {
        display:flex;
    }

    .voucher-page-giveaway-background-container {
        /* background: url(../../../img/vip_background2.png) no-repeat center center / cover; */
        position: relative;
        height: 100%;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .vip_club__vip_monthly-giveaway-container {
        width: 100%;
    }

    .voucher-page-giveaway-container {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 90%;
        /* height: 720px; */
        height: 100%;
        gap: 0;
        border-radius: 20px;
        background: rgba(17, 15, 13, 1);
        padding: 8px;
        background-image: url('./img/epic-giveaway-bg768px.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: center;
    }
    .voucher-page-giveaway-coins{
        /* background-image: url(../../../img/vip-club-trophy-coins768px.png); */
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        overflow: visible;
        z-index: 100;
        height: 100%;
        width: 112%;
        margin-bottom: -24px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 0;
        flex-direction: column;
    }
    .voucher-page-giveaway {
        display: flex;
        flex-direction: column;
        width: 72%;
        justify-content: center;
        margin-left: 0;
        gap: 16px;
        align-items: center;
    }
    .voucher-page-giveaway-text {
        font-family: Exo;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        text-align: center;
    }

    .voucher-page-giveaway-button {
        background-color: #28A745;
        /* background: url(/img/vip_club_play-vip-giveaway320px.png) no-repeat center center; */
        background-size: contain; /* Ensures it fits inside the element */
        border-radius: 5px;
        /* border: 2px solid transparent; */
        height: 44px;
        width: 238px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Multiple giveaway buttons - mobile responsive */
    .voucher-page-giveaway-buttons-container {
        position: static;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        left: auto;
    }


    /* VIP MONTHLY GIVEAWAY END 768px*/
}


@media (max-width: 450px) {
    .voucher-page-vouchers-highlighted-text {
        font-size: 30px !important;
    }
    .voucher-page-voucher-code-icon {
        flex-shrink: 0;
        cursor: pointer;
    }
    .voucher-page-vouchers-highlighted-text-secondary {
        font-size: 30px !important;
    }
}

@media (max-width: 500px) {

    .voucher-page-vouchers-highlighted-text {
        color: #000000;
        font-size: 22px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
        text-align: center;
        position: relative;
        overflow: hidden;
        justify-content: center;
        align-items: center;
    }

    .voucher-page-vouchers-highlighted-text-secondary {
        color: #890a0a;
        font-size: 22px !important;
        font-weight: 600 !important;
        font-family: var(--UpExp_fourth_font);
        text-transform: uppercase;
    }

    .voucher-page-vouchers-text {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 100%;
        padding: 20px 0px;
    }

    .voucher-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .voucher-card {
        display: flex;
        margin: auto;
        margin-bottom: 20px;
        flex-direction: column;
        line-height: normal;
        background-color: #fff;
        border-radius: 8px;
        padding: 9px;
    }

    .voucher-card-bottom-wrapper {
        display: flex;
        flex-direction: column;
        padding: 7px;
        height: 100%;
    }

    .voucher-description {
        color: #6c553d;
        margin-top: 12px;
        width: 100%;
        height: 30px;
        font: 400 14px/17px Roboto, Helvetica, sans-serif;
    }

    .voucher-page-vouchers-text::before,
    .voucher-page-vouchers-text::after {
        content: "";
        flex: 0 0 20px;
        margin: 8px 5px;
        height: 1px;
        background-color: #000000;
        opacity: 30%;
    }

    .voucher-page-vouchers-text {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        width: 100%;
        font-size: 22px;
        font-style: bold;
        font-weight: 600;
        line-height: 25px;
        padding: 20px 0px;
    }

    .voucher-page-discount-text {
        position: relative;
        /* top: 56%; */
        font-family: Exo, sans-serif !important;
        margin-bottom: 8px;
        width: 145px;
        padding: 7px 0px;
        font-size: 20px;
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-image-source: linear-gradient(90deg, rgba(255, 177, 0, 0) 0%, #F4E1A0 54%, rgba(255, 177, 0, 0) 100%);
        border-image-slice: 1;
        background-color: rgba(25, 2, 6, 0.4);
        opacity: 1;
        color: white;
        font-weight: 100;
        text-align: center;
        margin-top: auto;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 320px) {

    .voucher-page-giveaway-container {
        background-image: url(./img/epic-giveaway-bg-320px.png);
    }

    .voucher-page-giveaway-coins {
        background-image: none;
    }

    .voucher-img {
        min-height: 0px;
    }

}