/* WhatsApp beside phone numbers */
.tz-phone-with-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: nowrap;
    max-width: 100%;
}
.tz-phone-with-wa .tz-phone {
    white-space: nowrap;
}
.tz-wa-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: #25D366;
    color: #fff !important;
    text-decoration: none !important;
    flex-shrink: 0;
    line-height: 1;
    transition: transform .15s ease, box-shadow .15s ease;
}
.tz-wa-link:hover,
.tz-wa-link:focus {
    color: #fff !important;
    transform: scale(1.08);
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.28);
}
.tz-wa-link .bi-whatsapp {
    font-size: 0.95rem;
}
.tz-phone-line {
    margin-top: 2px;
}
.tz-phone-line__label {
    color: #80868b;
    font-size: 12px;
}
