/*
 * Custom Accordion Styles
 */

.accordion-toggle {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
}
