.acc-wrapper-6ad84cb4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.acc-item-6ad84cb4 {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.acc-header-6ad84cb4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: #f1f1f1;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.acc-header-left-6ad84cb4 {
    display: flex;
    align-items: center;
}

.acc-title-6ad84cb4 {
    font-weight: 600;
    font-size: 1.2rem;
}

.acc-toggle-icon-6ad84cb4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc-toggle-icon-6ad84cb4 svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.acc-content-wrapper-6ad84cb4 {
    background-color: #f1f1f1;
    padding: 0 30px 30px;
}

.acc-floating-icon-wrapper-6ad84cb4 {
    background-color: #f1f1f1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.acc-content-inner-6ad84cb4 {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 20%;
}

.acc-main-content-6ad84cb4 {
    line-height: 1.6;
}

.acc-floating-icon-6ad84cb4 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.acc-floating-icon-6ad84cb4 svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
}

.acc-floating-icon-6ad84cb4 i {
    font-size: 40px;
}

@media (max-width: 768px) {
    .acc-content-inner-6ad84cb4 {
        padding-left: 0;
    }
}
