.acf-accordion-wrap,
.acf-accordion-wrap *,
.elementor-widget-shortcode .acf-accordion-wrap {
    background: transparent !important;
}

.acf-accordion-wrap {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.acf-accordion-item {
    border-bottom: 1.5px solid #2b2d3a;
    padding: 18px 0;
}

.acf-accordion-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.acf-accordion-title-bar span {
    font-size: 17px;
    font-weight: 700;
    color: #2b2d3a;
    flex: 1;
}

.acf-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.acf-accordion-content {
    display: none;
	    transition: max-height 0.6s ease;
    padding-top: 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #2b2d3a;
}
