
/**
 * This element is using CSS from the following:
 *
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible.css
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible-Header.css
 * - opengemeenten_cefeaturecollapsible/Feature/Collapsible/OpenGemeentenCeFeatureCollapsible-Panel.css
 *
 * Variables can be set there globally or override them here!
 */

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

.portrait__header {
    --color: var(--root-color-text);
    --font-family: inherit;
    --font-size: var(--root-heading-2-size);
    --font-style: normal;
    --font-weight: var(--root-font-weight--bold);
    --line-height: inherit;
}

.portrait__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;
}

.portrait {
}

.portrait__content {
    margin: 1em 0;
}

.portrait__content:after {
  content: "";
  display: table;
  clear: both;
}

.portrait__visual {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

/* Prevent bullets halfway the float of the image */
.portrait__text ul,
.portrait__text ol {
    display: table;
}

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

.portrait__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);
}

.portrait__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);
}
