/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Bricks native form element */
:where(.brxe-form) .message.error {
    background-color: var(--primary-ultra-light);
    color: var(--primary-ultra-dark);
    padding: 0;
}

:where(.brxe-form) .message.error a {
    position: relative;
    color: var(--primary);
}

:where(.brxe-form) .message.error a::before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--primary-ultra-dark);
    position: absolute;
    bottom: -2px;
}