/* Shared styling for My Cocktail Bar content pages
   (pricing, terms, privacy policy, refund policy). */

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #1c2b3a;
  line-height: 1.55;
  margin: 0;
}

a { color: #06355f; }

h1, h2, h3, h4 { color: #06355f; }

code {
  font-family: Monaco, Consolas, 'Lucida Console', monospace;
  font-size: 0.9em;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Site header shown at the top of every content page. */
.brand-bar {
  background: #06355f;
  padding: 0.75rem 1rem;
}
.brand-bar a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
}

/* Centered reading column for text/legal pages. Wrap content in
   <main class="doc"> so the brand bar can still span full width. */
.doc {
  max-width: 820px;
  margin: 0 auto;
  padding: 1.5rem;
}
