/* 账号被其他设备登录：白底居中 + 纵向双按钮（list / player-header 共用） */
.portal-account-kicked-modal.paywall-modal .paywall-modal__box {
    background: #fff;
    border: none;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    text-align: center;
    padding: 32px 24px 24px;
}
.portal-account-kicked-modal .paywall-modal__title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 28px;
}
.portal-account-kicked-modal .paywall-modal__actions--stack {
    flex-direction: column;
    gap: 12px;
}
.portal-account-kicked-modal .paywall-modal__actions--stack .paywall-modal__btn {
    flex: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 24px;
    padding: 13px 16px;
}
.portal-account-kicked-modal .paywall-modal__btn--outline {
    background: #fff;
    color: #0a84ff;
    border: 1px solid #0a84ff;
}
.portal-account-kicked-modal .paywall-modal__btn--outline:active {
    background: rgba(10, 132, 255, 0.08);
}
.portal-account-kicked-modal .paywall-modal__btn:not(.paywall-modal__btn--outline) {
    background: #0a84ff;
    color: #fff;
}
