/**
Theme Name: oabcd
Author: Desenvolve Fácil
Author URI: https://desenvolvefacil.com.br
Description: OABCD
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oabcd
Template: astra
*/


/**
 * Icones Compartilhamento Sociais
 * */
.cf-share-wrapper {
    margin-top: 45px;
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa, #e4ecf5);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cf-share-text {
    font-weight: 700;
    font-size: 16px;
    margin-right: 15px;
}

.cf-share-text {
    font-weight: 600;
    margin-right: 15px;
    font-size: 15px;
}

.cf-share-icons a {
    display: inline-block;
    margin-right: 12px;
}

.cf-share-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.cf-share-icons img:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

/* Tamanho padrão desktop */
.cf-share-icons img {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
}

/**
 * Fim Icones Compartilhamento Sociais
 * *