/* Matcha & Friends B2B - Leadgen Demo styles.
   Tokens matched to b2b.matchaandfriends.ch: Switzer, warm off-white page,
   #3B3933 text, #F47327 buttons, rounded photo cards with bracket labels. */

@font-face {
  font-family: "Switzer";
  src: url("Switzer-Variable.woff") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #FFFDF5;
  color: #3B3933;
  font-family: "Switzer", "Figtree", "DM Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #F47327;
}

a:hover {
  color: #E65D0C;
}

img {
  max-width: 100%;
  display: block;
}

/* Visually hidden, still available to screen readers (live-region status
   updates, off-screen labels). */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Page container and section rhythm */

.page-wide {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 24px 64px;
}

.stack > * + * {
  margin-top: 36px;
}

@media (min-width: 800px) {
  .stack > * + * {
    margin-top: 56px;
  }
}

.page-head p,
.page-head h1 {
  margin: 0 0 12px;
}

.page-head .lead {
  margin-bottom: 0;
}

.back-link {
  margin: 0 0 16px;
  font-size: 14px;
}

.back-link a {
  color: #6B675E;
  text-decoration: none;
}

.back-link a:hover {
  color: #F47327;
}

/* Top utility bar */

.top-bar {
  background: #F3EFE3;
  color: #6B675E;
  text-align: center;
  font-size: 13px;
  padding: 8px 16px;
}

/* Header */

.site-header {
  background: #FFFDF5;
  border-bottom: 1px solid #EDE8DC;
}

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 16px;
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 40px;
}

.logo {
  display: inline-block;
  line-height: 0;
}

.logo img {
  width: 120px;
  height: auto;
}

.header-top__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-btn {
  display: none;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  row-gap: 6px;
  margin-top: 14px;
}

.header-nav a {
  color: #3B3933;
  text-decoration: none;
  font-size: 14px;
  flex: 0 0 auto;
}

.header-nav a:hover {
  color: #F47327;
}

@media (min-width: 800px) {
  .header-top {
    justify-content: flex-end;
  }

  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .logo img {
    width: 190px;
  }

  .login-btn {
    display: inline-block;
  }
}

/* Headings and text */

h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 12px;
}

h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 8px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 8px;
}

@media (min-width: 800px) {
  h1 {
    font-size: 56px;
    line-height: 1.1;
  }

  h2 {
    font-size: 36px;
  }
}

p {
  margin: 0 0 16px;
}

.lead {
  color: #6B675E;
}

.secondary-text {
  color: #6B675E;
  font-size: 14px;
}

.eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B675E;
  margin: 0 0 10px;
  font-weight: 500;
}

/* Cards */

.card {
  background: #FFFFFF;
  border: 1px solid #EDE8DC;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
}

.card:last-child {
  margin-bottom: 0;
}

.card h2 {
  margin-top: 0;
}

.card .learned {
  color: #6B675E;
  font-size: 14px;
  margin-bottom: 16px;
}

.learned {
  color: #6B675E;
  font-size: 14px;
  margin: 12px 0 0;
}

/* Buttons */

.btn {
  display: inline-block;
  background: #F47327;
  color: #FFFFFF;
  border: 1px solid #F47327;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
}

.btn:hover {
  background: #E65D0C;
  border-color: #E65D0C;
  color: #FFFFFF;
}

.btn:disabled {
  background: #F8B98F;
  border-color: #F8B98F;
  cursor: not-allowed;
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: #F47327;
  border: 1px solid #F47327;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
}

.btn-outline:hover {
  background: #FFF3EA;
  color: #E65D0C;
  border-color: #E65D0C;
}

.btn-secondary {
  display: inline-block;
  background: #FFFDF5;
  color: #F47327;
  border: 1px solid #F47327;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
}

