/* react-modal-image 닫기 버튼 */
.__react_modal_image__icon_menu svg {
    width: 36px;
    height: 36px;
    margin-top: 10px;
    margin-right: 5px;
}

/* 구매자정보 모달 */
.receiver-info-field {
    display: flex;
    flex-direction: column;
}

.receiver-info-label {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 5px;
    font-size: 0.875rem;
    color: #6b7280;
}

.receiver-info-input {
    background-color: #f9fafb;
    cursor: default;
    pointer-events: none;
}
