/* 数据页通用提示弹框：积分不足、检索次数用完 */

.points-alert-content {
    width: 400px;
    text-align: center;
}

#points-alert,
#search-limit-alert {
    z-index: 10001 !important;
}

.points-alert-icon {
    font-size: 48px;
    color: #00a1d6;
    margin: 20px 0;
}

.points-alert-message,
.search-limit-alert-message {
    color: #666;
    margin: 16px 0 24px;
    line-height: 1.6;
}

.points-alert-tips {
    background: #f6f7f8;
    border-radius: 8px;
    padding: 16px;
    margin: 0 0 24px;
    text-align: left;
}

.points-alert-tips h4 {
    color: #18191c;
    font-size: 14px;
    margin: 0 0 12px;
    font-weight: 500;
}

.points-alert-tips ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.points-alert-tips li {
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 8px;
}

.points-alert-tips li i {
    color: #00a1d6;
    width: 16px;
    text-align: center;
}

.points-alert-buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}

.points-alert-buttons .bili-btn {
    flex: 1;
    min-width: 108px;
    max-width: 108px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.2s;
    padding: 0 12px;
    white-space: nowrap;
}

.points-alert-buttons .bili-btn.points {
    background: #00a1d6;
    color: #fff;
}

.points-alert-buttons .bili-btn.points:hover {
    background: #00b5e5;
}

.points-alert-buttons .bili-btn.vip {
    background: #fb7299;
    color: #fff;
}

.points-alert-buttons .bili-btn.vip:hover {
    background: #fc8bab;
}

.points-alert-buttons .bili-btn.share {
    background: #f6f7f8;
    color: #18191c;
    border: 1px solid rgba(227, 229, 231, 0.4);
}

.points-alert-buttons .bili-btn.share:hover {
    background: #f1f2f3;
    border-color: #d7d8d9;
}

.points-alert-buttons .bili-btn i {
    font-size: 16px;
}
