.message {
    margin: 8px 0;
    padding: 0;
    font-size: 0.8rem;

    &.error {
        color: $error-color-hl;
    }
}