/* =============================================================
   SPORTPROFIL

   Der Fragen-Flow folgt dem App-Design-System (docs/design-system.md):
   Hintergrund #F5F3F2, weisse Karten mit Radius 24, Inter, sehr weiche
   Schatten. Landing und Ergebnis duerfen mehr: Display-Schrift fuer
   Ueberschriften und vier Vollflaechenfarben fuer die Familien.
   ============================================================= */

/* Display-Schrift, selbst gehostet wie Inter (scripts/fetch-fonts.mjs).
   Variable Achsen opsz und wght. Nur auf dieser Seite im Einsatz. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Ueberschriften in der Display-Schrift. Opsz hoch, damit die grossen
   Groessen den feineren Schnitt bekommen. */
.pt-display {
  font-family: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  font-variation-settings: 'opsz' 120;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: balance;
}

.pt {
  --pt-bg: #F5F3F2;
  --pt-card: #FFFFFF;
  --pt-inverted: #111111;
  --pt-text: #191919;
  --pt-text-secondary: #7D7D7D;
  --pt-text-muted: #7E7E7E;
  --pt-text-tertiary: #AFAFAF;
  --pt-text-subtle: #B1B1B1;
  --pt-border: #E3E3E3;
  --pt-control: #ECECEC;
  --pt-placeholder: #E3E3E3;

  /* Achsenfarben, uebernommen aus dem Kategorie-System der App */
  --pt-drive: #FC8C8F;
  --pt-drive-track: #FCE4E5;
  --pt-standard: #8384F8;
  --pt-standard-track: #E5E5FE;
  --pt-control-axis: #FFB694;
  --pt-control-axis-track: #FFE9D6;
  --pt-context: #90CEFF;
  --pt-context-track: #E1F1FF;
  --pt-pressure: #B2B2B2;
  --pt-pressure-track: #E8E8E8;

  background: var(--pt-bg);
  color: var(--pt-text);
  font-family: var(--font-family, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-weight: 600;
  letter-spacing: -0.01em;
  min-height: 100vh;
}

.pt__shell {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  padding: 0 16px 96px;
}

/* Karte. Standardkarten haben keinen Schatten, sie stehen ueber die Farbe ab. */
.pt-card {
  background: var(--pt-card);
  border-radius: 24px;
  padding: 20px;
}

/* Sichtbarer Fokus. Die Seite besteht aus rund 150 Schaltflaechen, ohne das
   ist sie mit der Tastatur nicht bedienbar. */
.pt :focus-visible {
  outline: 2px solid var(--pt-inverted);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Auf den dunklen Familienflaechen braucht der Ring die Gegenfarbe. */
.pt-result__head :focus-visible,
.pt-family :focus-visible {
  outline-color: #fff;
}

/* Hinweis, dass gespeicherte Antworten wieder da sind. */
.pt-resumed {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--pt-text-muted);
}

/* Hinweis ueber einem geteilten Profil. */
.pt-shared-note {
  margin: 12px 0;
  padding: 12px 16px;
  border: 1px solid var(--pt-border);
  border-radius: 16px;
  text-align: center;
  font-size: 13px;
  color: var(--pt-text-muted);
}

/* =============================================================
   HERO
   ============================================================= */

.pt-hero {
  text-align: center;
  padding: 72px 0 40px;
}

.pt-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pt-text-tertiary);
  margin-bottom: 20px;
}

.pt-hero__title {
  font-size: clamp(38px, 11vw, 58px);
  margin-bottom: 18px;
}

.pt-hero__sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--pt-text-muted);
  max-width: 26em;
  margin-inline: auto;
}

.pt-hero__marks {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 32px 0;
}

.pt-hero__marks .pt-mark {
  width: 62px;
  height: 62px;
}

.pt-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.pt-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid var(--pt-border);
  border-radius: 8px;
  font-size: 12px;
  color: var(--pt-text-meta, #7F7E83);
}

/* =============================================================
   BUTTONS
   ============================================================= */

.pt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 14px 24px;
  border: none;
  border-radius: 18px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.pt-btn:active {
  transform: scale(0.99);
}

.pt-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.pt-btn--primary {
  background: var(--pt-inverted);
  color: #fff;
}

