/* نافذة المحتوى الداخلي للروابط التي يضيفها مدير متجر Vizora. */
.vizora-embedded-content {
    position: fixed;
    z-index: 8800;
    inset: 0;
    display: none;
    flex-direction: column;
    background: #070b12;
}

.vizora-embedded-content.open {
    display: flex;
}

.vizora-embedded-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(0, 212, 255, 0.18);
    background: rgba(11, 23, 39, 0.98);
}

.vizora-embedded-content__header strong {
    overflow: hidden;
    color: #eaf6ff;
    font-size: 0.86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vizora-embedded-content__close {
    min-width: 78px;
    min-height: 38px;
    border: 1px solid rgba(0, 212, 255, 0.32);
    border-radius: 11px;
    background: rgba(0, 212, 255, 0.08);
    color: #8cefff;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 800;
}

.vizora-embedded-content__frame {
    flex: 1;
    width: 100%;
    border: 0;
    background: #070b12;
}

.vizora-embedded-content__reward {
    display: none;
    padding: 12px 14px;
    border-top: 1px solid rgba(0, 212, 255, 0.18);
    background: rgba(11, 23, 39, 0.98);
}

.vizora-embedded-content__reward.visible {
    display: grid;
    gap: 9px;
}

.vizora-embedded-content__reward p {
    margin: 0;
    color: #9db2c5;
    font-size: 0.68rem;
    line-height: 1.55;
}

.vizora-embedded-content__claim {
    min-height: 44px;
    border: 1px solid rgba(16, 227, 134, 0.45);
    border-radius: 12px;
    background: rgba(16, 227, 134, 0.12);
    color: #98ffd0;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 900;
}

.vizora-embedded-content__claim:disabled {
    border-color: rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.04);
    color: #73879a;
}
