
/**
 * 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-organisation {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.follow-up-organisation .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-organisation .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-organisation__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-organisation .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--bold);*/
    /*--line-height: inherit;*/
}

.follow-up-organisation .follow-up__button.button:active,
.follow-up-organisation .follow-up__button.button:focus,
.follow-up-organisation .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-organisation .follow-up__header,
.follow-up-organisation .follow-up__text:first-child > :first-child {
    margin-top: 0;
}

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

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

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

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

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

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

.follow-up-organisation .socials .link .link__label {
    display: none;
}

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

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

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

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