.phone-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.phone-list a,
.widget-container-phone a {
    display: inline-block;
    width: fit-content;
    border-bottom: 1px solid currentColor;
    text-decoration: none !important;
    line-height: 1.2;
}

