.elementor-29 .elementor-element.elementor-element-d07c029{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* --- DASHBOARD STYLES --- */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 30px;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

.d-card {
    background: #111;
    border: 1px solid #333;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* HEADER */
.d-header {
    height: 100px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.d-header::after {
    content: ''; position: absolute; inset: 0;
    background: rgba(0,0,0,0.7);
}
.d-title {
    position: relative; z-index: 2;
    color: #fff; font-size: 24px; font-weight: 900;
    text-transform: uppercase; margin: 0;
}
.price-badge {
    position: absolute; right: 20px; z-index: 2;
    background: #000; color: #fff; padding: 6px 14px; border-radius: 6px;
    font-weight: 800; border: 1px solid #555;
}

/* MATCH ROWS */
.match-row {
    padding: 20px;
    border-bottom: 1px solid #222;
    background: rgba(255,255,255,0.02);
}
.match-row:last-child { border-bottom: none; }

.mode-label {
    font-size: 14px; font-weight: 800; color: #fff; text-transform: uppercase;
    margin-bottom: 15px; display: block; border-bottom: 1px solid #333; padding-bottom: 5px;
}

/* SPLIT GRID (20:00 vs 23:00) */
.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.time-col {
    background: rgba(0,0,0,0.3);
    padding: 10px; border-radius: 8px; border: 1px solid #2a2a2a;
    display: flex; flex-direction: column;
}

.time-header {
    font-size: 11px; color: #aaa; text-align: center; font-weight: 700;
    margin-bottom: 8px; text-transform: uppercase;
}

/* VOTE BOX & STATS */
.vote-box {
    background: #000; padding: 5px; border-radius: 4px; border: 1px dashed #333;
    margin-bottom: 8px; text-align: center;
}
.vote-txt { font-size: 9px; color: #666; display: block; text-transform: uppercase; }

/* BUTTON FIX */
.join-btn {
    margin-top: auto;
    padding: 8px !important; font-size: 11px !important; justify-content: center !important;
    text-align: center; background: #222; border: 1px solid #444; color: #fff !important;
    width: 100%; display: block !important;
}
.join-btn span:first-child { display: none !important; }
.join-btn .btn-price {
    display: block !important; background: none !important; padding: 0 !important;
    font-weight: 800; color: #fff !important;
}
.join-btn:hover { background: #333; border-color: #fff; }

/* THEME COLORS */
.theme-starter .d-title { color: #00d2ff; }
.theme-starter .time-header { color: #00d2ff; }

.theme-regular .d-title { color: #00ff88; }
.theme-regular .time-header { color: #00ff88; }

.theme-elite .d-title { color: #f1c40f; }
.theme-elite .time-header { color: #f1c40f; }/* End custom CSS */