.elementor-widget-fold_out_tab_86c02c25 {
    align-self: start;
}

.fold-out-container-86c02c25 {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.fold-out-title-86c02c25 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.fold-out-image-86c02c25 img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
    display: block;
}

.fold-out-image-text-86c02c25 {
    margin-bottom: 15px;
}

.fold-out-icon-list-86c02c25 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.fold-out-list-item-86c02c25 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.fold-out-list-item-86c02c25:last-child {
    margin-bottom: 0;
}

.fold-out-list-item-86c02c25 .list-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fold-out-trigger-86c02c25 {
    background-color: #f5f5f5;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-radius: 4px;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    user-select: none;
}

.fold-out-trigger-86c02c25:hover {
    opacity: 0.8;
}

.fold-out-content-86c02c25 {
    margin-top: 15px;
}

.fold-out-content-inner-86c02c25 {
    padding: 15px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.fold-out-container-86c02c25.is-open .trigger-icon {
    transform: rotate(180deg);
}

.trigger-icon {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trigger-icon i {
    font-size: 1em;
}

.trigger-icon svg {
    width: 1em;
    height: 1em;
}

.fold-out-button-wrapper-86c02c25 {
    margin-top: 20px;
}

.fold-out-button-86c02c25 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.fold-out-button-86c02c25:hover {
    opacity: 0.8;
    color: #ffffff;
}