#choiceqr-wrapper {
    position: relative;
}

#choiceqr-overlay {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    height: 630px;
}

#choiceqr-overlay span {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    pointer-events: none;
    user-select: none;
    background-color: black;
}

#choiceqr-iframe {
    border: none;
    width: 100%;
    max-width: 100%;
    height: 620px;
    display: block;
}
