.phone-hide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}
.phone-label {
    font-size: 14px;
    color: var(--text-muted);
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.phone-view-btn {
    grid-gap: 0 4px;
    gap: 0 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.phone-view-btn a {
    position: relative;
    max-width: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #26364b;
    pointer-events: none;
    font-weight: 400;
}
.phone-view-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, transparent 60%, #fff);
}
.phone-view-btn span {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.phone-view-btn._visible a {
    max-width: 100%;
}
.phone-view-btn._visible span {
    display: none;
}
.phone-view-btn._visible a::before {
    display: none;
}
