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


