.accessible-accordion-af31cb8e {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    font-family: inherit;
}

.acc-item-af31cb8e {
    border-bottom: 1px solid #ddd;
}

.acc-item-af31cb8e:last-child {
    border-bottom: none;
}

.acc-heading-af31cb8e {
    margin: 0 !important;
    padding: 0 !important;
}

.acc-button-af31cb8e {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    color: #333;
    cursor: pointer;
    transition: background 0.3s;
}

.acc-button-af31cb8e:hover {
    background: #f1f1f1;
}

.acc-button-af31cb8e:focus-visible {
    outline: 3px solid #007cba;
    outline-offset: -3px;
}

.acc-icon-af31cb8e {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out;
    margin-left: 10px;
}

.acc-button-af31cb8e[aria-expanded="true"] .acc-icon-af31cb8e {
    transform: rotate(-135deg);
}

.acc-panel-af31cb8e {
    background: #fff;
}

.acc-content-inner-af31cb8e {
    padding: 20px;
    line-height: 1.6;
}
