
/**
 * This element is using CSS from the following:
 *
 * - opengemeenten_cmsform/Components/FormGroup/OpenGemeentenCmsForm-FormGroup.css
 * - opengemeenten_cmsform/Components/FormGroup/OpenGemeentenCmsForm-FormNavigation.css
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible.css
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible-Header.css
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible-Panel.css
 *
 * Variables can be set there globally or override them here!
 */

.feedback {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.feedback .collapsible {
    --color-border-horizontal: transparent;
}

.feedback .collapsible__button {
    --color-background: var(--root-color--primary);
    --border-color: transparent;
    --color: var(--root-color--white);
    --font-size: var(--root-heading-4-size);
    --font-weight: var(--root-heading-4-weight);
}

.feedback .collapsible__button:focus,
.feedback .collapsible__button:hover {
    --color-background: var(--root-color--primary-dark);
}

.feedback .collapsible__toggle-icon {
    --color-icon: var(--root-color--white);
}

.feedback fieldset {
    --border-color: var(--root-color--secondary);
}

.feedback__confirmation {
    --color: var(--root-color-text);
    --font-family: inherit;
    --font-size: 1em; /* Mobile 16px / > Mobile 18px */
    --font-style: normal;
    --font-weight: var(--root-font-weight--normal);
    --line-height: inherit;
}

.feedback.section--collapsible {
    margin-top: 3rem;
}

.feedback .collapsible {
    border-top-width: 0;
    border-bottom-width: 0;
}

.feedback .collapsible__button {
    border-width: 0;
    padding: 1rem;
}

.feedback .collapsible__content {
    padding: 1rem;
}

.feedback .collapsible__panel {
    border-width: 0;
}

.feedback fieldset {
    border-style: solid;
    border-left-width: 0.25rem;
    margin: 1rem 0;
    padding-left: 1.25rem;
}

.feedback fieldset p {
    margin: 0;
}

.feedback {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.feedback fieldset {
    border-left-color: var(--border-color, transparent);
}

.feedback__confirmation {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}
