.zawu-hidden-box {
    position: relative;
    margin: 1em 0;
    padding: 14px 16px;
    border: 1px dashed #d0d7de;
    border-radius: 6px;
    background: #f6f8fa;
    color: #24292f;
    line-height: 1.7;
}

.zawu-hidden-box.show,
.zawu-hidden-show {
    border-style: solid;
    background: #fff;
}

.zawu-hidden-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
}

.zawu-hidden-text:hover {
    color: #1d4ed8;
    text-decoration: none;
}

.zawu-hidden-title {
    display: flex;
    margin-bottom: 10px;
    color: #57606a;
    font-weight: 600;
}

.zawu-disabled {
    color: #9a3412;
    cursor: default;
}

.zawu-disabled:hover {
    color: #9a3412;
}

.zawu-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: inset 5px 0 0 rgba(255, 255, 255, .45);
    flex: 0 0 16px;
}

.zawu-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: -2px;
    animation: zawu-spin .7s linear infinite;
}

.zawu-unlocked-content {
    color: inherit;
}

.zawu-open-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 4px;
    background: #2563eb;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.zawu-open-button:hover {
    background: #1d4ed8;
    color: #fff !important;
    text-decoration: none;
}

.zawu-qrcode {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
}

.zawu-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
}

.zawu-modal__mask {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .45);
}

.zawu-modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(88vw, 360px);
    padding: 26px 20px 22px;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    text-align: center;
    box-shadow: 0 22px 70px rgba(15, 23, 42, .24);
}

.zawu-modal__body p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.6;
}

.zawu-modal__close {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #667085;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.zawu-modal__close:hover {
    background: #f2f4f7;
    color: #111827;
}

@keyframes zawu-spin {
    to {
        transform: rotate(360deg);
    }
}
