/*
Theme Name: Swissly.ch V2
Theme URI: https://swissly.ch
Author: Swissly.ch
Description: Premium mobile-first editorial theme for Swissly.ch event discovery in Switzerland.
Version: 0.3.5
Requires at least: 6.0
Tested up to: 6.6
Text Domain: swissly-ch
*/

:root {
  color-scheme: light;
  --ink: #17201b;
  --muted: #66706a;
  --line: #e5e9e5;
  --paper: #fbfcf8;
  --surface: #ffffff;
  --mint: #b7f0d1;
  --blue: #8cc7ff;
  --coral: #ff9f8c;
  --yellow: #ffe27a;
  --violet: #c7b6ff;
  --green: #356e4a;
  --shadow: 0 24px 80px rgba(23, 32, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(251, 252, 248, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 170px;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
}

.brand-copy,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  white-space: nowrap;
}

.beta-badge {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0 6px;
  background: var(--yellow);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.desktop-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.desktop-nav a:hover {
  color: var(--ink);
}

.submit-link,
.primary-action,
.secondary-action,
.submit button,
.source-button {
  min-height: 44px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.submit-link,
.secondary-action,
.source-button {
  background: var(--surface);
}

.submit-link {
  flex: 0 0 auto;
  white-space: nowrap;
}

.primary-action,
.submit button {
  background: var(--ink);
  color: var(--paper);
}

.submit-link:hover,
.primary-action:hover,
.secondary-action:hover,
.submit button:hover,
.source-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(23, 32, 27, 0.16);
}

main {
  padding-bottom: 88px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 68px);
  padding: clamp(46px, 8vw, 110px) clamp(18px, 5vw, 72px) 44px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(48px, 9vw, 112px);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-self: stretch;
  min-height: 500px;
}

.date-tile,
.feature-strip {
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 22px;
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.date-tile:hover,
.feature-strip:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(23, 32, 27, 0.18);
}

.date-tile {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--yellow);
}

.date-tile strong {
  font-size: clamp(88px, 14vw, 170px);
  line-height: 0.75;
  letter-spacing: 0;
}

.feature-strip {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
}

.feature-strip.music {
  background: var(--blue);
}

.feature-strip.art {
  background: var(--violet);
}

.feature-strip.food {
  background: var(--coral);
}

.feature-strip span,
.date-tile span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-strip strong {
  font-size: clamp(26px, 4vw, 46px);
  line-height: 0.95;
}

.feature-strip small,
.date-tile small {
  color: rgba(23, 32, 27, 0.72);
  font-weight: 700;
}

.quick-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 clamp(18px, 5vw, 72px) 18px;
}

.tab {
  flex: 0 0 auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  padding: 0 18px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.tab.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.search-panel {
  margin: 0 clamp(18px, 5vw, 72px);
  padding: 16px;
  display: grid;
  grid-template-columns: 1.15fr 1.75fr auto;
  gap: 12px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(23, 32, 27, 0.08);
}

label span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8f5;
  color: var(--ink);
  padding: 0 12px;
}

select.is-enhanced-select {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8f5;
  color: var(--ink);
  padding: 0 12px 0 14px;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.custom-select-button span {
  display: block;
  min-width: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: inherit;
  font-weight: 400;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.custom-select-button i {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.custom-select.is-open .custom-select-button,
.custom-select-button:focus-visible {
  border-color: #0071e3;
  background: #f5f6f4;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.22);
  outline: none;
}

.custom-select.is-open .custom-select-button i {
  transform: rotate(225deg) translate(-1px, -1px);
}

.custom-select-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 80;
  display: none;
  max-height: 280px;
  overflow: auto;
  border: 1px solid rgba(23, 32, 27, 0.14);
  border-radius: 12px;
  background: #f7f7f8;
  padding: 6px;
  box-shadow: 0 18px 50px rgba(23, 32, 27, 0.18);
}

.custom-select.is-open .custom-select-menu {
  display: grid;
  gap: 2px;
}

.custom-select-option {
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  padding: 0 10px;
  text-align: left;
  cursor: pointer;
}

.custom-select-option span {
  display: block;
  margin-bottom: 0;
  color: var(--ink);
  font-size: inherit;
  font-weight: 400;
  text-transform: none;
}

.custom-select-option:hover,
.custom-select-option:focus-visible {
  background: rgba(0, 113, 227, 0.1);
  outline: none;
}

.custom-select-option[aria-selected="true"] .option-check::before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin-left: 6px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
}

textarea {
  min-height: 112px;
  padding-top: 12px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--mint);
  border-color: var(--ink);
}

.filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.filter-panel {
  display: contents;
}

.filter-toggle-checkbox,
.filter-toggle-label {
  display: none;
}

.archive-filters {
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr)) auto;
  align-items: end;
  margin-bottom: 22px;
}

.search-submit {
  width: 100%;
  white-space: nowrap;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 72px clamp(18px, 5vw, 72px) 22px;
}

.section-heading h2,
.system-map h2,
.policy h2,
.submit h2,
.event-detail h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.94;
  letter-spacing: 0;
}

.section-heading > p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.event-grid,
.swissly-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(18px, 5vw, 72px);
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 34px;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.event-card {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 20px;
  box-shadow: 0 10px 32px rgba(23, 32, 27, 0.07);
  animation: fadeUp 420ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.event-card:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
  box-shadow: var(--shadow);
}

.event-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  border-radius: 8px 8px 0 0;
  background: var(--accent, var(--mint));
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(23, 32, 27, 0.14);
  border-radius: 999px;
  padding: 0 10px;
  background: color-mix(in srgb, var(--accent) 34%, white);
  font-size: 12px;
  font-weight: 700;
}

.date-stack {
  min-width: 72px;
  display: grid;
  justify-items: end;
  text-align: right;
  line-height: 0.9;
}

.date-stack strong {
  display: block;
  font-size: 38px;
  font-weight: 900;
}

.date-stack span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.date-stack small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.event-card h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 0.98;
  letter-spacing: 0;
}

.event-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.meta-row a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.meta-row a:hover {
  border-color: var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.highlight-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.highlight-list a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(23, 32, 27, 0.12);
}

.card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin-top: 14px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  padding: 0 13px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.card-link::after {
  content: "";
}

.card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(23, 32, 27, 0.16);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 clamp(18px, 5vw, 72px);
}

.path-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 22px;
  background: var(--mint);
  transition: transform 180ms ease;
}

.path-card:nth-child(2) {
  background: var(--blue);
}

.path-card:nth-child(3) {
  background: var(--yellow);
}

.path-card:hover {
  transform: translateY(-4px);
}

.path-number {
  font-weight: 800;
}

.path-card strong {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 0.98;
}

.path-card small {
  color: rgba(23, 32, 27, 0.7);
  font-weight: 600;
}

.system-map,
.policy,
.submit,
.event-detail,
.submit-page,
.submission-result {
  margin: 72px clamp(18px, 5vw, 72px) 0;
  border-radius: 8px;
  border: 1px solid var(--ink);
  padding: clamp(22px, 4vw, 42px);
}

.system-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  background: var(--ink);
  color: var(--paper);
}

.system-map .kicker,
.system-map p {
  color: rgba(251, 252, 248, 0.72);
}

.system-map ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

.policy,
.event-detail {
  background: var(--surface);
}

.compact-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 42px;
  padding: 18px 22px;
}

.compact-policy strong {
  font-size: 15px;
}

.compact-policy p {
  margin: 0;
  max-width: 720px;
}

.compact-heading {
  padding-top: 56px;
}

.compact-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
}

.related-events .event-card {
  min-height: 280px;
}

.policy p:not(.kicker),
.submit p:not(.kicker),
.event-detail p {
  max-width: 790px;
  color: var(--muted);
  line-height: 1.6;
}

.submit {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 24px;
  background: var(--yellow);
}

.submit-page {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(22px, 4vw, 54px);
  background: var(--surface);
}

.submission-result {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(22px, 4vw, 54px);
  background: var(--surface);
}

