/* ================= Refund Page ================= */
.reserve-notice{
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  background:#fff;
}


.reserve-bullets{
  margin:0;
  padding-left:18px;
  line-height:1.8;
}

.reserve-bullets li{ margin:4px 0; }

.reserve-bullets li.warn{
  color:#dc2626;
  font-weight:900;
}

.reserve-notice {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}

.reserve-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reserve-bullets li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.reserve-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #9ca3af;
  font-size: 18px;
  line-height: 1.4;
}

.reserve-bullets strong {
  font-weight: 700;
  color: #111827;
}

.reserve-bullets span {
  margin-left: 4px;
}

.reserve-bullets .muted {
  color: #6b7280;
  font-size: 14px;
}

.reserve-bullets .danger {
  color: #e11d48;
  font-weight: 700;
}

.reserve-bullets .highlight {
  background: #ffffff;
  border: 1px dashed #d1d5db;
  border-radius: 8px;
  padding: 12px 12px 12px 22px;
}

.reserve-bullets .badge {
  display: flex;
  gap: 8px;
  align-items: center;
}

.reserve-bullets .badge span {
  background: #16a34a;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 600;
}

.reserve-note {
  margin-top: 14px;
  font-size: 14px;
  color: #6b7280;
}
/* 입금계좌(li.highlight)는 앞에 점 제거 */
.reserve-bullets li.highlight::before{
  content: none;
}
