.hidden {
    display: none !important;
}

.instructionsBox {
    margin-top: 0;
    padding: 14px;
}

.instructionsHeader {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.instructionsTitle {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.instructionsText p {
    margin: 10px 0;
    color: #fff;
    line-height: 1.4;
    font-size: 14px;
}

.demoButton {
    margin-top: 10px;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    font-weight: 700;
}

.easyOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 99999;
}

.easyPopup {
    width: min(92vw, 420px);
    border-radius: 14px;
    background: #111;
    padding: 14px;
    position: relative;
    overflow: auto;

    @media(max-height: 700px) {
        height: 100%;
    }
}

.easyClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.closeIcon {
    width: 28px;
    height: 28px;
    color: #fff;
}

.easyImage {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    object-fit: contain;
}

.easyText {
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.infoIcon {
    border: solid 2px white;
    border-radius: 50%;
    width: 48px;
    height: 48px;

    img {
        width: 100%;
        height: 100%;
    }
}

.locked {
    opacity: 0.55;
    filter: blur(0.2px);
    pointer-events: none;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.promo-actions {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.get-code.secondary {
    opacity: 0.9;
}

.oneTimeUse {
    font-size: 14px;
    color: #fff;
    margin: -20px 0 20px 0PX;
}

.DisclaimerNote {
    font-style: italic;
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.pin-area {
    scroll-margin-top: 80px;
}