.pt-btn--ghost {
  background: transparent;
  color: var(--pt-text-secondary);
  border: 1.5px solid var(--pt-border);
}

.pt-btn--block {
  width: 100%;
}

/* =============================================================
   BADGE-MARKE (Polygon aus der App, je Achse eine Form)
   ============================================================= */

.pt-mark {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  /* Aktiviert cqi: der Buchstabe skaliert mit der Badge-Breite,
     genauso wie BadgeIcon.tsx es in der App macht. */
  container-type: inline-size;
}

.pt-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Der Buchstabe sitzt eingestanzt in der Kachel: Schattenkante oben,
   helle Kante unten. Das folgt dem Licht von oben, das die Badge-SVGs
   ueber ihren inneren weissen Schatten schon setzen. */
.pt-mark__glyph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-size: 38cqi;
  font-weight: 700;
  pointer-events: none;
  opacity: 0.92;
  text-shadow:
    0 0.035em 0 rgba(255, 255, 255, 0.9),
    0 -0.03em 0.03em rgba(0, 0, 0, 0.3),
    0 0 0.08em rgba(0, 0, 0, 0.07);
}

/* =============================================================
   FORTSCHRITT (fix am oberen Rand, wie im Vorbild)
   ============================================================= */

.pt-progress {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--pt-bg);
  padding: 14px 0 10px;
}

.pt-progress__track {
  height: 6px;
  border-radius: 999px;
  background: var(--pt-placeholder);
  overflow: hidden;
}

.pt-progress__fill {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: var(--pt-inverted);
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.pt-progress__label {
  margin-top: 8px;
  font-size: 12px;
  color: var(--pt-text-tertiary);
  text-align: right;
}

/* =============================================================
   FRAGEN
   ============================================================= */

/* Gestapelte Karten mit 12px Abstand, wie im Design-System */
.pt-question {
  background: var(--pt-card);
  border-radius: 24px;
  margin-bottom: 12px;
  padding: 24px 20px;
  border: 1.5px solid transparent;
  transition: border-color 0.25s ease;
}

.pt-question--answered {
  border-color: var(--pt-border);
}

.pt-question__text {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.018em;
  text-align: center;
  margin-bottom: 20px;
}

/* Fuenf gleich breite Stufen, die sich kumulativ von links fuellen.
   Dasselbe Muster wie CheckinLikertStep.tsx in der App, damit Website und
   App dieselbe Antwortgeste haben. */
.pt-scale {
  display: flex;
  gap: 8px;
}

.pt-scale__step {
  flex: 1;
  height: 48px;
  padding: 0;
  border: 1.5px solid var(--pt-border);
  border-radius: 12px;
  background: var(--pt-card);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}

.pt-scale__step:hover {
  border-color: var(--pt-text-tertiary);
}

.pt-scale__step:active {
  transform: scale(0.97);
}

.pt-scale__step--on {
  background: var(--pt-inverted);
  border-color: var(--pt-inverted);
}

/* Drei gleich breite Spalten. Mit space-between haengt die mittlere
   Beschriftung schief, sobald die aeusseren unterschiedlich lang sind,
   und sie steht dann nicht mehr ueber der mittleren Stufe. */
.pt-scale__legend {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 10px;
  padding: 0 2px;
  font-size: 11px;
  color: var(--pt-text-subtle);
}

.pt-scale__legend span:nth-child(1) { text-align: left; }
.pt-scale__legend span:nth-child(2) { text-align: center; }
.pt-scale__legend span:nth-child(3) { text-align: right; }

/* =============================================================
   LERNKARTE ZWISCHEN DEN BLOECKEN
   ============================================================= */

.pt-lesson {
  text-align: center;
  padding: 32px 24px;
}

.pt-lesson__percent {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pt-text-tertiary);
  margin-bottom: 16px;
}

.pt-lesson__mark {
  margin: 0 auto 16px;
}

