.lttrshop-error-messages {
    box-sizing: inherit;

    font-size: var(--lttrshop-txt-s);
    line-height: var(--lttrshop-line-s);
    font-family: var(--lttrshop-font-family-normal);
    font-weight: var(--lttrshop-font-weight-normal);

    border-radius: var(--input-radius-xl);
    background-color: var(--lttrshop-half-error-color);
    color: var(--lttrshop-error-color);
    padding: var(--lttrshop-space-m);
    margin: 0 0 var(--lttrshop-space-m) 0;
}

.lttrshop-error-messages:before {
    content: "!";

    font-family: var(--lttrshop-font-family-icons);
    font-weight: var(--lttrshop-font-weight-icons);

    padding-right: var(--lttrshop-space-xs);

    vertical-align: middle;
    font-size: var(--lttrshop-txt-icon);
}