.btn-secondary:hover {
  background: #FFF3EA;
  color: #E65D0C;
  border-color: #E65D0C;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

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

/* Forms */

.field {
  margin-bottom: 16px;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.field .hint {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #6B675E;
  margin-top: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select {
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  color: #3B3933;
  background: #FFFFFF;
  border: 1px solid #D9D3C4;
  border-radius: 12px;
  padding: 12px 14px;
}

input::placeholder {
  color: #A8A399;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Results */

.results {
  background: #FBF9F2;
  border: 1px solid #EDE8DC;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
}

.result-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #EDE8DC;
}

.result-line:last-child {
  border-bottom: none;
}

.result-line .label {
  color: #6B675E;
}

.result-line .value {
  font-weight: 600;
  text-align: right;
}

.compare {
  display: grid;
  gap: 16px;
  margin: 16px 0;
}

@media (min-width: 560px) {
  .compare {
    grid-template-columns: 1fr 1fr;
  }
}

.compare-col {
  border: 1px solid #EDE8DC;
  border-radius: 12px;
  padding: 16px;
  background: #FBF9F2;
}

.compare-col h3 {
  margin-top: 0;
}

.compare-col .result-line {
  padding: 6px 0;
}

.hint-line {
  color: #6B675E;
  font-size: 14px;
  margin: 8px 0 0;
}

/* Demo confirmation panel */

.demo-panel {
  background: #FFF3EA;
  border: 1px solid #F47327;
  border-radius: 12px;
  padding: 16px;
  margin-top: 16px;
  color: #3B3933;
}

.demo-panel strong {
  color: #E65D0C;
}

/* Rounded media panels (product renders) */

.media-panel {
  background: #F1EFE8;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.media-panel img {
  max-width: 100%;
  max-height: 320px;
  width: auto;
  object-fit: contain;
}

/* Hero card (index) */

.hero-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 420px;
}

@media (min-width: 800px) {
  .hero-card {
    height: 520px;
  }
}

.hero-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card__scrim {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 12, 0.35);
}

.hero-card__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  padding: 24px;
  max-width: 680px;
  margin: 0 auto;
}

.hero-card__content h1 {
  color: #FFFFFF;
  margin: 0;
}

.hero-card__content p {
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 4px;
}

/* Format cards (index) */

.format-cards {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 700px) {
  .format-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.format-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  text-decoration: none;
  color: #FFFFFF;
}

.format-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.format-card__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 9, 6, 0.82), rgba(10, 9, 6, 0) 60%);
}

.format-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.format-card__label {
  font-size: 16px;
  font-weight: 600;
}

.format-card__text {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  max-width: 34ch;
  margin-bottom: 6px;
}

.format-card__btn {
  align-self: flex-start;
}

/* Process split (index "So laeuft es weiter") */

.process-split {
  display: grid;
  gap: 24px;
  margin-top: 20px;
}

@media (min-width: 800px) {
  .process-split {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }
}

.process-media {
  background: #F1EFE8;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.process-media img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.process-label {
  font-size: 13px;
  color: #6B675E;
  margin: 0 0 6px;
}

.process-copy h3 {
  margin-top: 0;
}

.process-copy ul {
  margin: 0;
  padding-left: 20px;
  color: #3B3933;
}

.process-copy li {
  margin-bottom: 10px;
}

.process-copy li:last-child {
  margin-bottom: 0;
}

/* Channels section (index) */

.channel-cards {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.channel-cards .card {
  margin-bottom: 0;
}

.channel-cards .card p {
  margin: 0;
}

@media (min-width: 700px) {
  .channel-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.channel-notes {
  margin-top: 32px;
}

.channel-notes h3 {
  margin-top: 0;
}

.channel-notes ul {
  margin: 0;
  padding-left: 20px;
  color: #3B3933;
}

.channel-notes li {
  margin-bottom: 10px;
}

.channel-notes li:last-child {
  margin-bottom: 0;
}

/* Rechner two-column layout */

.rechner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.rechner-col-right {
  display: contents;
}

.rechner-grid .media-panel {
  display: none;
}

@media (min-width: 800px) {
  .rechner-grid {
    grid-template-columns: 7fr 5fr;
    column-gap: 40px;
    row-gap: 24px;
    grid-template-areas:
      "form aside"
      "pdfcard aside";
    align-items: start;
  }

  #rechnerForm {
    grid-area: form;
  }

  .pdf-card {
    grid-area: pdfcard;
  }

  .rechner-col-right {
    display: block;
    grid-area: aside;
  }

  .rechner-grid .media-panel {
    display: flex;
    margin-bottom: 24px;
  }

  .results-card {
    position: sticky;
    top: 24px;
    margin-bottom: 0;
  }
}

/* Check wizard */

.wizard-card {
  max-width: 760px;
  margin: 0 auto;
}

.check-page {
  max-width: 760px;
}

.progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
}