.submit-intro h1 {
  font-size: clamp(42px, 7vw, 88px);
}

.submission-result-copy h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.92;
}

.submit-intro > p,
.submission-result-copy > p {
  max-width: 520px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.submission-preview-panel {
  display: grid;
  gap: 16px;
}

.submission-preview-panel .event-card {
  min-height: 280px;
}

.account-panel {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 16px;
}

.compact-note,
.form-message {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--paper);
}

.compact-note {
  display: grid;
  gap: 4px;
  margin-top: 28px;
}

.compact-note span,
.compact-note a,
.compact-policy a {
  color: var(--green);
  font-weight: 600;
}

.form-message {
  margin-bottom: 14px;
  font-weight: 600;
}

.form-message.success {
  background: var(--mint);
}

.public-event-form {
  display: grid;
  gap: 12px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owned-event {
  display: grid;
  gap: 10px;
}

.owned-event-status {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 12px 14px;
}

.owned-event-status span {
  color: var(--muted);
}

.owned-event-status strong {
  font-weight: 700;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.submit form {
  display: grid;
  align-content: center;
  gap: 10px;
}

.event-detail {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
}

.event-facts {
  display: grid;
  gap: 10px;
  align-content: start;
}

.fact {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.fact span {
  color: var(--muted);
  font-weight: 600;
}

.fact strong {
  font-weight: 700;
  text-align: right;
}

.mobile-nav {
  display: none;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero,
  .search-panel,
  .archive-filters,
  .system-map,
  .submit,
  .event-detail,
  .submit-page,
  .submission-result {
    grid-template-columns: 1fr;
  }

  .event-grid,
  .swissly-event-grid,
  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .desktop-nav {
    display: none;
  }

  .site-header {
    gap: 10px;
    padding: 10px 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand small {
    font-size: 11px;
  }

  .submit-link {
    min-height: 38px;
    padding: 0 11px;
    font-size: 13px;
  }

  .mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    border-top: 1px solid rgba(23, 32, 27, 0.12);
    background: rgba(251, 252, 248, 0.96);
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
    box-shadow: 0 -10px 30px rgba(23, 32, 27, 0.1);
    backdrop-filter: blur(18px);
  }

  .mobile-nav a {
    min-width: 0;
    min-height: 42px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus {
    background: var(--ink);
    color: var(--paper);
  }

  .hero {
    min-height: auto;
    padding: 42px 16px 32px;
  }

  .hero-board {
    min-height: 430px;
    grid-template-columns: 1fr;
  }

  .date-tile {
    grid-row: auto;
    min-height: 190px;
  }

  .quick-tabs,
  .event-grid,
  .swissly-event-grid,
  .path-grid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .search-panel,
  .system-map,
  .policy,
  .submit,
  .event-detail,
  .submit-page,
  .submission-result {
    margin-right: 16px;
    margin-left: 16px;
  }

  .filters,
  .form-row,
  .event-grid,
  .swissly-event-grid,
  .path-grid {
    grid-template-columns: 1fr;
  }

  .search-panel,
  .archive-filters {
    align-items: stretch;
    gap: 10px;
  }

  .search-panel .search-box {
    order: 1;
  }

  .search-panel .search-submit {
    order: 2;
  }

  .filter-toggle-label {
    order: 3;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .filter-toggle-label::after {
    content: "+";
    margin-left: 8px;
    color: var(--ink);
  }

  .filter-toggle-checkbox:checked + .filter-toggle-label::after {
    content: "-";
  }

  .filter-panel {
    order: 4;
    display: none;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .filter-toggle-checkbox:checked + .filter-toggle-label + .filter-panel {
    display: grid;
  }

  .section-heading {
    display: block;
    padding: 58px 16px 18px;
  }

  .section-heading > p {
    margin-top: 14px;
  }

  .event-card {
    min-height: 280px;
  }

  main {
    padding-bottom: 132px;
  }

  .compact-policy {
    display: block;
  }

  .compact-policy p {
    margin-top: 8px;
  }
}
