/* AC Padel Club — Stili personalizzati */

/* WhatsApp wrapper */
.acpadel-wa-wrapper {
    position: fixed !important;
    bottom: 24px !important;
    right: 24px !important;
    z-index: 9999 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

/* Menu a tendina */
.acpadel-wa-menu {
    display: none;
    flex-direction: column;
    margin-bottom: 12px;
    gap: 8px;
}
.acpadel-wa-menu.open {
    display: flex;
}
.acpadel-wa-menu a {
    background: white;
    color: #333 !important;
    padding: 10px 16px;
    border-radius: 24px;
    text-decoration: none !important;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    transition: background 0.2s;
}
.acpadel-wa-menu a:hover {
    background: #f0f0f0;
}

/* Bottone WhatsApp */
.acpadel-whatsapp-btn {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    background: #25d366 !important;
    border-radius: 50% !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.22) !important;
    cursor: pointer !important;
}
.acpadel-whatsapp-btn svg {
    fill: #fff !important;
    width: 26px !important;
    height: 26px !important;
}

/* Bottone Instagram — solo desktop */
.acpadel-instagram-btn {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    right: auto !important;
    top: auto !important;
    z-index: 9999 !important;
    width: 52px !important;
    height: 52px !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.22) !important;
    text-decoration: none !important;
}

/* Mobile: nascondi Instagram fisso */
@media (max-width: 768px) {
    .acpadel-instagram-btn {
        display: none !important;
    }
}/* Fix forma bottone WhatsApp */
button.acpadel-whatsapp-btn {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding: 0 !important;
    overflow: hidden !important;
}/* Pulsante form contatto */
.wpforms-submit {
    display: block !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
}