body.rbbe-terms-page {
  background: #f4f7f9;
}

body.rbbe-terms-page .site,
body.rbbe-terms-page .site-main,
body.rbbe-terms-page #main,
body.rbbe-terms-page #primary,
body.rbbe-terms-page .rbbe-booking-page-wrap {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

body.rbbe-terms-page .entry-header,
body.rbbe-terms-page .page-title,
body.rbbe-terms-page .entry-content > *:not(.rbbe-booking-page-wrap):not(:has(.rbbe-terms-public)) {
  display: none !important;
}

.rbbe-terms-public {
  --pl-ink: #15252f;
  --pl-line: #e8eef2;

  max-width: 1140px;
  margin: 24px auto 40px;
  padding: 0 16px;
  color: var(--pl-ink);
}

.rbbe-terms-public__sheet {
  background: #fff;
  border: 1px solid var(--pl-line);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(21, 37, 47, 0.04);
  padding: 28px 28px 24px;
}

.rbbe-terms-public__head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--pl-line);
}

.rbbe-terms-public__brand-name {
  display: block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f766e;
}

.rbbe-terms-public__title {
  margin: 0;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.2;
  color: #0f172a;
}

.rbbe-terms-public__content {
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.65;
}

.rbbe-terms-public__content h1,
.rbbe-terms-public__content h2,
.rbbe-terms-public__content h3 {
  color: #0f172a;
  line-height: 1.35;
}

.rbbe-terms-public__content h1 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.rbbe-terms-public__content h2 {
  font-size: 1.15rem;
  margin: 1.75rem 0 0.75rem;
}

.rbbe-terms-public__content h3 {
  font-size: 1rem;
  margin: 1.25rem 0 0.5rem;
}

.rbbe-terms-public__content p {
  margin: 0 0 1rem;
}

.rbbe-terms-public__content ul,
.rbbe-terms-public__content ol {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
}

.rbbe-terms-public__content li {
  margin: 0 0 0.35rem;
}

.rbbe-terms-public__content hr {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 1.5rem 0;
}

.rbbe-terms-public__content strong {
  color: #0f172a;
}

.rbbe-terms-page .rbbe-terms-page__lead {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 0.88rem;
}

.rbbe-terms-form .wp-editor-wrap {
  border: 1px solid #dbe3ea;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 760px) {
  .rbbe-terms-public {
    margin-top: 16px;
    padding: 0 12px 28px;
  }

  .rbbe-terms-public__sheet {
    padding: 18px 16px;
    border-radius: 14px;
  }
}
