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

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

.social-buttons-2023 .whatsapp-button {
    opacity: 0.7;
}

.social-buttons-2023 .whatsapp-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.social-buttons-2023 .instagram-button {
    padding: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-buttons-2023 .instagram-icon {
    font-size: 26px;
    color: #fff;
    opacity: 0.95;
}
