
/**
 * This element is using CSS from the following:
 *
 * - opengemeenten_cefeaturefollowup/Components/FollowUp/OpenGemeentenCeFeatureFollowUp-FollowUp.css
 * - opengemeenten_linkhandling/Partials/Button/OpenGemeentenLinkHandling-Button.css
 *
 * Variables can be set there globally or override them here!
 */

.follow-up__default {
    --color-background: var(--root-color--white);
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.follow-up__default .follow-up__header {
    --color: var(--root-heading-3-color);
    --font-family: var(--root-heading-3-family);
    --font-size: var(--root-heading-3-size);
    --font-style: var(--root-heading-3-style);
    --font-weight: var(--root-heading-3-weight);
    --line-height: var(--root-heading-3-line-height);
}

.follow-up__default .follow-up__text {
    --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;
}

.follow-up__default .follow-up__button.button {
    --background-color: var(--root-color--primary);
    --border-top-color: var(--root-color--primary);
    --border-right-color: var(--root-color--primary);
    --border-bottom-color: var(--root-color--primary);
    --border-left-color: var(--root-color--primary);
    --color: var(--root-color--white);
    /*--font-family: inherit;*/
    /*--font-size: var(--root-font-size);*/
    /*--font-style: normal;*/
    /*--font-weight: var(--root-font-weight--semi-bold);*/
    /*--line-height: inherit;*/
}

.follow-up__default .follow-up__button.button:active,
.follow-up__default .follow-up__button.button:focus,
.follow-up__default .follow-up__button.button:hover {
    --background-color: var(--root-color--primary-dark);
    --border-top-color: var(--root-color--primary-dark);
    --border-right-color: var(--root-color--primary-dark);
    --border-bottom-color: var(--root-color--primary-dark);
    --border-left-color: var(--root-color--primary-dark);
}

.follow-up__default .follow-up__header,
.follow-up__default .follow-up__text:first-child > :first-child {
    margin-top: 0;
}

.follow-up__default .follow-up__button {
    margin-left: 0;
}

.follow-up__default {
    background-color: var(--color-background, white);
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.follow-up__default .follow-up__header {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1.166em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.follow-up__default .follow-up__text {
    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);
}
