﻿:root {
    --rmt-error-red: #cd0101;
    --rmt-yellow: #f3b400;
}

/* Microsite stylings */

.navbar-brand {
    padding: 1rem !important;
}

h1,
.h1 {
    font-size: 1.625rem !important;
    font-weight: 500 !important;
    font-family: "Speedee Bold", sans-serif !important;
}

h2,
.h2 {
    font-weight: 500 !important;
    font-family: "Speedee Bold", sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1.25rem;
}

h3,
.h3 {
    font-weight: 500 !important;
    font-family: "Speedee Bold", sans-serif !important;
    font-size: 1rem !important;
}

#promotigoForm {
    padding: 0.5rem !important;
    max-width: 720px;
}

a {
    color: inherit !important;
}

.mobileBackDrop.m-0 {
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px);
}

footer {
    position: relative;
}

    footer p {
        font-size: 0.875rem;
    }

.footer-subcontent {
    padding: 1rem;
    z-index: 1;
    position: relative;
    max-width: 90rem;
    margin: 1rem auto;
}

.footer-links-items {
    list-style: none;
    padding-left: 0;
}

.footer-links-item {
    margin-bottom: 0.2rem;
    padding-left: 0;
}

    .footer-links-item a, .footer-links-item #ot-sdk-btn.ot-sdk-show-settings {
        color: #000;
        font-size: 0.875rem;
        font-family: "Speedee Bold", sans-serif !important;
        height: 19px;
        border: none;
        line-height: 1;
    }

        .footer-links-item #ot-sdk-btn.ot-sdk-show-settings:hover {
            text-decoration: underline;
            color: #000;
        }

        .footer-links-item a:focus,
        .footer-links-item a:focus-visible
        .footer-links-item button:focus,
        .footer-links-item button:focus-visible {
            border-color: var(--primary-color);
            outline: 2px solid var(--primary-color);
        }

        .footer-links-item a img {
            padding-left: 0.3rem;
        }

.footer-tsandcs img {
    margin-bottom: 0.5rem;
}

.campaign-message {
    padding: 1rem;
    text-align: left;
    max-width: 50rem;
    margin: auto;
}

    .campaign-message h1 {
        font-size: 1.625rem;
    }

    .campaign-message p {
        font-weight: 700;
        font-size: 1.25rem;
    }

    .campaign-message hr {
        border-color: #000;
        margin: 2rem 0;
    }

    .campaign-message .sub-text {
        font-weight: 400;
        font-family: "Speedee Regular", sans-serif !important;
        font-size: 1rem;
    }

/* Intro Microsite */

.intro-header-img {
    margin: auto;
    display: block;
    padding-top: 2rem;
}

.promdiv-country-select fieldset {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 15px;
    justify-items: center;
    align-items: start;
}

    .promdiv-country-select fieldset legend {
        grid-column: 1 / -1;
        width: 100%;
    }

.promdiv-country-select .prom_radioInputLabel {
    display: inline-flex;
    align-items: center;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .promdiv-country-select .prom_radioInputLabel input[type="radio"] {
        visibility: visible;
        appearance: radio;
        -webkit-appearance: radio;
        width: 20px;
        height: 20px;
        margin: 0;
    }


    .promdiv-country-select .prom_radioInputLabel::after {
        content: "";
        display: inline-block;
        width: 57px;
        height: 30px;
        margin-left: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 5px;
    }


    .promdiv-country-select .prom_radioInputLabel:has(input[value="DE"])::after {
        background-image: url('https://cdn1.promotigo.com/mcdonalds/mcdonalds/proj-santa/ef8bc6f2af1016a4da2b2b1ca01d6aa6e0202c37.jpg');
    }

    .promdiv-country-select .prom_radioInputLabel:has(input[value="FR"])::after {
        background-image: url('https://cdn1.promotigo.com/mcdonalds/mcdonalds/proj-santa/bf8eb60235ad145d0f9b605b7dfd010dafccf19a.jpg');
    }

    .promdiv-country-select .prom_radioInputLabel:has(input[value="ES"])::after {
        background-image: url('https://cdn1.promotigo.com/mcdonalds/mcdonalds/proj-santa/6d9c70b51e904ad232ca9a77a6fe237feb6efcbd.jpg');
    }
/* Form stylings */

.promotigo-form {
    overflow-wrap: anywhere;
    word-break: normal;
}

    .promotigo-form span.error {
        color: #dc3545;
        margin-bottom: .5rem;
        display: inline-block;
    }

#form_errors {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.promdiv:has(.PromotigoSubmit) {
    padding-top: 1rem;
}

.rmt-text-center {
    text-align: center;
}

.rmt-div-center {
    margin: auto;
}

.promotigo-form a {
    font-weight: 700;
    text-decoration: underline !important;
}

.promotigo-form label,
.rmt-wdr-details .rmt-wdr-label,
.promotigo-form .formLabel {
    font-weight: 700;
    font-size: 1rem;
}

