.vip-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.vip-header {
    text-align: center;
    margin-bottom: 40px;
}

.vip-disclaimer {
    background: #fff4d9;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}

#vip-search {
    width: 100%;
    max-width: 400px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.vip-section {
    margin-bottom: 50px;
}
.vip-section h2{margin-bottom:15px;}

.vip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.vip-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.vip-card h3 {
    margin-top: 0;
	font-size:18px;
}

.vip-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.vip-buttons a{color: #fff!important;}

.vip-btn {
    background: #0a66c2;
    color: #fff!important;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
}

.vip-btn-secondary {
    background: #444;
	color: #fff!important;
}