/* test/viewing-guide.html — 우측 본문 (theater-info.html 기준 밝은 톤) */

.viewing-page-title {
  margin: 0 0 8px;
  font-size: clamp(0.68rem, 1.4vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #555;
}

.viewing-h1 {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bdbdbd;
  font-size: clamp(1.15rem, 2.8vw, 1.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #0a0a0a;
}

.viewing-section {
  margin: 0 0 2rem;
}

.viewing-section:last-of-type {
  margin-bottom: 0;
}

.viewing-section__title {
  margin: 0 0 14px;
  font-size: clamp(1rem, 2.5vw, 1.12rem);
  font-weight: 800;
  color: #0a0a0a;
  padding-bottom: 8px;
  border-bottom: 2px solid color-mix(in srgb, #9a7b1a 55%, #bdbdbd);
}

.viewing-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.viewing-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1rem;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #333;
}

.viewing-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #5c4a0f;
  font-weight: 700;
}

.viewing-list li:last-child {
  margin-bottom: 0;
}

.fee-board-wrap {
  margin: 0 0 18px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.fee-board {
  display: flex;
  flex-direction: column;
  font-size: 0.92rem;
}

.fee-board__row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(5.5rem, 0.65fr) minmax(0, 1.5fr);
  border-bottom: 1px solid #d8d8d8;
}

.fee-board__row:last-child {
  border-bottom: 0;
}

.fee-board__cell {
  padding: 12px 14px;
  border-right: 1px solid #d8d8d8;
  min-width: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.fee-board__cell:last-child {
  border-right: 0;
}

.fee-board__cell--fee {
  font-weight: 700;
  color: #5c4a0f;
  white-space: nowrap;
}

.fee-board__head .fee-board__cell {
  background: linear-gradient(180deg, #f2f2f2 0%, #e8e8e8 100%);
  font-weight: 800;
  color: #0a0a0a;
  font-size: 0.88rem;
  letter-spacing: -0.02em;
}

.fee-board__muted {
  color: #555;
  font-size: 0.9rem;
}

.fee-board__empty {
  color: #999;
}

.viewing-notes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.viewing-notes li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #555;
}

.viewing-notes li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #5c4a0f;
  font-weight: 700;
}

.viewing-notes li:last-child {
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .fee-board-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fee-board {
    min-width: 420px;
  }
}