.promotigo-form ol li::marker {
    content: "(" counter(list-item)") ";
}

.rmt-wdr-details ~ small {
    display: none;
}

.promotigo-form input[type="checkbox"],
.promotigo-form input[type="radio"] {
    margin-right: 0.6rem;
    appearance: none;
    aspect-ratio: 1;
    box-sizing: border-box;
    width: 1.6rem;
    cursor: pointer;
}

    .promotigo-form input[type="checkbox"]:focus,
    .promotigo-form input[type="radio"]:focus,
    .promotigo-form input[type="checkbox"]:focus-visible,
    .promotigo-form input[type="radio"]:focus-visible {
        box-shadow: 0 0 0 .2rem var(--primary-color);
    }

.promotigo-form .prom_checkboxLabel {
    font-weight: 500;
    position: relative;
    padding-left: 2.5rem;
}

    .promotigo-form .prom_checkboxLabel input {
        position: absolute;
        left: 0;
        outline: black solid 2px;
        outline-offset: -1px;
        border-radius: 0.3rem;
    }

.promotigo-form p {
    line-height: 1.25rem;
}

.promotigo-form .prom_checkboxLabel input:checked {
    background-image: url("https://cdn1.promotigo.net/plugin/tick.svg");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.promotigo-form .prom_checkboxLabel input.error {
    outline: var(--rmt-error-red) solid 2px;
}

.promotigo-form .checkbox ~ label {
    padding-left: 2.5rem;
}

.promotigo-form .form-control {
    height: calc(3rem + 2px);
    border-color: var(--primary-color);
}

.form-control.error {
    border-color: var(--error-color);
}

.promdiv-errored-fields-div:not(:has(.d-none)) {
    padding-top: 1rem;
}

.errored-fields-div {
    border: solid 1px var(--rmt-error-red);
    border-radius: 2rem;
    padding: 1rem;
    color: var(--rmt-error-red);
}

    .errored-fields-div > * {
        display: inline-block;
    }

    .errored-fields-div p {
        margin: 0;
    }

    .errored-fields-div img {
        padding-bottom: 4px;
        margin-right: 0.5rem;
    }

.promdiv-rmt-asterisk-info small {
    display: none;
}

.rmt-asterisk-info p {
    margin-bottom: 0 !important;
}

.promotigo-form h1 ~ small,
.promotigo-form h2 ~ small,
.promotigo-form h3 ~ small {
    display: none;
}

.rmt-subnote,
.rmt-footnote {
    font-size: 0.75rem;
}

.rmt-form-copy {
    margin: 1rem 0;
}

.rmt-subheading {
    padding-top: 1rem;
    font-weight: 500 !important;
    font-family: "Speedee Bold", sans-serif !important;
    font-size: 1rem !important;
}

.promdiv-promotigo-hidden-show-error label:not(.error),
.promdiv-promotigo-hidden-show-error input {
    display: none;
}

.promdiv-promotigo-hidden-show-error small {
    display: none;
}

#promotigoForm {
    background-color: #0000;
    padding: 0 !important;
}

    #promotigoForm .promdiv {
        background-color: var(--formBackground-color);
    }

    #promotigoForm .promdiv-promotigo-outside-form {
        background-color: unset;
    }

    #promotigoForm .promotigo-form .promdiv-promotigo-first-field {
        padding-top: 2rem;
        border-radius: 1rem 1rem 0 0;
    }

    #promotigoForm .promdiv-promotigo-last-field {
        border-radius: 0 0 1rem 1rem;
    }


    #promotigoForm .promdiv-promotigo-rounded-field {
        padding-top: 2rem;
        border-radius: 1rem;
    }

    #promotigoForm h1, #promotigoForm h2, #promotigoForm p {
        margin-bottom: 0 !important;
    }


