.whatsapp-support {
    padding: 6px 10px;
    background: #edf7f1;
    border-radius: 4px;
}

.whatsapp-support__title {
    display: block;
    margin-bottom: 1px;
    color: #4b5667;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

.whatsapp-support__numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.whatsapp-support .whatsapp-support__contact {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 !important;
    margin: 0 !important;
    color: #4b5667;
    font: inherit;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
}

.whatsapp-support .whatsapp-support__contact:hover {
    color: #17653e;
}

.whatsapp-support .whatsapp-support__contact:focus-visible {
    outline: 2px solid #23774d;
    outline-offset: -2px;
}

.login-page .whatsapp-support {
    margin-top: 6px;
}
