﻿#redeem-code {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 800px;
    padding: 30px 15px;
}

#redeem-code .wrapper {
    margin-bottom: 30px;
    border: 1px solid #e3e8ec;
    padding: 20px;
    background-color: white;
}

#redeem-code .wrapper:last-of-type {
    margin-bottom: 0;
}

#redeem-code .wrapper-header {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: .65em;
    color: var(--secondary);
    opacity: .6;
}

.redeem-code-logo {
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    margin-bottom: 30px;
    width: 100%;
}

h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

h4 {
    font-weight: 400;
    font-size: 1.5em;
}

#code {
    width: 100%;
    padding: 20px;
    border: 1px solid #e3e8ec;
    outline: none;
    font-size: 2.5em;
    text-indent: .5em;
    letter-spacing: .5em;
    font-weight: 900;
    font-family: 'Courier New';
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #redeem-code .wrapper {
        margin-bottom: 15px;
    }

    .p-20.t-align-center {
        padding: 0 !important;
    }

    h2 {
        font-size: 1.35em;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 1.15em;
    }

    #code {
        padding: 10px;
        font-size: 1.35em;
        letter-spacing: .35em;
    }
}