.pt-lesson__kicker {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pt-lesson__title {
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.pt-lesson__body {
  font-size: 16px;
  line-height: 1.55;
  color: var(--pt-text-muted);
  margin-bottom: 10px;
}

.pt-lesson__source {
  font-size: 12px;
  line-height: 1.5;
  color: var(--pt-text-subtle);
  margin-bottom: 24px;
}

/* =============================================================
   ERGEBNIS
   ============================================================= */

/* Vollflaeche in der Farbe der Familie. Auf dem Handy bricht sie bis an
   den Rand aus, ab Tablet steht sie als grosse Karte. */
.pt-result__head {
  text-align: center;
  padding: 36px 24px 32px;
  margin: 0 -16px 4px;
  color: #fff;
}

@media (min-width: 600px) {
  .pt-result__head {
    margin-inline: 0;
    border-radius: 32px;
  }
}

.pt-result__family {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 4px;
}

/* Breiter als das Netz selbst, weil die viewBox links und rechts Rand
   fuer die Beschriftung mitbringt. */
.pt-result__signature {
  width: min(400px, 100%);
  margin: 4px auto 12px;
}

.pt-result__signature svg {
  width: 100%;
  height: auto;
  display: block;
}

.pt-result__code {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}

.pt-result__name {
  font-family: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  font-variation-settings: 'opsz' 120;
  font-weight: 600;
  font-size: clamp(34px, 9vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  text-wrap: balance;
}

.pt-result__claim {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  max-width: 24em;
  margin-inline: auto;
  font-style: italic;
}

.pt-result__signature-note {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  max-width: 30em;
  margin-inline: auto;
}

.pt-section-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pt-text-tertiary);
  margin: 28px 0 12px;
  padding-left: 4px;
}

/* Achsenbalken, Aufbau wie BadgeDetailCard.tsx */
.pt-axis {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--pt-border);
}

.pt-axis:last-child {
  border-bottom: none;
}

.pt-axis__mark {
  width: 46px;
  height: 46px;
}

.pt-axis__body {
  flex: 1;
  min-width: 0;
}

.pt-axis__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.pt-axis__pole {
  font-size: 16px;
  letter-spacing: -0.016em;
}

.pt-axis__percent {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Bipolare Skala: die Mitte ist die Schwelle, die Markierung sitzt auf der
   Seite, zu der der Wert gehoert. */
.pt-axis__scale {
  position: relative;
  height: 14px;
  display: flex;
  align-items: center;
}

.pt-axis__track {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
}

.pt-axis__fill {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 999px;
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1), width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pt-axis__mid {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-0.5px);
  background: var(--pt-border);
}

.pt-axis__marker {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid var(--pt-card);
  transform: translate(-50%, -50%);
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pt-axis__foot {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 11px;
  color: var(--pt-text-subtle);
}

.pt-axis__foot-active {
  color: var(--pt-text);
  font-weight: 600;
}

.pt-axis__balanced {
  margin-top: 6px;
  font-size: 11px;
  color: var(--pt-text-muted);
}

.pt-prose {
  font-size: 16px;
  line-height: 1.6;
  color: var(--pt-text-muted);
}

.pt-prose strong {
  color: var(--pt-text);
}

.pt-prose + .pt-prose {
  margin-top: 12px;
}

/* Uebergabe in die App */
.pt-handoff {
  margin-top: 16px;
  text-align: center;
  padding: 28px 20px;
}

.pt-handoff__title {
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.pt-handoff__body {
  font-size: 16px;
  line-height: 1.55;
  color: var(--pt-text-muted);
  margin-bottom: 20px;
}

.pt-handoff .pt-btn {
  margin-bottom: 10px;
}

/* Hinweis zur Einordnung */
.pt-disclaimer {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--pt-text-subtle);
  text-align: center;
  padding: 0 8px;
}

.pt-disclaimer a {
  color: var(--pt-text-muted);
  text-decoration: underline;
}

/* =============================================================
   NAVIGATION UNTER DEM BLOCK
   ============================================================= */

.pt-nav {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.pt-nav .pt-btn {
  flex: 1;
}

.pt-step {
  display: none;
}

.pt-step--active {
  display: block;
  animation: pt-fade 0.3s ease;
}

@keyframes pt-fade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .pt-step--active { animation: none; }
  .pt-progress__fill,
  .pt-axis__fill { transition: none; }
}

/* Fussnote */
.pt-footer {
  margin-top: 40px;
  text-align: center;
  font-size: 12px;
  color: var(--pt-text-subtle);
}

.pt-footer a {
  color: var(--pt-text-subtle);
  text-decoration: underline;
}

/* =============================================================
   DISPLAY-SCHRIFT AUF DEN UEBRIGEN UEBERSCHRIFTEN
   ============================================================= */

.pt-lesson__title,
.pt-handoff__title,
.pt-family__name,
.pt-type__name {
  font-family: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  font-variation-settings: 'opsz' 90;
  font-weight: 600;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

/* =============================================================
   STAERKEN UND FALLSTRICKE
   ============================================================= */

.pt-traits {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width: 520px) {
  .pt-traits {
    grid-template-columns: 1fr 1fr;
  }
}

.pt-trait__title {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pt-text-tertiary);
  margin-bottom: 14px;
}

.pt-trait__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pt-trait__list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--pt-text);
}

