/* Ícones flutuantes WhatsApp e Instagram - 2023 template1 (mesmo estilo do template 2025) */
.social-buttons-2023 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10000000;
}

.social-buttons-2023 .whatsapp-button,
.social-buttons-2023 .instagram-button {
    padding: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-buttons-2023 .whatsapp-icon,
.social-buttons-2023 .instagram-icon {
    width: 45px;
    height: 45px;
    object-fit: contain;
    opacity: 0.8;
}

.social-buttons-2023 .instagram-button {
    background-color: rgba(238, 84, 109, 0.2);
}
