.whatsapp-fixed-button {

    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 997;

    aspect-ratio: 1 /1;
    background-color: var(--color-secondary);
    padding: var(--space-sm);
    border: none;
    border-radius: var(--radius-md);
    box-shadow: var(--box-shadow);

    cursor: pointer;
}

.whatsapp-fixed-button svg {

    width: var(--font-size-lg);
    fill: var(--color-text);

}