/* FF Fieldset Container Field - Front-end Styles */

.frm_fieldset_container {
    padding: 20px;
    margin: 20px 0;
}

.frm_fieldset_container legend {
    font-weight: bold;
    padding: 0 10px;
    color: #333;
    font-size: 1.1em;
}

.frm_fieldset_description {
    margin: 10px 0 15px 0;
    color: #666;
    font-size: 0.95em;
}

/* Screen reader only class */
.frm_fieldset_container legend.frm_screen_reader {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* If a heading is used inside legend, remove default margins */
.frm_fieldset_container legend h2,
.frm_fieldset_container legend h3,
.frm_fieldset_container legend h4,
.frm_fieldset_container legend h5,
.frm_fieldset_container legend h6 { margin: 0; }

/* Optional minimal variant */
.frm_fieldset_container.frm_fieldset_minimal {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

