/* Floating WA button */
.war-wa-float {
    position: fixed;
    z-index: 99999;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 999px;
    background: #25D366;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
    font-weight: 600;
    line-height: 1;
}

.war-wa-float:hover {
    filter: brightness(0.95);
}

.war-wa-float svg,
.war-wa-float img {
    width: 22px;
    height: 22px;
    display: block;
}

.war-wa-float.right {
    right: 18px;
}

.war-wa-float.left {
    left: 18px;
}