.progress-label {
  color: #6B675E;
  font-size: 14px;
}

.progress-bar {
  height: 4px;
  background: #EDE8DC;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress-bar-fill {
  height: 100%;
  background: #F47327;
}

.option-list {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #D9D3C4;
  border-radius: 12px;
  padding: 12px 14px;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
}

.option input {
  margin: 4px 0 0;
  flex: 0 0 auto;
}

.option.is-selected {
  border-color: #F47327;
  background: #FFF3EA;
}

.wizard-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

/* Result hero (check.html) */

.result-hero {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

@media (min-width: 800px) {
  .result-hero {
    aspect-ratio: 16 / 9;
  }
}

.result-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 9, 6, 0.82), rgba(10, 9, 6, 0) 60%);
}

.result-hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  color: #FFFFFF;
}

.result-hero__label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.result-hero__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  max-width: 52ch;
  color: #FFFFFF;
}

/* Details box for internal scoring */

details.internal {
  margin-top: 24px;
  border: 1px solid #EDE8DC;
  border-radius: 12px;
  padding: 12px 16px;
  background: #FBF9F2;
}

details.internal summary {
  cursor: pointer;
  font-weight: 600;
  color: #6B675E;
}

details.internal .breakdown-line {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
}

details.internal .note {
  font-size: 13px;
  color: #6B675E;
  margin-top: 8px;
}

[hidden] {
  display: none !important;
}

/* Footer */

.site-footer {
  background: #F3EFE3;
  margin-top: 56px;
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 24px 24px;
}

.footer-slogan {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 40px;
}

