.car .filoprestij-list-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
}

.car .filoprestij-card-whatsapp-static {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 54px !important;
    padding: 8px 12px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #25d366 !important;
    color: #fff !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.car .filoprestij-card-whatsapp-static svg {
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    flex: 0 0 25px !important;
    fill: currentColor !important;
    stroke: none !important;
}

.car .filoprestij-card-whatsapp-static strong {
    display: block !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.car .filoprestij-card-whatsapp-static:hover {
    background: #128c7e !important;
}

.site-header .filoprestij-header-whatsapp-static {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    margin-left: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #25d366 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.site-header .filoprestij-header-whatsapp-static svg {
    display: block !important;
    width: 29px !important;
    height: 29px !important;
    fill: currentColor !important;
    stroke: none !important;
}

.site-header .filoprestij-header-whatsapp-static + .menu-toggle {
    margin-left: 8px !important;
}

@media (max-width: 760px) {
    .car .filoprestij-list-actions {
        grid-template-columns: 1fr 1fr !important;
    }

    .car .filoprestij-card-whatsapp-static {
        min-height: 52px !important;
    }

    .site-header .filoprestij-header-whatsapp-static {
        width: 52px !important;
        min-width: 52px !important;
        height: 52px !important;
        border-radius: 15px !important;
    }

    .site-header .filoprestij-header-whatsapp-static svg {
        width: 27px !important;
        height: 27px !important;
    }
}
