body { font-feature-settings: "cv02","cv03","cv04","cv11"; }
.card { border: 0; border-radius: 1rem; }
.btn { border-radius: .8rem; }
.list-group-item { border: 0; border-bottom: 1px solid #eee; }
a { text-decoration: none; }
body {
    overflow-x: hidden;
    background-color: #f8f9fa;
}
section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.bg-light {
    background-color: #f8f9fa !important;
}


.content-wrapper {
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
/* Content area alignment */
@media (min-width: 992px) {
    main {
        margin-left: 240px;
        padding-top: 70px; /* space under navbar */
    }
}
footer a:hover {
    text-decoration: underline;
}
footer .bi {
    font-size: 1.25rem;
}
/* Standardize top spacing for all main page containers */
main .container,
.container.py-5 {
    padding-top: 0.3rem !important;  /* about 32px */
    padding-bottom: 0.3rem !important;
}

/* Optional: smaller spacing for tighter pages like About, Terms */
.container.py-5.small-gap {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

/* Mobile behavior */
@media (max-width: 991.98px) {
    .sidebar {
        left: -250px;
    }
    .sidebar.show {
        left: 0;
    }
    #sidebarOverlay {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    background: rgba(0, 0, 0, 0.3);
    z-index: 1025;
    }
    #sidebarOverlay.show {
    display: block;
    }
}
.card h2 {
    font-size: 2rem;
}
.card h5 {
    font-weight: 600;
}
.card.px-3.py-2 {
    min-width: 150px;
    border-radius: 0.75rem;
}
.card h4 {
    font-size: 1.5rem;
    margin: 0;
}
.accordion-button {
    font-weight: 600;
}
.accordion-body ul {
    list-style-type: disc;
    padding-left: 1.2rem;
}
.accordion-body li a {
    color: #0d6efd;
    text-decoration: none;
}
.accordion-body li a:hover {
    text-decoration: underline;
}
#companySearch {
max-width: 300px;
}
.badge.bg-success, .badge.bg-danger, .badge.bg-secondary {
    font-size: 0.75rem;
    vertical-align: middle;
    padding: 0.35em 0.6em;
}

.accordion-body li {
    line-height: 1.4;
}

.accordion-body li .text-muted.small {
    margin-left: 0.25rem;
}
