﻿@media only screen and (orientation: landscape) {

    .coupon-arcade-iframe-style {
        min-width: 500px;
    }
}

@media only screen and (orientation: portrait) {


}

.ca-overlay {
    display:flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    overflow: auto;
    z-index: 1041;
    padding: 20px;
}

    .ca-overlay [data-role=close-icon] i {
        color: white;
    }

.overlay-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.embed-challenge {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.wait-icon {
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coupon-arcade-iframe-style {
    width: 100%;
    border-radius: 0.5rem;
    margin: 0;
    padding: 0;
    overflow: hidden;    
}

