/* ===== Base Layout Overrides ===== */

/* Ensure body takes full height */
html, body {
    height: 100%;
    font-family:Montserrat, Sans-serif;
}

/* Navbar Logo adjustments */
.navbar-brand img {
    max-height: 50px;
    
}
.navbar {
    background-color: #383994;
    font-size: 15px;
    
}
/* Content area */
main {
    padding: 1.5rem;
}

/* Table tweaks */
.table td, .table th {
    vertical-align: middle;
}

.table .text-wrap {
    white-space: normal;
    word-wrap: break-word;
}

/* Buttons */
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

/* Flash messages spacing */
.alert {
    margin-top: 1rem;
}

/* Optional: Toast styling (Bootstrap already handles most) */
.toast-body {
    font-size: 0.95rem;
}
