/*
Theme Name: Recria.AI
Description: Tema filho para o site Recri.AI
Version: 1.0.0
Author: João Neves
Author URI: --
Theme URI: Divi 5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* ========== Custom CSS from Generator ========== */
.et-pb-contact-message {
    background: transparent !important;
    padding: 0 !important;
}

.et-pb-contact-message:not(:empty) {
    background: #0b1f3a !important;
    padding: 16px 24px !important;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.et-pb-contact-message p {
    color: #C39367;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.et-pb-contact-message p::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://institutorecriaai.org/wp-content/uploads/2026/06/thumbs-up.svg');
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(67%) sepia(40%) saturate(400%) hue-rotate(5deg) brightness(95%);
}