/**
 * Elsker Danmark Admin — Clean Bootstrap 5 base styles
 * Build from here.
 */

/* Sidebar */
#sidebar {
    transition: all 0.3s;
}

#sidebar .nav-link {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    margin-bottom: 2px;
}

#sidebar .nav-link.active {
    background-color: #e9ecef;
}

#sidebar .nav-link:hover {
    background-color: #f8f9fa;
}

/* Clickable rows */
.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: #f8f9fa;
}

/* Cards */
.card {
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.card-header {
    background-color: #f8f9fa;
}

/* Tables */
.table th {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #6c757d;
}

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

/* Toast positioning */
.toast-container {
    z-index: 1080;
}

/* Form labels */
.form-label {
    font-weight: 500;
    font-size: 0.875rem;
}

/* Responsive sidebar */
@media (max-width: 768px) {
    #sidebar {
        min-width: 0 !important;
        width: 0;
        overflow: hidden;
    }
}
