body {
    overflow-x: hidden;
}

#wrapper {
    min-height: 100vh;
}

#sidebar-wrapper {
    min-width: 250px;
    max-width: 250px;
}

#page-content-wrapper {
    flex-grow: 1;
}

.sidebar-heading {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-title {
    font-size: 1rem;
    font-weight: bold;
    color: #444;
}

/* Scrollable sidebar if content is long */
#sidebar-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}
