/* Shared TUG ecosystem styles (cookie policy + API docs panels) */

.policy-masthead {
  min-height: 18rem !important;
  height: auto !important;
  padding-top: 6rem !important;
  padding-bottom: 4rem !important;
}

.policy-body {
  color: #333;
  line-height: 1.65;
}

.policy-body h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

.policy-body h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}

.policy-table-wrap {
  overflow-x: auto;
  margin: 1rem 0 1.25rem;
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: #fff;
}

.policy-table th,
.policy-table td {
  border: 1px solid #ddd;
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.policy-table th {
  background: #222;
  color: #eee;
  font-weight: 700;
}

.policy-body code,
.api-params code {
  color: #1d809f;
  font-size: 0.9em;
}

.api-examples {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.api-examples pre {
  background: #222;
  color: #eee;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  text-align: left;
}

.api-params {
  display: inline-block;
  text-align: left;
}

.tug-ecosystem-links a {
  color: inherit;
}
