:root,:host{--avatar-name-background: transparent;--avatar-name-foreground: var(--text-color);--avatar-name-border: none;--avatar-name-border-radius: 0;--avatar-name-box-shadow: none;--avatar-name-padding: 0;--avatar-name-gap: var(--spacing-medium);--avatar-name-flex-direction: row;--avatar-name-align-items: center;--avatar-name-justify-content: flex-start}.avatar-name{--background: var(--avatar-name-background, transparent);--foreground: var(--avatar-name-foreground, inherit);--border: var(--avatar-name-border, none);--border-radius: var(--avatar-name-border-radius, 9999px);--padding: var(--avatar-name-padding, 0);--gap: var(--avatar-name-gap, var(--spacing-small));display:inline-flex;flex-direction:var(--avatar-name-flex-direction, row);flex-wrap:wrap;position:relative;align-items:var(--avatar-name-align-items, center);justify-content:var(--avatar-name-justify-content, flex-start);gap:var(--gap);width:fit-content;height:fit-content;background:var(--background);color:var(--foreground);border:var(--border);border-radius:var(--border-radius);padding:var(--padding)}.avatar-name .avatar{flex-shrink:0}.avatar-name__body{--p-margin-bottom-mobile: 0;--p-margin-bottom-desktop: 0;--p-margin-top-desktop: 0;--p-margin-top-mobile: 0}:root{--article-header-banner-height: 186px;--article-header-banner-height-sm: 312px;--article-header-banner-radius: 0 0 20px 20px;--article-header-meta-color: var(--color-fg-black);--article-header-meta-faded-color: var(--color-neutral-500)}.article-header-banner picture,.article-header-banner img{display:block;width:100%;max-height:var(--article-header-banner-height);object-fit:cover;border-radius:var(--article-header-banner-radius)}@media screen and (min-width: 576px){.article-header-banner{--article-header-banner-height: var(--article-header-banner-height-sm)}}.section--breadcrumb>.wrapper>.section__body{width:var(--narrow-content-width);max-width:100%;margin-inline:auto}.article-header{--faded-color: var(--article-header-meta-faded-color);color:var(--article-header-meta-color)}.article-header__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--spacing-medium, 16px);width:var(--narrow-content-width);max-width:100%;margin-inline:auto}