@media (min-width: 800px) {
  .footer-slogan {
    font-size: 44px;
  }
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

@media (min-width: 800px) {
  .footer-main {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

.footer-col--brand img {
  width: 110px;
  height: auto;
  margin-bottom: 12px;
}

.footer-col--brand p {
  color: #6B675E;
  font-size: 14px;
  margin: 0;
  max-width: 32ch;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #3B3933;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col a {
  color: #6B675E;
  text-decoration: none;
  font-size: 14px;
}

.footer-col a:hover {
  color: #F47327;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #E3DCC9;
}

@media (min-width: 800px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-legal {
  display: flex;
  gap: 16px;
}

.footer-legal a {
  color: #6B675E;
  text-decoration: none;
  font-size: 13px;
}

.footer-legal a:hover {
  color: #F47327;
}

.footer-copyright {
  margin: 0;
  font-size: 13px;
  color: #6B675E;
}

.footer-demo-note {
  margin: 20px 0 0;
  font-size: 12px;
  color: #8B8778;
  text-align: center;
}

/* Matcha-Match (gamified concept) */

.match-layout {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

.match-card-area {
  max-width: 760px;
  width: 100%;
}

.match-glass-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.match-glass-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.match-glass-label {
  margin: 0;
}

@media (min-width: 800px) {
  .match-layout {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
  }

  .match-card-area {
    flex: 0 1 760px;
  }

  .match-glass-panel {
    flex: 0 0 220px;
  }

  .match-glass-row {
    flex-direction: column;
    gap: 12px;
  }
}

.match-pct {
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  color: #3B3933;
  text-align: center;
}

/* Matcha-Glas: a tall glass drawn in CSS. The liquid height always equals the
   live match percentage; the surface only drifts a little, nothing rotates. */

.matcha-glass {
  position: relative;
  width: 56px;
  height: 120px;
}

@media (min-width: 800px) {
  .matcha-glass {
    width: 140px;
    height: 280px;
  }
}

.matcha-glass__body {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(59, 57, 51, 0.26);
  border-top-width: 3px;
  border-radius: 6px 6px 22px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.12));
  box-shadow: inset 0 -6px 12px rgba(59, 57, 51, 0.07), inset 3px 0 6px rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}

@media (min-width: 800px) {
  .matcha-glass__body {
    border-top-width: 4px;
    border-radius: 14px 14px 50px 50px;
    box-shadow: inset 0 -12px 24px rgba(59, 57, 51, 0.07), inset 6px 0 12px rgba(255, 255, 255, 0.5);
  }
}

.matcha-glass--hot .matcha-glass__body {
  border-color: rgba(244, 115, 39, 0.7);
  box-shadow: inset 0 -12px 24px rgba(59, 57, 51, 0.07), inset 6px 0 12px rgba(255, 255, 255, 0.5), 0 0 0 4px rgba(244, 115, 39, 0.18);
}

.matcha-glass__highlight {
  position: absolute;
  left: 6px;
  top: 8px;
  width: 4px;
  height: 78%;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  z-index: 3;
}

@media (min-width: 800px) {
  .matcha-glass__highlight {
    left: 14px;
    top: 18px;
    width: 9px;
    border-radius: 8px;
  }
}

.matcha-glass__fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  background: linear-gradient(180deg, #9CC46A 0%, #7AA84A 40%, #5C8A35 100%);
  transition: height 0.9s ease-out;
  z-index: 1;
}

/* The surface: a flat light band with a soft sheen that drifts sideways. */
.matcha-glass__surface {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: #D6E6B8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
  z-index: 2;
  transition: background-color 0.4s ease;
}

@media (min-width: 800px) {
  .matcha-glass__surface {
    height: 9px;
  }
}

.matcha-glass__surface::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  animation: matcha-surface-drift 5.5s ease-in-out infinite alternate;
}

@keyframes matcha-surface-drift {
  from { transform: translateX(-40%); }
  to { transform: translateX(160%); }
}

.matcha-glass--hot .matcha-glass__surface {
  background: #E9F1D2;
}

@media (prefers-reduced-motion: reduce) {
  .matcha-glass__surface::after {
    animation: none;
  }

  .matcha-glass__fill {
    transition: none;
  }
}

.match-round-label {
  font-size: 13px;
  color: #6B675E;
  margin: 0 0 6px;
}

.match-round h2 {
  margin-top: 0;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 16px 0;
}

@media (min-width: 800px) {
  .tile-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 110px;
  border-radius: 16px;
  border: 1px solid #D9D3C4;
  background: #F1EFE8;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #3B3933;
  font-family: inherit;
  cursor: pointer;
}

.tile:hover {
  border-color: #C9BFA8;
}

.tile.is-selected {
  border-color: #F47327;
  background: #FFF3EA;
}

.tile--photo {
  overflow: hidden;
  color: #FFFFFF;
  background: #000000;
  padding: 0;
}

.tile--photo .tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile--photo .tile__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 9, 6, 0.78), rgba(10, 9, 6, 0.15));
}

.tile--photo .tile__label {
  position: relative;
  z-index: 1;
  font-weight: 600;
  padding: 12px;
}

.tile--photo.is-selected {
  border-color: #F47327;
  box-shadow: inset 0 0 0 3px #F47327;
}

.link-button {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  margin-top: 4px;
  color: #6B675E;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.link-button:hover {
  color: #F47327;
}

.reward-card {
  border: 1px solid #EDE8DC;
  border-left: 4px solid #F47327;
  border-radius: 16px;
  padding: 20px;
  background: #FFFFFF;
  margin: 16px 0;
}

.reward-card h3 {
  margin-top: 0;
}

.match-final-headline {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 16px;
}

.play-again {
  text-align: center;
  margin-top: 8px;
}

/* Focus rule must stay last so it wins over any outline:0 above */
input:focus-visible, select:focus-visible, button:focus-visible, a:focus-visible { outline: 2px solid currentColor !important; outline-offset: 2px }
