.link__tel {
    border-radius: var(--rounded-xs);
    width: fit-content;
}

.link__mail {
    border-radius: var(--rounded-xs);
    display: inline-flex;
    width: fit-content;
}

.link__tel a,
.link__mail a {
    color: var(--color-orange);
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}
.link__text-orange {
    color: var(--color-orange);
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}
