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

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

.follow-up-contact .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-contact .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-contact__name {
    --color: var(--root-heading-4-color);
    --font-family: var(--root-heading-4-family);
    --font-size: var(--root-heading-4-size);
    --font-style: var(--root-heading-4-style);
    --font-weight: var(--root-heading-4-weight);
    --line-height: var(--root-heading-4-line-height);
}

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

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

.follow-up-contact__details {
    display: flex;
    flex-direction: column;
}

.follow-up-contact__visual {
    margin-top: 1rem;
}

.follow-up-contact__image {
    display: block;
    width: 100%;
}

.follow-up-contact__metadata {
    flex-grow: 1;
}

.follow-up-contact__name {
    margin-top: 1rem;
}

.follow-up-contact__position {
    margin-top: 0;
}

.follow-up-contact .metadata {
    margin-top: 1rem;
}

@media (min-width: 30em) {
    .follow-up-contact__details {
        flex-direction: row-reverse;
    }

    .follow-up-contact__image {
        width: unset;
    }
}

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

.follow-up-contact .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-contact .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);
}

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

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