body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 20px;
    color: #333;
}

h1 {
    color: #003366;
    margin-bottom: 10px;
}

.stats-panel {
    margin-bottom: 15px;
    padding: 10px;
    background: #ffffff;
    border-left: 4px solid #003366;
    font-size: 15px;
}

.stats-panel span.value {
    font-weight: bold;
    color: #003366;
}

details {
    margin-top: 15px;
    background: #ffffff;
    padding: 10px;
    border-left: 4px solid #003366;
}

details summary {
    cursor: pointer;
    font-weight: bold;
    color: #003366;
}

details input[type="text"] {
    margin: 8px 0;
    padding: 4px;
    width: 250px;
}

#raffleWinnersTable th,
#regionStatsTable th {
    text-align: center;
    padding: 8px;
}

#raffleWinnersTable td,
#regionStatsTable td {
    padding: 6px 12px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    margin: 10px 0;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 4px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 4px;
}

table.dataTable {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

table.dataTable tbody td {
    font-size: 13px;
}

table.dataTable thead th {
    background-color: #003366;
    color: white;
    text-align: center;
}

.filters {
    margin-top: 20px;
    margin-bottom: 10px;
}

.filters label {
    margin-right: 10px;
}

.filters select {
    margin-right: 20px;
    padding: 4px;
}

#clearFilters {
    padding: 4px 10px;
    background: #003366;
    color: white;
    border: none;
    cursor: pointer;
}

#clearFilters:hover {
    background: #0055aa;
}

#filterSummary {
    margin: 10px 0;
    padding: 8px;
    background: #eef4ff;
    border-left: 4px solid #003366;
    font-size: 14px;
    display: none;
}

.table-toggles {
    text-align: right;
    margin-bottom: 5px;
    font-size: 13px;
}

.table-toggles label {
    margin-left: 10px;
}

a {
    color: #003366;
}

a:hover {
    color: #0055aa;
}

#raffleWineBox {
    margin-top: 10px;
    padding: 8px;
    background: #eef4ff;
    border-left: 4px solid #003366;
    font-size: 14px;
}

#raffleWineBox span.label {
    font-weight: bold;
}

.raffle-date {
    cursor: pointer;
    color: #003366;
    text-decoration: underline;
}

.raffle-date:hover {
    color: #0055aa;
}