.business-offer-page { max-width: 1200px; margin: 0 auto; padding: 0 16px 40px; }

.tb-tour-carousel { margin: 18px 0; }

.business-offer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
}

.business-offer-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 14px;
  font-weight: 700;
}

.business-offer-text-card {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 14px;
  background: #fff;
  padding: 16px 18px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  margin-bottom: 16px;
}

.business-offer-text-card h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.business-offer-description {
  line-height: 1.65;
  color: #334155;
  white-space: pre-wrap;
}

.tour-program-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.tour-program-by-days {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  padding: 12px 16px;
  background: #f8fafc;
}

.tour-program-by-days-summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1.05rem;
  color: #2563eb;
  user-select: none;
  list-style: none;
}

.tour-program-by-days-summary::-webkit-details-marker {
  display: none;
}

.tour-program-by-days[open] .tour-program-by-days-summary {
  margin-bottom: 4px;
}

.tour-program-day-card {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
}

.tour-program-day-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.tour-program-day-summary {
  margin: 0 0 8px;
  line-height: 1.55;
  color: #334155;
}

.tour-program-day-details summary {
  cursor: pointer;
  font-weight: 700;
  color: #2563eb;
  user-select: none;
}

.tour-program-day-details-body {
  margin-top: 10px;
  line-height: 1.6;
  color: #475569;
  white-space: pre-wrap;
}

.pub-hero-cta-link[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}
