/* Repeater Fields Lite + Elementor — structural CSS only.
   Colors, fonts, and spacing are controlled via the Elementor widget's
   Style tab, not hardcoded here. */

.rfle-accordion-question {
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.rfle-accordion-question::-webkit-details-marker {
    display: none;
}

.rfle-accordion-answer ul,
.rfle-accordion-answer ol {
    margin: 0;
    padding-left: 20px;
}

.rfle-accordion-answer li {
    margin-bottom: 10px;
}

.rfle-accordion-answer p {
    margin: 0 0 14px;
}

.rfle-accordion-answer p:last-child {
    margin-bottom: 0;
}
