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

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

.follow-up-location__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-location__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-location__location-header {
    --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-location .follow-up__header,
.follow-up-location .follow-up__text:first-child > :first-child {
    margin-top: 0;
}

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

.follow-up-location__location-header + .opening-hours > .opening-times__abstract  {
    margin-top: 0;
}

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

.follow-up-location__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, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

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

.follow-up-location__location-header {
    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);
}
