/* cocktails.css — now just the two bits unique to this page; the actual
   menu rows reuse the shared .layout-list / .notes-details from
   site-shared.css, same as every other category page. */

.cocktails-count {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--family-accent);
}

.cocktails-credit {
  max-width: 760px;
  margin: 0 auto;
  padding: 16px 24px 80px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  color: var(--text-muted);
  text-align: right;
}
