
.notification {
    display: flex;
    flex-direction: row;
    position: relative;
}

.notification:not(.notification__layout-1) {
    border-style: solid;
    border-width: 0.125rem;
    padding: 1.5rem;
    margin-top: 2rem;
}

.notification.notification__layout-1 {
    align-items: center;
}

.notification.notification__layout-1,
.notification + .notification {
    margin-top: 1rem;
}

.notification__icon {
    line-height: 0;
}

.notification .notification__icon {
    margin-right: 1rem;
}

.notification .notification__icon .icon {
    width: 1.667em;
}

.notification__text {
    flex-grow: 1;
}

.notification__layout-1 .notification__title {
    margin-top: 0;
}

.notification__link {
    margin-top: 1rem;
}



.notification {
    font-size: var(--font-size, 1rem);
}

.notification:not(.notification__layout-1) {
    background-color: var(--color-background, hsl(6, 75%, 96%));
    border-color: var(--color-border, hsl(6, 75%, 51%));
}

.notification .notification__icon .icon {
    fill: var(--color-icon, hsl(6, 75%, 51%));
}

.notification__title {
    color: var(--color-text, 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);
}

.notification__layout-1 .notification__title em {
    font-style: inherit;
}

.notification__text {
    color: var(--color-text, black);
    font-family: var(--font-family, inherit);
    font-size: 1em;
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.notification__link .link {
    color: var(--color-text, black);
    font-family: var(--font-family, inherit);
    font-size: 1em;
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}