/* Das Zeichen vor der Zeile sagt, ob es eine Staerke oder eine Falle ist.
   Es ersetzt eine zweite Farbe, die hier nur Unruhe braechte. */
.pt-trait__list li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.pt-trait--plus .pt-trait__list li::before {
  content: '+';
  color: #4BC26B;
}

.pt-trait--minus .pt-trait__list li::before {
  content: '−';
  color: var(--pt-drive);
}

/* =============================================================
   TRAININGSFOKUS
   ============================================================= */

.pt-focus {
  border-left: 3px solid var(--pt-focus-accent, var(--pt-inverted));
}

.pt-focus__text {
  font-size: 17px;
  line-height: 1.55;
  color: var(--pt-text);
}

/* =============================================================
   DIE 16 TYPEN, VIER GRUPPEN IN IHRER FARBE
   ============================================================= */

.pt-family {
  margin: 0 -16px;
  padding: 32px 24px 28px;
  color: #fff;
}

.pt-family:first-child {
  border-radius: 24px 24px 0 0;
}

.pt-family:last-child {
  border-radius: 0 0 24px 24px;
}

@media (min-width: 600px) {
  .pt-family {
    margin-inline: 0;
  }
}

.pt-family__name {
  font-size: clamp(26px, 6vw, 32px);
  line-height: 1.1;
  margin-bottom: 4px;
}

.pt-family__sub {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
}

.pt-family__blurb {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  max-width: 34em;
  margin-bottom: 22px;
}

.pt-family__grid {
  display: grid;
  gap: 10px;
}

@media (min-width: 520px) {
  .pt-family__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pt-type {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
}

.pt-type__code {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.pt-type__name {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 6px;
}

.pt-type__claim {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
}

/* =============================================================
   AUSWERTUNGSMOMENT
   ============================================================= */

.pt-computing {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pt-bg);
  transition: opacity 0.28s ease;
}

.pt-computing--out {
  opacity: 0;
  pointer-events: none;
}

.pt-computing__inner {
  text-align: center;
  padding: 0 24px;
}

.pt-computing__title {
  font-family: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  font-variation-settings: 'opsz' 90;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--pt-text);
  margin-bottom: 20px;
}

.pt-computing__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--pt-text-muted);
}

.pt-computing__steps li {
  opacity: 0;
  animation: pt-step-in 0.4s ease forwards;
}

@keyframes pt-step-in {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .pt-computing { display: none; }
}

/* =============================================================
   TESTMODUS

   Nur sichtbar mit ?autofill in der URL. Die Leiste haengt an body,
   erbt also keine Variablen aus .pt und setzt ihre Werte selbst.
   ============================================================= */

.pt-has-testbar {
  padding-bottom: 64px;
}

.pt-testbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 12px;
  background: #111111;
  color: #fff;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 13px;
}

.pt-testbar__tag {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.pt-testbar__select,
.pt-testbar__btn {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.pt-testbar__select {
  flex: 1;
  min-width: 150px;
  max-width: 320px;
}

/* Die Optionsliste faellt sonst weiss auf weiss aus. */
.pt-testbar__select option {
  background: #111111;
  color: #fff;
}

.pt-testbar__btn--primary {
  background: #fff;
  color: #111111;
  border-color: #fff;
}
