/*
Theme Name: New ask theme
Theme URI: https://example.com
Author: ASK
Author URI: https://example.com
Description: A minimal WordPress theme for development
Version: 1.0
License: MIT
*/

.lazy-load {
    opacity: 0;
    transition: opacity .6s ease-in-out;
}

.lazy-load.fade {
    opacity: 1;
}


.cf-alert { padding: 10px 12px; margin: 0 0 0px; border-radius: 8px; }
.cf-alert--success { background: #dcfce7; color: #14532d; margin-bottom: 12px; }
.cf-alert--error { background: #fee2e2; color: #7f1d1d;  margin-bottom: 12px; }

.cf-field.has-error input { border-color: #e11d48; }
.cf-error { margin-top: 4px; font-size: 13px; color: #e11d48; }