/**
 * Zibll 商品等级限制 - 前台限制页面样式
 */
.zrp-restricted-card {
    max-width: 600px;
    margin: 60px auto;
    padding: 40px 30px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.zrp-restricted-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.zrp-restricted-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.zrp-restricted-desc {
    font-size: 15px;
    color: #888;
    line-height: 1.8;
    margin-bottom: 30px;
}

.zrp-restricted-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.zrp-restricted-buttons .zrp-btn-login {
    min-width: 140px;
}

.zrp-restricted-buttons .zrp-btn-back {
    min-width: 140px;
    background: #f5f5f5;
    color: #666;
}