/* CEJLand custom styles */

body {
    font-size: 0.95rem;
}

.card-header {
    font-weight: 600;
    font-size: 0.9rem;
}

.table-sm td, .table-sm th {
    padding: 0.3rem 0.5rem;
}

.display-6 {
    font-size: 2rem;
}

/* Site list hover */
#sitesTable tbody tr {
    transition: background-color 0.15s;
}

#sitesTable tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* File list items */
.list-group-item {
    font-size: 0.88rem;
}

/* Pre-wrap notes */
pre {
    color: inherit;
}

/* Login card centering */
.card {
    background-color: var(--bs-body-bg);
}

/* Badge tweaks */
.badge {
    font-weight: 500;
}

/* Scrollable table on mobile */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.8rem;
    }
}
