/*
 * AICITY_STORE_STAGED_REVEAL_V1
 */

.aicity-ad-slot {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.aicity-ad-slot__label {
    display: block;
    margin: 0 0 5px;
    color: #9a9a9a;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .04em;
}

.aicity-ad-slot__body {
    box-sizing: border-box;
    width: 100%;
}

.aicity-ad-slot--title {
    padding: 12px 16px 14px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.aicity-ad-slot--sidebar {
    margin: 0 0 20px;
}

.aicity-ad-test-box {
    box-sizing: border-box;
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px dashed #aeb4ba;
    border-radius: 8px;
    background:
        linear-gradient(
            135deg,
            #f5f5f5 0%,
            #e9e9e9 100%
        );
    color: #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.aicity-stage-hidden {
    display: none !important;
}

.aicity-stage-gate {
    box-sizing: border-box;
    width: 100%;
    margin: 26px 0 30px;
}

.aicity-stage-gate--hidden {
    display: none !important;
}

.aicity-stage-gate__ad {
    width: 100%;
}

.aicity-stage-gate__button-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 0;
    text-align: center;
}

.aicity-stage-more-button {
    box-sizing: border-box;
    width: 88%;
    max-width: 540px;
    min-height: 54px;
    padding: 12px 24px;
    border: 2px solid #d7a35f;
    border-radius: 999px;
    background: #fff8ec;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    box-shadow:
        0 2px 7px rgba(0,0,0,.05);
}

.aicity-stage-more-button:hover {
    background: #fff3dc;
}

.aicity-stage-more-button:focus-visible {
    outline: 3px solid rgba(243,152,0,.28);
    outline-offset: 3px;
}

.aicity-stage-more-button[disabled] {
    border-color: #ddd;
    background: #f7f7f7;
    color: #888;
    cursor: default;
    box-shadow: none;
}

@media (max-width: 767px) {
    .aicity-stage-gate {
        margin-top: 22px;
        margin-bottom: 26px;
    }

    .aicity-stage-gate__button-wrap {
        padding: 24px 0;
    }

    .aicity-stage-more-button {
        width: 96%;
        min-height: 52px;
        font-size: 16px;
    }

    .aicity-ad-slot--sidebar {
        display: none !important;
    }
}
