.yn-business-phone {
    grid-column: 1 / -1;
    flex-basis: 100%;
    min-width: 0;
    padding: 12px;
    border: 1px solid #e67e23;
    border-radius: 4px;
    background: #fff8f1;
    text-align: left;
}

.yn-business-phone[hidden] {
    display: none;
}

.yn-business-phone input.yn-business-phone__number {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    direction: ltr;
}

.yn-business-phone__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.yn-business-phone .yn-business-phone__action {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
    color: #444;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.yn-business-phone .yn-business-phone__action:hover {
    border-color: #e67e23;
    color: #c96c1d;
}

.yn-business-phone .yn-business-phone__action:focus-visible,
.yn-business-phone__number:focus-visible {
    outline: 2px solid #c96c1d;
    outline-offset: 2px;
}

.yn-business-phone__action:disabled {
    cursor: wait;
    opacity: 0.7;
}

.yn-business-phone__status {
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

.yn-business-phone__status:not(:empty) {
    margin-top: 8px;
}

.yn-biz-profile__detail.yn-business-phone-host {
    flex-wrap: wrap;
}
