.at-wrapper-88786902 {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
}

.at-header-88786902 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fdfdfd;
    border: none;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease;
}

.at-header-88786902:hover {
    background: #f5f5f5;
}

.at-header-center-content-88786902 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.at-title-wrapper-88786902 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 8px 0;
}

.at-title-88786902 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.at-desc-88786902 {
    margin: 0;
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    text-align: center;
}

/* On/Off Switch Toggle Styling */
.at-switch-88786902 {
    position: relative;
    display: inline-block;
    border-radius: 9999px;
    background-color: #bfdbfe;
    transition: background-color 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.at-switch-handle-88786902 {
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.at-header-88786902[aria-expanded="true"] .at-switch-88786902 {
    background-color: #2563eb;
}

.at-content-88786902 {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 20px;
}
