.category-btn {
    margin: 5px;
    padding: 8px 16px;
    border: 1px solid #013E98FF !important;
    background-color: #013E98FF !important;
    color: white !important;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
    opacity: 70% !important;
}

.category-btn:hover, .category-btn:focus, .category-btn.active {
    color: #fff;
    background-color: #002e71 !important;
    opacity: 100% !important;
}

.bg-white {
    background-color: #ffffff;
}

.shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.rounded {
    border-radius: 0.375rem;
}

.accordion-item {
    border-bottom: 0;
}

.accordion-flush .accordion-collapse {
    border-top: 0;
}

.d-flex.align-items-stretch .flex-fill {
    display: flex;
    flex-direction: column;
}

.d-flex.align-items-stretch .flex-fill p {
    flex-grow: 1;
}

.category-header-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-header {
    flex-basis: 100%; /* Full width at smaller screens */
    flex: 1; /* Allows flexible width on larger screens */
    min-width: 200px; /* Minimum width of each category header */
    text-align: center;
}