.topbar {
  background: var(--masthead);
  color: var(--masthead-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar p {
  color: var(--masthead-muted);
  padding: 0;
  margin: 0;
}

.topbar-disclosure {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  padding: 0.3rem 0;
  min-height: 24px;
  font-size: 0.72rem;
  line-height: 1.2;
  color: var(--masthead-muted);
  letter-spacing: 0.01em;
}

.topbar-copy {
  max-width: none;
  color: var(--masthead-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-disclosure a {
  color: var(--accent-hot);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  white-space: nowrap;
  flex-shrink: 0;
}

.topbar-disclosure a:hover {
  color: #fff;
}

.footer-disclosure {
  display: grid;
  gap: 0.25rem;
}

.footer-disclosure p {
  margin: 0;
}

.footer-links [data-cookie-settings] {
  cursor: pointer;
}

.legal-note {
  padding: 1.4rem;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(24, 36, 31, 0.12);
  box-shadow: 0 24px 70px rgba(24, 36, 31, 0.08);
}

.legal-note h2 {
  margin: 0.35rem 0 0.8rem;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  letter-spacing: -0.02em;
}

.legal-table-wrap {
  overflow-x: auto;
  margin-top: 0.75rem;
}

.legal-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border: 1px solid rgba(24, 36, 31, 0.12);
  background: #fffdf8;
  border-radius: 18px;
}

.legal-table th,
.legal-table td {
  padding: 0.95rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(24, 36, 31, 0.12);
}

.legal-table th {
  font-size: 0.86rem;
  color: #21483d;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-table tbody tr:last-child td {
  border-bottom: none;
}

.cm-btn.cm-btn-success {
  background: #21483d !important;
}

.cm-btn.cm-btn-info {
  background: #bb7f53 !important;
}

.cm-btn,
.cm-link,
.cm-list-label .slider,
.cm-toggle-all {
  font-family: "Manrope", sans-serif !important;
}

.cm-purpose.cm-toggle-all,
.cm-service.cm-toggle-all {
  display: none !important;
}

@media (max-width: 640px) {
  .topbar-disclosure {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.12rem;
    padding: 0.32rem 0 0.36rem;
    min-height: 0;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .topbar-copy {
    max-width: 100%;
    flex: none;
    min-width: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .topbar-disclosure a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
  }
}