@media (min-width: 768px) {
    .promdiv {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Lockup */
.lockup {
    width: 80%;
    margin-top: 4rem;
    max-width: 653px !important;
}

.title-logo {
    width: 30%;
    margin: auto;
    display: block;
    margin-bottom: 3%;
    z-index: 5;
    position: relative;
}

.mario-logo {
    width: 100%;
}

.prize-photo {
    width: calc(100% + 30px);
    border-radius: 20px;
    margin: 3rem -15px 0 -15px;
    max-width: 720px;
}

@media (min-width: 768px) {
    .lockup {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .title-logo {
        width: 25%;
        margin: 0;
        padding-left: 1rem;
    }

    .mario-logo {
        width: 50%;
    }

    .prize-photo {
        width: calc(100% + 60px);
        border-radius: 20px;
        margin: 3rem -30px 0 -30px;
    }
}

@media (min-width: 992px) {
}

/* Details Request form */
.fieldset-error {
    font-size: 1rem;
    color: var(--error-color) !important;
    padding-top: 0.2rem;
}

.promotigo-form legend {
    font-weight: 700;
    font-size: 1rem;
}

.dob-inputs label {
    font-weight: 500;
    font-size: 0.75rem;
}


@media (min-width: 300px) {
    .dob-inputs-div {
        display: grid;
        grid-gap: 0.4rem;
        grid-template-columns: 2fr 4fr 3fr;
    }

    .promdiv-right-field,
    .promdiv-left-field {
        width: 50% !important;
        display: inline-block;
        vertical-align: top;
    }

    .promdiv-left-field {
        padding-right: 7px !important;
    }

    .promdiv-right-field {
        padding-left: 7px !important;
    }

        .promdiv-right-field:has(input.error)::after,
        .promdiv-left-field:has(input.error)::after {
            content: "";
            display: block;
            width: 100%;
            height: 3rem;
            position: absolute;
            background-color: #ffffff;
            left: 0px;
        }

        .promdiv-right-field:not(:has(input.error))::after,
        .promdiv-left-field:not(:has(input.error))::after {
            content: "";
            display: block;
            width: 100%;
            height: 4rem;
            position: absolute;
            background-color: #ffffff;
        }

    .promdiv-left-field:not(:has(input.error))::after {
        left: 0;
    }

    .promdiv-right-field:not(:has(input.error))::after {
        right: 0;
    }
}


.promotigo-form label.prom_UKSortCodeLabel ~ div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

input.ukSortCode {
    width: 30% !important;
}

/* Review form */

.rmt-wdr-details div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.rmt-input-styled {
    background-color: #DEDEDE;
    padding: 1rem 1.2rem;
    border-radius: .25rem;
    border: 1.5px #919191 solid;
    margin-bottom: 1.6rem;
}

    .rmt-input-styled p {
        margin-bottom: 0;
        font-size: 1rem;
    }

.rmt-review-bank-details .formLabel {
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.rmt-review-half-width {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.promdiv-rmt-review-buttons button.btn {
    margin-bottom: 1rem;
}

/* Confirmation form */

.rmt-confirmation h1 {
    padding-bottom: 1rem;
}

.rmt-confirmation h2 {
    padding-bottom: 1rem;
}

.rmt-confirmation-number {
    background-color: #FFBC0D;
    width: 100%;
    height: 3rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Speedee Bold', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

    .rmt-confirmation-number p {
        padding: 2px 1px 0 0px;
        margin: 0;
    }

.rmt-confirmation > p {
    padding-bottom: 1rem;
}

/* Buttons */
.btn.btn-primary,
.btn-secondary.btn {
    font-size: 1rem;
    font-family: "Speedee", sans-serif !important;
    padding: 1rem;
    max-width: 20rem;
    width: 100%;
    border: none;
    height: 4rem;
    display: block;
    border-radius: 4px;
}

.btn-primary.btn,
.btn-primary.btn:active,
.btn-primary.btn:focus,
.btn-primary.btn:focus-visible {
    color: #000000;
    background: #FFBC0D;
}

    .btn-primary.btn:focus,
    .btn-primary.btn:focus-visible,
    #manual-entry-btn:focus,
    #manual-entry-btn:focus-visible {
        box-shadow: 0 0 0 .2rem var(--primary-color);
    }

.btn-secondary.btn,
.btn-secondary.btn:active,
.btn-secondary.btn:focus,
.btn-secondary.btn:focus-visible {
    color: #737373;
    background: #fff;
    outline-color: #737373;
}

/* Loqate */
#loqate-div {
    display: grid;
    grid-template-columns: 3fr 2fr;
}

#loqate-label {
    grid-area: 1 / 1 / 2 / 2;
}

#loqate-input {
    grid-area: 2 / 1 / 3 / 2;
}

#loqate-fa-btn {
    width: 12rem;
    display: inline-block;
    height: 3rem;
    margin-left: 1rem;
    grid-area: 2 / 2 / 3 / 3;
}

#manual-entry-btn {
    grid-area: 5 / 1 / 6 / 2;
    padding: 0;
    outline: none;
    border: none;
    background-color: unset;
    margin: 0;
    text-align: left;
    text-decoration: underline;
    width: max-content;
    border-radius: .25rem;
}

#loqate-input-error {
    grid-area: 3 / 1 / 4 / 3;
}

#address-picker-container {
    display: none;
    grid-area: 4 / 1 / 5 / 2;
    margin-top: 0.6rem;
}

    #address-picker-container.display {
        display: block;
    }


@media (min-width: 576px) {
    .wdr-buttons {
        display: flex;
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .rmt-confirmation-code p.rmt-confirmation-copy-notification {
        top: -32px;
    }
}

@media (min-width: 992px) {

    a.navbar-brand,
    div.navbar-brand {
        margin-left: 3rem !important;
    }


    .footer-links-items {
        display: flex;
        flex-wrap: wrap;
    }
}

.footer-links-item {
    display: inline-block;
    margin-right: 1rem;
}

    .footer-links-item a, .footer-links-item #ot-sdk-btn.ot-sdk-show-settings {
        height: 30px;
    }
}
