/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 14. 5. 2026, 16:47:31
    Author     : puste
*/

.hitparada-admin-wrap {
    max-width: 1200px;
    margin-top: 20px;
}

.hitparada-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}

.hitparada-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.hitparada-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
}

.hitparada-table-modern {
    width: 100%;
    border-collapse: collapse;
}

.hitparada-table-modern th {
    text-align: left;
    background: #f5f5f5;
}

.hitparada-table-modern th,
.hitparada-table-modern td {
    padding: 14px;
    border-bottom: 1px solid #ececec;
}