.ca-accordion { border: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.ca-accordion-item { border-top: 1px solid #ddd; }
.ca-accordion-item:first-child { border-top: none; }
.ca-accordion-header {
    width: 100%; padding: 10px 16px; text-align: left;
    background: #f7f7f7; border: none; font-weight: bold;
    cursor: pointer;
}
.ca-accordion-header.active { background: #e2e2e2; }
.ca-accordion-body {
    display: none; padding: 12px 16px; background: #fff;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.ca-section {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    position: relative;
}
.handle {
    cursor: move;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* .ca-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ca-accordion-header .icon {
    font-weight: bold;
    font-size: 18px;
    margin-left: auto;
}

.ca-accordion-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.ca-toggle-all {
    margin-bottom: 10px;
    padding: 8px 16px;
    font-size: 14px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.ca-toggle-all:hover {
    background: #005a8c;
} */

#footer-thankyou {
    font-style: italic;
    display: none !important;
}
