/* css styles */

/* Header container */
#quarto-header {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
}

/* Navbar */
.navbar {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.navbar > .container-fluid {
    height: 100% !important;
    padding: 0 !important;
}

.navbar-brand {
    height: 40px !important;
    padding: 0.3125rem 0 !important;
    margin-right: 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
}

.navbar-brand img {
    height: 30px !important;
    max-height: 30px !important;
}

.navbar-nav {
    height: 100% !important;
    align-items: center !important;
}

.navbar-nav .nav-item {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.navbar-nav .nav-link {
    padding: 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.navbar-collapse {
    height: 100% !important;
}

/* Body padding for fixed navbar */
body.nav-fixed {
    padding-top: 56px !important;
}

/* Content area min-height */
#quarto-content {
    min-height: calc(100vh - 56px) !important;
}

#quarto-content.quarto-container {
    min-height: calc(100vh - 56px) !important;
}

/* Typography consistency */
body {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}
