.gherardo-wa-container {
    position: relative;
    display: inline-block;
    z-index: 9999;
}
.gherardo-wa-sticky {
    position: fixed;
    right: 24px;
    bottom: 24px;
}
.gherardo-wa-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1em;            /* DIMINUISCI font-size */
    padding: 8px 16px;         /* DIMINUISCI padding */
    border-radius: 18px;        /* MENO arrotondato */
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    outline: none;
    min-height: 40px;           /* ALTEZZA MINIMA COMPATTA */
    min-width: 180px;           /* LARGHEZZA MINIMA */
}
.gherardo-wa-btn:focus, .gherardo-wa-btn:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.gherardo-wa-btn i, .gherardo-wa-custom-icon {
    font-size: 1.2em;
    vertical-align: middle;
}
.gherardo-wa-gdpr {
    font-size: 0.85em;
    margin-top: 6px;
    color: #888;
}
.gherardo-instructions {
    font-weight: bold;
    font-size: 1em;
    color: #222;
}