﻿#_cuk_my_account_version_ {
    content: '1.3.1'
}
/* --------------------------------------------------------------
-----------------------------------------------------------------

GAMESTORE MY ACCOUNT 

-----------------------------------------------------------------
-------------------------------------------------------------- */
.cuk_myaccount_crosssell.gamestore_banner,
.cuk_myaccount_crosssell.gamestore_banner * {
    box-sizing: border-box;
}

.cuk_myaccount_crosssell.gamestore_banner {
    position: relative;
    padding: 10px 35% 10px 10%;
}

    .cuk_myaccount_crosssell.gamestore_banner h2 {
        text-transform: none;
        padding-top: 10px;
    }

    .cuk_myaccount_crosssell.gamestore_banner img {
        position: absolute;
        width: 6%;
        left: 0;
        top: 10px;
    }

    .cuk_myaccount_crosssell.gamestore_banner a.btn {
        background: #00e100;
        position: absolute;
        right: 5%;
        top: 30px;
        font-family: Effra-Heavy !important;
        font-size: 87.5%;
        width: 20%;
    }

    .cuk_myaccount_crosssell.gamestore_banner .close_promo {
        position: absolute;
        top: 0;
        right: 10px;
    }

        .cuk_myaccount_crosssell.gamestore_banner .close_promo .close_icon {
            font-size: 120%;
            display: block;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
        }

@media all and (max-width: 580px) {
    .cuk_myaccount_crosssell.gamestore_banner {
        padding: 10px 0;
    }

        .cuk_myaccount_crosssell.gamestore_banner h2 {
            padding-top: 0;
            margin: 0;
        }

        .cuk_myaccount_crosssell.gamestore_banner img {
            width: 10%;
        }

        .cuk_myaccount_crosssell.gamestore_banner h2, .cuk_myaccount_crosssell.gamestore_banner p {
            margin-left: 12%;
        }

        .cuk_myaccount_crosssell.gamestore_banner a.btn {
            position: relative;
            right: auto;
            top: auto;
            left: 12%;
            width: 88%;
        }
}

@media all and (max-width: 420px) {
    .cuk_myaccount_crosssell.gamestore_banner {
        padding: 10px 0;
    }

        .cuk_myaccount_crosssell.gamestore_banner img {
            width: 16%;
        }

        .cuk_myaccount_crosssell.gamestore_banner h2, .cuk_myaccount_crosssell.gamestore_banner p {
            margin-left: 20%;
        }

        .cuk_myaccount_crosssell.gamestore_banner a.btn {
            position: relative;
            right: auto;
            top: auto;
            left: 20%;
            width: 80%;
        }
}

/* --------------------------------------------------------------
-----------------------------------------------------------------

LOTTO MATCH 2 TICKET HEADER

-----------------------------------------------------------------
-------------------------------------------------------------- */
#free_ticket_header {
    background-image: url(/c/i/css/cuk_my_account/m2-header-pink-ticket.png), linear-gradient(#fde3db 70%, #e9c8be);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8px 15px 15px;
}

    #free_ticket_header h3 {
        font-family: Effra-Heavy;
        color: #be0000;
        text-transform: uppercase;
        margin: 20px 0 0;
        font-size: 150%;
    }

    #free_ticket_header p {
        color: #000;
        font-size: 100%;
    }

        #free_ticket_header p .sn {
            white-space: nowrap;
        }

@media all and (max-width: 770px) {
    #free_ticket_header h3 {
        font-size: 125%;
    }
}

@media all and (max-width: 360px) {
    #free_ticket_header h3 {
        font-size: 120%;
    }
}
