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

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

.follow-up__one-liner .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__one-liner .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__one-liner .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__one-liner .follow-up__button.button:active,
.follow-up__one-liner .follow-up__button.button:focus,
.follow-up__one-liner .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);
}

/* Section color Primary */
.ce-follow-up.section--color-primary .follow-up__one-liner .follow-up__header {
    --color: var(--root-color--white);
}

.ce-follow-up.section--color-primary .follow-up__one-liner .follow-up__text {
    --color: var(--root-color--white);
}

.ce-follow-up.section--color-primary .follow-up__one-liner .follow-up__button.button {
    --background-color: var(--root-color--white);
    --border-top-color: var(--root-color--white);
    --border-right-color: var(--root-color--white);
    --border-bottom-color: var(--root-color--white);
    --border-left-color: var(--root-color--white);
    --color: var(--root-color-text);
}

.ce-follow-up.section--color-primary .follow-up__one-liner .follow-up__button.button:active,
.ce-follow-up.section--color-primary .follow-up__one-liner .follow-up__button.button:focus,
.ce-follow-up.section--color-primary .follow-up__one-liner .follow-up__button.button:hover {
    --background-color: var(--root-color--white-dark);
    --border-top-color: var(--root-color--white-dark);
    --border-right-color: var(--root-color--white-dark);
    --border-bottom-color: var(--root-color--white-dark);
    --border-left-color: var(--root-color--white-dark);
}

/* Section color Secondary */
.ce-follow-up.section--color-secondary .follow-up__one-liner .follow-up__header {
    --color: var(--root-color--white);
}

.ce-follow-up.section--color-secondary .follow-up__one-liner .follow-up__text {
    --color: var(--root-color--white);
}

.ce-follow-up.section--color-secondary .follow-up__one-liner .follow-up__button.button {
    --background-color: var(--root-color--white);
    --border-top-color: var(--root-color--white);
    --border-right-color: var(--root-color--white);
    --border-bottom-color: var(--root-color--white);
    --border-left-color: var(--root-color--white);
    --color: var(--root-color-text);
}

.ce-follow-up.section--color-secondary .follow-up__one-liner .follow-up__button.button:active,
.ce-follow-up.section--color-secondary .follow-up__one-liner .follow-up__button.button:focus,
.ce-follow-up.section--color-secondary .follow-up__one-liner .follow-up__button.button:hover {
    --background-color: var(--root-color--white-dark);
    --border-top-color: var(--root-color--white-dark);
    --border-right-color: var(--root-color--white-dark);
    --border-bottom-color: var(--root-color--white-dark);
    --border-left-color: var(--root-color--white-dark);
}

/* Section color Support */
.ce-follow-up.section--color-support .follow-up__one-liner .follow-up__header {
    --color: var(--root-color-text);
}

.ce-follow-up.section--color-support .follow-up__one-liner .follow-up__text {
    --color: var(--root-color-text);
}

.ce-follow-up.section--color-support .follow-up__one-liner .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);
}

.ce-follow-up.section--color-support .follow-up__one-liner .follow-up__button.button:active,
.ce-follow-up.section--color-support .follow-up__one-liner .follow-up__button.button:focus,
.ce-follow-up.section--color-support .follow-up__one-liner .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);
}

/* Section color Grey */
.ce-follow-up.section--color-grey .follow-up__one-liner .follow-up__header {
    --color: var(--root-color-text);
}

.ce-follow-up.section--color-grey .follow-up__one-liner .follow-up__text {
    --color: var(--root-color-text);
}

.ce-follow-up.section--color-grey .follow-up__one-liner .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);
}

.ce-follow-up.section--color-grey .follow-up__one-liner .follow-up__button.button:active,
.ce-follow-up.section--color-grey .follow-up__one-liner .follow-up__button.button:focus,
.ce-follow-up.section--color-grey .follow-up__one-liner .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__one-liner {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
}

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

.follow-up__one-liner .follow-up__button-container {
    display: flex;
    justify-content: flex-start;
}

.follow-up__one-liner .follow-up__button {
    margin: 0;
}

@media (min-width: 62rem) {
    .follow-up__one-liner {
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 1.5rem;
    }

    .follow-up__one-liner .follow-up__button-container {
        align-items: center;
        justify-content: flex-end;
    }
}

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

.follow-up__one-liner .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__one-liner .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);
}
