/* Estilos adicionais para as barras laterais */

/* Server Info Box */
#ServerInfoBox .Themebox table td {
    line-height: 1.4;
}

#ServerInfoBox .Themebox small {
    color: #8B4513;
}

/* Latest Deaths Box */
#LatestDeathsBox .Themebox table td {
    border-bottom: 1px solid rgba(139, 69, 19, 0.2);
}

#LatestDeathsBox .Themebox table tr:last-child td {
    border-bottom: none;
}

/* Online Players Box */
#OnlinePlayersBox .Themebox a:hover {
    color: #D2691E !important;
}

/* Quick Links Box */
#QuickLinksBox .Themebox a {
    display: block;
    padding: 3px 0;
    transition: color 0.3s ease;
}

#QuickLinksBox .Themebox a:hover {
    color: #D2691E !important;
    text-decoration: underline !important;
}

/* Server Statistics Box */
#ServerStatsBox .Themebox {
    font-weight: bold;
}

#ServerStatsBox .Themebox span {
    font-size: 12px;
    font-weight: bold;
}

/* Melhorias gerais para todas as boxes */
.Toplevelbox .Themebox table {
    border-collapse: collapse;
}

.Toplevelbox .topleveltext {
    font-weight: bold;
    color: #5A2800;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

/* Responsividade para telas menores */
@media (max-width: 1200px) {
    .Toplevelbox .Themebox table {
        font-size: 10px;
    }
}

/* Animações suaves */
.Themebox {
    transition: opacity 0.3s ease;
}

.Themebox:hover {
    opacity: 0.95;
}

/* Melhorias nos links */
.Themebox a {
    color: #5A2800;
    text-decoration: none;
}

.Themebox a:hover {
    color: #8B4513;
    text-decoration: underline;
}