/* ===========================================================
   sihaon — 브랜드 톤 오버라이드 (#926464)
   * /_assets/common.css 뒤에 로드되어 navy/green/teal을 모두 덮어씀
   =========================================================== */

/* ---- 메인 CTA / 다음 버튼 ---- */
.btnPrimary{
  background:#926464 !important;
  box-shadow:0 18px 40px rgba(146,100,100,.24) !important;
}
.btnPrimary:hover{
  background:#7d5454 !important;
  box-shadow:0 22px 48px rgba(146,100,100,.30) !important;
}
.btnPrimary[disabled]{ opacity:.5; }

/* ---- 입력 포커스 링 ---- */
.input:focus,
select:focus,
input.input:focus,
input[type="date"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus{
  border-color:rgba(146,100,100,.45) !important;
  box-shadow:0 0 0 4px rgba(146,100,100,.10) !important;
}

/* ---- 시간/슬롯 선택 활성 상태 ---- */
.slot.active{
  background:#926464 !important;
  border-color:#926464 !important;
  box-shadow:0 12px 26px rgba(146,100,100,.20) !important;
  color:#fff !important;
}

/* ---- 상태 표시(예약가능/완료메시지) ---- */
.pill.ok{ color:#6b4848 !important; }
.okMsg{ color:#6b4848 !important; }

/* ---- 일반 .btn hover 보더(네이비 잔존) ---- */
.btn:hover{
  border-color:rgba(146,100,100,.30) !important;
  box-shadow:0 10px 24px rgba(146,100,100,.12) !important;
}

/* ---- box(그라데이션 박스)의 톤을 살짝 따뜻하게 ---- */
.box{
  background:linear-gradient(180deg, #fdfaf9, #f8f1ef) !important;
}
