.mcb-breadcrumb--list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.mcb-breadcrumb--item {
    --mcb-fonts--link--decoration--active: underline;

    display: flex;
    align-items: center;
}

.mcb-breadcrumb--item a {
    transition: opacity .25s ease-in-out;
}

.mcb-breadcrumb--item a:link,
.mcb-breadcrumb--item a:visited {
    opacity: 0.8;
}

.mcb-breadcrumb--item a:hover,
.mcb-breadcrumb--item a:active,
.mcb-breadcrumb--item a:focus {
    opacity: 0.9;
}

.mcb-breadcrumb--item+.mcb-breadcrumb--item::before {
    content: "/";
    font-weight: normal;
    margin: 0 0.4em;
    opacity: 0.5;
}

.mcb-breadcrumb--item--current {
    font-weight: bold;
    opacity: 1;
}

.mcb-webform--field--paragraph blockquote,
blockquote.mcb-notice {
    background-color: var(--mcb-design--colors--palette--grey--10);
    padding: 1rem;
    border-radius: 0.5rem;
}

.mcb-theme-global textarea.mcb-webform--field--input {
    height: 8rem;
    padding: .5rem 1rem;
}

.mcb-theme-global .mcb-webform--controls {
    display: flex;
    justify-content: start;
    margin-block-start: 1rem;
    gap: var(--webforms-default-gap);
}

.mcb-theme-global .mcb-webform--page--title {
    opacity: 0.75;
}
