/* =============================================
   비회원 예약 조회 - PC
============================================= */
.nsr-section { padding:40px 0 60px; }

.nsr-card { width:636px; margin:0 auto; background:#fff; border-radius:8px; box-shadow:0 0 40px 0 rgba(42,54,99,0.07); padding:60px 50px; }

/* ─── 헤더 ─── */
.nsr-header { margin-bottom:30px; }
.nsr-title { font-size:30px; font-weight:600; line-height:36px; letter-spacing:-0.5px; color:#212121; margin-bottom:8px; }
.nsr-subtitle { font-size:16px; font-weight:400; line-height:22px; color:#424242; }

/* ─── 입력 행 간격 ─── */
.nsr-card .form-row { margin-bottom:16px; }
.nsr-card .form-row:last-child { margin-bottom:0; }

/* ─── 안내 박스 ─── */
.nsr-notice { display:flex; align-items:flex-start; gap:8px; background:#fafafa; border-radius:8px; padding:14px 12px; margin-bottom:20px; }
.nsr-notice-icon { width:18px; height:18px; flex-shrink:0; margin-top:1px; }
.nsr-notice-text { font-size:13px; line-height:18px; color:#212121; }
.nsr-notice-link { color:#448aff; text-decoration:underline; }

/* =============================================
   비회원 예약 조회 - MOBILE
============================================= */
@media (max-width:1024px) {
    .nsr-section { padding:0 0 90px; }
    .nsr-card { width:100%; border-radius:0; box-shadow:none; padding:30px 20px; }
    .nsr-header { margin-bottom:30px; }
    .nsr-title { display:none; }
    .nsr-notice { margin-bottom:0; }
    .nsr-subtitle { font-size:22px; font-weight:600; line-height:30px; letter-spacing:-0.5px; color:#212121; }
}
