@charset "utf-8";

/* 파트너 예약 전용 - partner/reservation/index.php(예약 내역) · change.php(예약 변경 내역)
   탭·요약 카드·필터 칩·검색·표·페이지네이션은 전부 common.css 컴포넌트. 여기에는 배치와 표 폭만 둔다 */

.reservation-tab {margin-bottom: var(--space-40);}
.reservation-list {margin-top: 24px;}

/* 표 - 상세보기 버튼은 시안 폭에 맞춘다. 변경 내역 표는 칸이 길어 최소 폭을 넓힌다 */
.reservation-list .detail-btn {min-width: 104px;}
.reservation-list .change-table {min-width: 1080px;}
