/*
Theme Name: Listivo Child
Theme URI: https://listivotheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Listivo
Template: listivo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: listivo
*/

/* Phone input error styling */
.phone-input-error {
    border-color: #ff0000 !important;
}

.custom-phone-error {
    color: #ff0000;
    margin-top: 5px;
    font-size: 0.8em;
    display: block;
}

/* Make sure error message is visible even if theme hides it by default */
.listivo-field-error {
    display: block !important;
}