.cab-accordion-wrapper {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    font-family: inherit;
}

.cab-accordion-item {
    border-bottom: 1px solid #ccc;
}

.cab-accordion-toggle {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0c1d16;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.cab-accordion-toggle .symbol {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-left: 10px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.cab-accordion-toggle.active .symbol {
    transform: rotate(45deg);
}

.cab-accordion-content {
    display: none;
    padding: 16px 25px 24px 25px;
    font-size: 14px;
    color: #0c1d16;
    line-height: 1.7;
    max-width: 620px;
}
.cab-accordion-wrapper {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    font-family: inherit;
}

.cab-accordion-item {
    border-bottom: 1px solid #ccc;
}

.cab-accordion-toggle {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0c1d16;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.cab-accordion-toggle:is(.btn,.button,button,[type="submit"],[type="button"]){
    background-color: transparent;
    justify-content: space-between;
}

.cab-accordion-toggle .symbol {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-left: 10px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.cab-accordion-toggle.active .symbol {
    transform: rotate(45deg);
}

.cab-accordion-content {
    display: none;
    padding: 16px 0px 10px 0px;
    font-size: 16px;
    color: #0c1d16;
    line-height: 1.7;
    max-width: 100%
}