/* Shared by Terms and Privacy. These pages pull their text from the
   WordPress editor via the_content(), so you can update legal copy
   without a deploy. */

.rv-legal {
  background-color: var(--rv-dark-bg);
  color: var(--rv-light-text);
  font-family: var(--rv-font);
  padding: 64px 20px 96px;
}
.rv-legal__inner { max-width: 860px; margin: 0 auto; }

.rv-legal__brand { display: flex; flex-direction: column; align-items: center; margin-bottom: 40px; }
.rv-legal__brand img.mark { width: 52px; height: 52px; object-fit: contain; }
.rv-legal__brand img.word { width: 90px; height: auto; object-fit: contain; }

.rv-legal h1 { font-size: 40px; font-weight: 700; color: var(--rv-accent); margin: 0 0 8px; text-align: center; }
.rv-legal__updated { text-align: center; color: var(--rv-grey-text); font-size: 14px; margin-bottom: 48px; }

.rv-legal h2 { font-size: 24px; font-weight: 700; color: var(--rv-accent); margin: 40px 0 12px; }
.rv-legal h3 { font-size: 18px; font-weight: 600; color: var(--rv-light-text); margin: 28px 0 10px; }
.rv-legal p, .rv-legal li { font-size: 16px; line-height: 1.75; color: var(--rv-grey-text); }
.rv-legal p  { margin: 0 0 16px; }
.rv-legal ul, .rv-legal ol { margin: 0 0 20px; padding-left: 22px; }
.rv-legal li { margin-bottom: 8px; }
.rv-legal strong { color: var(--rv-light-text); }
.rv-legal a { color: var(--rv-accent); text-decoration: underline; text-underline-offset: 3px; }
.rv-legal a:hover { opacity: 0.75; }
.rv-legal hr { border: 0; border-top: 1px solid var(--rv-grey-accent); margin: 40px 0; }

.rv-legal__home {
  display: inline-block; margin-top: 48px;
  color: var(--rv-accent); text-decoration: none; font-size: 16px;
}
.rv-legal__home:hover { opacity: 0.7; }

@media (max-width: 767px) {
  .rv-legal { padding: 40px 16px 64px; }
  .rv-legal h1 { font-size: 30px; }
  .rv-legal h2 { font-size: 20px; }
  .rv-legal p, .rv-legal li { font-size: 15px; }
}

/* ---- utility classes used inside the pasted legal copy ---- */
.rv-legal .mt-2  { margin-top: 0.5rem; }
.rv-legal .mt-3  { margin-top: 0.85rem; }
.rv-legal .mb-2  { margin-bottom: 0.5rem; }
.rv-legal .ml-4  { margin-left: 0; }
.rv-legal .font-medium   { font-weight: 500; }
.rv-legal .font-semibold { font-weight: 600; color: var(--rv-light-text); }

.rv-legal .subsection-group {
  margin: 20px 0;
  padding: 16px 20px;
  background: var(--rv-card-bg);
  border-left: 3px solid var(--rv-accent);
  border-radius: 6px;
}
.rv-legal .subsection-group > p.font-semibold { margin-bottom: 8px; }

/* these lists carry their own "•" characters, so kill the default marker
   and hang the text so wrapped lines line up */
.rv-legal ul.ml-4 { list-style: none; padding-left: 0; }
.rv-legal ul.ml-4 > li { padding-left: 1.1em; text-indent: -1.1em; }

.rv-legal section { margin-bottom: 36px; }
.rv-legal section > h2:first-child { margin-top: 0; }

/* ---- privacy page helpers ---- */
.rv-legal .contact-info { margin-top: 16px; }
.rv-legal .contact-info p { margin-bottom: 8px; }
.rv-legal .last-updated { margin-top: 32px; font-size: 0.875rem; color: var(--rv-grey-text); }
.rv-legal ul ul { margin-top: 8px; margin-bottom: 4px; }
