.elementor-164 .elementor-element.elementor-element-a0a0c29{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-25aa4d1 */.vip-rates-dashboard {
    max-width: 1150px;
    margin: 40px auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.dashboard-header {
    text-align: center;
    margin-bottom: 35px;
}

.dashboard-header .badge-title {
    background: #eef4ff;
    color: #155eef;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 1px;
}

.dashboard-header h2 {
    font-size: 34px;
    color: #0c2340;
    margin: 12px 0 6px 0;
    font-weight: 800;
}

.dashboard-header p {
    color: #667085;
    font-size: 15px;
    margin: 0;
}

/* Grid Layout */
.dashboard-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.chart-container-box {
    flex: 2;
    min-width: 320px;
    background: #fcfcfd;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    padding: 24px;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.chart-header h3 {
    margin: 0;
    font-size: 18px;
    color: #101828;
}

.graph-filters {
    display: flex;
    gap: 8px;
}

.filter-btn {
    background: #ffffff;
    border: 1px solid #d0d5dd;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #344054;
    transition: all 0.2s ease;
}

.filter-btn.active, .filter-btn:hover {
    background: #155eef;
    color: #ffffff;
    border-color: #155eef;
}

.canvas-wrapper {
    position: relative;
    height: 320px;
    width: 100%;
}

/* Right Summary Sidebar */
.rates-summary-box {
    flex: 1;
    min-width: 280px;
    background: #0c2340;
    border-radius: 12px;
    padding: 24px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rates-summary-box h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
}

.summary-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-card.active-card {
    background: rgba(21, 94, 239, 0.2);
    border-color: #155eef;
}

.summary-card h4 {
    margin: 0 0 2px 0;
    font-size: 15px;
    color: #ffffff;
}

.summary-card .apr-text {
    margin: 0;
    font-size: 11px;
    color: #98a2b3;
}

.card-rate {
    text-align: right;
}

.card-rate .rate-num {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.card-rate .trend {
    font-size: 11px;
    font-weight: 600;
}

.trend.down { color: #12b76a; }
.trend.up { color: #f04438; }
.trend.steady { color: #98a2b3; }

.vip-apply-btn {
    display: block;
    text-align: center;
    background: #155eef;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    padding: 12px;
    border-radius: 8px;
    margin-top: 15px;
    transition: background 0.2s ease;
}

.vip-apply-btn:hover {
    background: #004eeb;
}/* End custom CSS */