.acc-wrapper-36c6d9a1 {
    width: 100%;
}

.acc-item-36c6d9a1 {
    border-bottom: 1px solid #e1e1e1;
}

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

.acc-header-36c6d9a1 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    background: transparent;
    transition: background-color 0.3s ease;
}

.acc-header-icon-36c6d9a1, 
.acc-header-title-36c6d9a1, 
.acc-header-toggle-36c6d9a1 {
    display: flex;
    align-items: center;
}

.acc-header-icon-36c6d9a1 {
    margin-right: 15px;
    font-size: 20px;
    color: #000;
}

.acc-header-icon-36c6d9a1 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.acc-header-title-36c6d9a1 {
    flex-grow: 1;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 0;
}

.acc-header-toggle-36c6d9a1 {
    margin-left: 15px;
    transition: transform 0.3s ease;
    color: #000;
}

.acc-header-36c6d9a1.active .acc-header-toggle-36c6d9a1 {
    transform: rotate(180deg);
}

.acc-content-36c6d9a1 {
    display: none;
}

.acc-content-inner-36c6d9a1 {
    padding: 0 0 20px 35px; /* Indent to align with text */
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
