/* Bosbach Accounting - Custom Styles */

body {
    background-color: #f8f9fa;
    font-size: 0.95rem;
}

.navbar-brand {
    font-weight: 600;
}

.card {
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.08);
}

.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.drop-zone {
    cursor: pointer;
    transition: all 0.3s ease;
    border-style: dashed !important;
}

.drop-zone:hover {
    border-color: #0d6efd !important;
    background-color: #f8f9fa;
}

.border-dashed {
    border-style: dashed !important;
}

.badge {
    font-weight: 500;
}

.form-select-sm {
    font-size: 0.8rem;
}

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

footer {
    font-size: 0.85rem;
}
