.urbscheit-wa-button {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    transition: transform .15s ease, box-shadow .15s ease;
}

.urbscheit-wa-button:hover,
.urbscheit-wa-button:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
}

.urbscheit-wa-button:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.urbscheit-wa-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

@media (max-width: 600px) {
    .urbscheit-wa-button {
        right: 16px;
        bottom: 16px;
        width: 50px;
        height: 50px;
    }
}

.urbscheit-wa-icon {
    display: block;
}
