.ac-3c635e97-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.ac-3c635e97-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
}

.ac-3c635e97-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 10px;
    margin-right: 20px;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    background-color: #fff;
}

.ac-3c635e97-image-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ac-3c635e97-title-wrapper {
    flex-grow: 1;
}

.ac-3c635e97-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.ac-3c635e97-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: #666;
    margin-left: 20px;
}

.is-active .ac-3c635e97-icon-wrapper {
    transform: rotate(180deg);
}

.ac-3c635e97-content-wrapper {
    display: none;
    box-sizing: border-box;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
}

.ac-3c635e97-accordion-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.ac-3c635e97-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.ac-3c635e97-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #2e9dd9;
    text-decoration: none;
    margin-right: 15px;
    transition: color 0.2s ease;
}

.ac-3c635e97-link:hover {
    color: #1e7ba8;
}

.ac-3c635e97-link i,
.ac-3c635e97-link svg {
    margin-right: 6px;
}

.ac-3c635e97-link svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.ac-3c635e97-icon-wrapper svg {
    width: 1.2em;
    height: 1.2em;
    fill: currentColor;
}
