.elementor-85 .elementor-element.elementor-element-dc4fdb2{--display:flex;}.elementor-85 .elementor-element.elementor-element-e54c9ef{--display:flex;}.elementor-85 .elementor-element.elementor-element-85bef04{--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;}.elementor-85 .elementor-element.elementor-element-5334e89{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-0a0f573 *//* ===== Beautiful Satta Table CSS ===== */
.beautiful-satta-container {
    font-family: "Poppins", sans-serif;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 15px;
}

.beautiful-satta-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: transparent;
}

/* Header Styles */
.beautiful-satta-table thead th {
    background: linear-gradient(135deg, #6C63FF 0%, #4A3FF2 100%);
    color: white;
    padding: 18px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border: none;
}

.beautiful-satta-table thead th:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.beautiful-satta-table thead th:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Game Cards */
.game-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.game-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.beautiful-satta-table td {
    padding: 18px 15px;
    text-align: center;
    position: relative;
}

/* Game Info */
.game-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.game-name {
    font-weight: 600;
    color: #2D3748;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

.game-name::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #6C63FF;
    transition: width 0.3s ease;
}

.game-card:hover .game-name::after {
    width: 100%;
}

/* Time Badge */
.game-time {
    font-size: 12px;
    color: white;
    background: linear-gradient(90deg, #FF6B6B 0%, #FF8E8E 100%);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(255,107,107,0.3);
}

/* Results */
.yesterday-result {
    font-weight: 600;
    color: #4299E1;
    font-size: 16px;
}

.today-result {
    font-weight: 700;
    color: #48BB78;
    font-size: 17px;
    position: relative;
}

.today-result::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #48BB78;
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .beautiful-satta-table thead th {
        padding: 14px 10px;
        font-size: 14px;
    }
    
    .beautiful-satta-table td {
        padding: 14px 10px;
    }
    
    .game-name {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .beautiful-satta-table thead th {
        padding: 12px 8px;
        font-size: 13px;
    }
    
    .beautiful-satta-table td {
        padding: 12px 8px;
    }
    
    .game-name {
        font-size: 14px;
    }
    
    .game-time {
        font-size: 11px;
        padding: 3px 10px;
    }
}/* End custom CSS */