/* Base CSS variables and defaults */
:root {
  --sp-color-bg: #ffffff;
  --sp-color-text: #1e2228;
  --sp-color-accent: #1a5fb4;
  --sp-font-family: system-ui, sans-serif;
}

body {
  background: var(--sp-color-bg);
  color: var(--sp-color-text);
  font-family: var(--sp-font-family);
}

.ranking-table th {
  color: var(--sp-color-accent);
}

/* Embedded in a consumer page: drop standplass's own title and the
   "opprett iframe" builder — the consumer wants the table, nothing else. */
.standplass-embed-mode h1,
.standplass-embed-mode #felt-embed-builder,
.standplass-embed-mode #bane-embed-builder {
  display: none;
}
