/* Approved Site.eu introduction. Scoped to avoid changing shared components. */
[data-site-introduction] {
  --yellow: rgb(255 214 114);
  --green-light: rgb(176 238 175);
  min-width: 0;
}
[data-site-introduction] *,
[data-site-introduction] *::before,
[data-site-introduction] *::after {
  box-sizing: border-box;
}

[data-site-introduction] h1,
[data-site-introduction] h2,
[data-site-introduction] h3,
[data-site-introduction] p {
  margin: 0px;
}

[data-site-introduction] h1,
[data-site-introduction] h2,
[data-site-introduction] h3 {
  font-family: 'Uni Neue', 'Segoe UI', Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: normal;
}

[data-site-introduction] button,
[data-site-introduction] a {
  -webkit-tap-highlight-color: transparent;
}

[data-site-introduction] button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}

[data-site-introduction] a {
  color: inherit;
  text-underline-offset: 3px;
}

[data-site-introduction] .icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: middle;
}

[data-site-introduction] button:focus-visible,
[data-site-introduction] a:focus-visible {
  outline: 3px solid var(--foreground);
  outline-offset: 4px;
}

[data-site-introduction] {
  padding-top: 80px;
  padding-bottom: 46px;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  gap: 60px;
  align-items: start;
}

[data-site-introduction] .eyebrow {
  font-family: Overpass, 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

[data-site-introduction] h1 {
  font-size: 48px;
  line-height: 56px;
  margin: 16px 0px 20px;
}

[data-site-introduction] .lead {
  font-size: 18px;
  line-height: 29px;
  max-width: 470px;
  margin-bottom: 28px;
}

[data-site-introduction] .chapters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

[data-site-introduction] .chapter-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 12px;
  min-height: 83px;
  border: 1px solid var(--stroke-gray);
  border-radius: 10px 20px;
  background: white;
  text-align: left;
  transition:
    border-color 0.2s,
    background 0.2s;
}

[data-site-introduction] .chapter-tab:nth-child(2n) {
  border-radius: 20px 10px;
}

[data-site-introduction] .chapter-tab[aria-selected='true'] {
  background: var(--yellow-light);
  border-color: var(--yellow);
  box-shadow: rgba(255, 214, 114, 0.2) 0px 4px 0px;
}

[data-site-introduction] .chapter-tab:hover {
  border-color: var(--foreground-light);
}

[data-site-introduction] .chapter-tab .tile-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  background: var(--tile-color);
  border-radius: 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-site-introduction] .tile-icon .icon {
  width: 22px;
  height: 22px;
}

[data-site-introduction] .chapter-tab strong {
  display: block;
  font-family: 'Uni Neue';
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

[data-site-introduction] .chapter-tab small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 3px;
  color: var(--foreground-light);
}

[data-site-introduction] .chapter-tab[aria-selected='true'] .tile-icon {
  background: var(--yellow);
}

[data-site-introduction] .chapter-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  color: var(--foreground-light);
}

[data-site-introduction] .chapter-hint .icon {
  width: 15px;
  height: 15px;
}

[data-site-introduction] .story-art {
  position: relative;
  min-width: 0px;
  margin-top: 0px;
}

[data-site-introduction] .overlay {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

[data-site-introduction] .overlay.start {
  width: 88px;
  height: 88px;
  left: -24px;
  top: -8px;
}

[data-site-introduction] .overlay.end {
  width: 44px;
  height: 88px;
  right: -24px;
  top: 188px;
}

[data-site-introduction] .chapter-panel {
  border: 1px solid var(--stroke-gray);
  border-radius: 10px 20px;
  padding: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.03) -15px 15px 0px;
}

[data-site-introduction] .scene {
  position: relative;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--blue-light);
}

[data-site-introduction] .scene .roundel {
  height: 183px;
  width: 183px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  position: relative;
}

[data-site-introduction] .roundel .icon {
  width: 121px;
  height: 121px;
  color: var(--foreground);
}

[data-site-introduction] .eu-disc {
  position: absolute;
  bottom: -4px;
  right: -18px;
  background: var(--yellow);
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  font: 800 25px / 1.2 'Uni Neue';
}

[data-site-introduction] .scene .mini-label {
  font-family: Overpass;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}

[data-site-introduction] .scene .scene-caption {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

[data-site-introduction] .scene.europe .roundel {
  margin-top: -13px;
}

[data-site-introduction] .scene.europe::before {
  content: '';
  position: absolute;
  right: -24px;
  top: -40px;
  width: 130px;
  height: 130px;
  background: var(--blue);
  border-radius: 100%;
}

[data-site-introduction] .scene.europe::after {
  content: '';
  position: absolute;
  left: -36px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  background: var(--purple-200);
  border-radius: 0px 100% 0px 0px;
}

[data-site-introduction] .chapter-copy {
  padding: 24px 9px 2px;
}

[data-site-introduction] .chapter-copy .eyebrow {
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 24px;
  margin-bottom: 12px;
}

[data-site-introduction] .chapter-copy h2 {
  font-size: 30px;
  line-height: 36px;
  max-width: 430px;
}

[data-site-introduction] .points {
  list-style: none;
  padding: 0px;
  margin: 19px 0px 9px;
  display: grid;
  gap: 7px;
}

[data-site-introduction] .points li {
  font-size: 18px;
  line-height: 28px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

[data-site-introduction] .points .icon {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  color: var(--green-dark);
}

[data-site-introduction] .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 0px;
  font-size: 16px;
  font-weight: 700;
  color: var(--foreground);
  text-decoration: underline;
}

[data-site-introduction] .text-link:hover {
  text-decoration: underline;
}

[data-site-introduction] .text-link .icon {
  width: 20px;
  height: 20px;
  color: var(--pink);
}

[data-site-introduction] .scene.value {
  background: var(--yellow-light);
  gap: 12px;
  padding: 0px 20px;
}

[data-site-introduction] .quality-item {
  flex: 1 1 0%;
  min-width: 0px;
  text-align: center;
  max-width: 130px;
}

[data-site-introduction] .quality-symbol {
  width: 78px;
  height: 78px;
  margin: 0px auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 20px;
  background: var(--orange);
}

[data-site-introduction] .quality-item:nth-child(2) .quality-symbol {
  background: var(--green);
}

[data-site-introduction] .quality-item:nth-child(3) .quality-symbol {
  background: var(--purple-200);
}

[data-site-introduction] .quality-symbol .icon {
  width: 44px;
  height: 44px;
}

[data-site-introduction] .quality-item strong {
  font: 700 19px / 24px 'Uni Neue';
  display: block;
}

[data-site-introduction] .quality-item small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 3px;
}

[data-site-introduction] .scene.support {
  background: var(--pink-100);
  gap: 25px;
}

[data-site-introduction] .help-symbol {
  width: 125px;
  height: 125px;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

[data-site-introduction] .help-symbol .icon {
  width: 77px;
  height: 77px;
}

[data-site-introduction] .help-options {
  display: grid;
  gap: 18px;
}

[data-site-introduction] .help-options div {
  display: flex;
  align-items: center;
  gap: 11px;
  font: 700 21px / 27px 'Uni Neue';
}

[data-site-introduction] .help-options .icon {
  width: 23px;
  height: 23px;
}

[data-site-introduction] .scene.easy {
  background: var(--green-light);
  padding: 24px 36px;
}

[data-site-introduction] .dashboard {
  background: white;
  border: 1px solid var(--stroke-gray);
  border-radius: 10px 20px;
  width: 100%;
  max-width: 340px;
  box-shadow: rgba(0, 0, 0, 0.03) -9px 9px 0px;
}

[data-site-introduction] .dashboard-head {
  padding: 12px 16px;
  font: 700 21px / 27px 'Uni Neue';
  border-bottom: 1px solid var(--stroke-alt);
}

[data-site-introduction] .dashboard-row {
  margin: 0px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 0px;
  border-bottom: 1px solid var(--stroke-alt);
  font-size: 16px;
}

[data-site-introduction] .dashboard-row .icon {
  width: 17px;
  height: 17px;
}

[data-site-introduction] .dashboard-row .arrow {
  margin-left: auto;
  color: var(--pink);
  width: 14px;
  height: 14px;
}

[data-site-introduction] .dashboard-row:last-child {
  border: 0px;
}

[data-site-introduction] .scene.easy .scene-caption {
  bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

[data-site-introduction] [hidden] {
  display: none !important;
}

[data-site-introduction] .appear {
  animation: site-introduction-in 0.2s ease-out;
}

@keyframes site-introduction-in {
  0% {
    opacity: 0.3;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1150px) {
  [data-site-introduction] {
    gap: 42px;
  }

  [data-site-introduction] .chapter-tab {
    padding: 13px 10px;
    gap: 9px;
  }

  [data-site-introduction] .chapter-tab strong {
    font-size: 18px;
  }

  [data-site-introduction] .chapter-tab .tile-icon {
    width: 33px;
    height: 33px;
  }

  [data-site-introduction] .chapter-copy {
    padding-left: 2px;
    padding-right: 2px;
  }

  [data-site-introduction] .chapter-copy h2 {
    font-size: 28px;
  }

  [data-site-introduction] .quality-item strong {
    font-size: 17px;
  }

  [data-site-introduction] .quality-symbol {
    width: 65px;
    height: 65px;
  }

  [data-site-introduction] .scene.support {
    gap: 17px;
  }

  [data-site-introduction] .help-symbol {
    width: 108px;
    height: 108px;
  }

  [data-site-introduction] .help-options div {
    font-size: 19px;
  }

  [data-site-introduction] .scene.easy {
    padding: 24px;
  }
}

@media (max-width: 900px) {
  [data-site-introduction] {
    gap: 32px;
  }

  [data-site-introduction] h1 {
    font-size: 43px;
    line-height: 51px;
  }

  [data-site-introduction] .chapter-tab {
    padding: 12px 9px;
    gap: 8px;
    align-items: flex-start;
    min-height: 90px;
  }

  [data-site-introduction] .chapter-tab strong {
    font-size: 17px;
    line-height: 24px;
  }

  [data-site-introduction] .chapter-tab small {
    font-size: 16px;
    line-height: 24px;
  }

  [data-site-introduction] .chapter-tab .tile-icon {
    width: 27px;
    height: 27px;
  }

  [data-site-introduction] .chapter-tab .icon {
    width: 18px;
    height: 18px;
  }

  [data-site-introduction] .chapter-panel {
    padding: 16px;
  }

  [data-site-introduction] .overlay.start {
    width: 65px;
    height: 65px;
    left: -18px;
  }

  [data-site-introduction] .overlay.end {
    width: 32px;
    height: 64px;
    right: -14px;
  }

  [data-site-introduction] .scene {
    height: 240px;
  }

  [data-site-introduction] .quality-symbol {
    width: 55px;
    height: 55px;
  }

  [data-site-introduction] .quality-symbol .icon {
    width: 33px;
    height: 33px;
  }

  [data-site-introduction] .quality-item strong {
    font-size: 16px;
  }

  [data-site-introduction] .scene.value {
    padding: 0px 14px;
    gap: 9px;
  }

  [data-site-introduction] .help-symbol {
    width: 83px;
    height: 83px;
  }

  [data-site-introduction] .help-symbol .icon {
    width: 57px;
    height: 57px;
  }

  [data-site-introduction] .help-options div {
    font-size: 17px;
  }

  [data-site-introduction] .help-options .icon {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 767px) {
  [data-site-introduction] {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 56px;
    padding-bottom: 22px;
  }

  [data-site-introduction] h1 {
    font-size: 36px;
    line-height: 44px;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  [data-site-introduction] .lead {
    font-size: 18px;
    line-height: 29px;
    max-width: none;
    margin-bottom: 24px;
  }

  [data-site-introduction] .chapters {
    gap: 12px;
  }

  [data-site-introduction] .chapter-tab {
    gap: 11px;
    min-height: 87px;
    padding: 14px 11px;
    align-items: center;
  }

  [data-site-introduction] .chapter-tab strong {
    font-size: 19px;
    line-height: 24px;
  }

  [data-site-introduction] .chapter-tab small {
    font-size: 16px;
    line-height: 24px;
  }

  [data-site-introduction] .chapter-tab .tile-icon {
    width: 31px;
    height: 31px;
  }

  [data-site-introduction] .chapter-tab .icon {
    width: 20px;
    height: 20px;
  }

  [data-site-introduction] .chapter-hint {
    font-size: 16px;
    margin-top: 19px;
  }

  [data-site-introduction] .story-art {
    margin: 0px 10px;
  }

  [data-site-introduction] .chapter-panel {
    padding: 16px;
  }

  [data-site-introduction] .scene {
    height: 236px;
  }

  [data-site-introduction] .overlay.start {
    width: 65px;
    height: 65px;
    left: -17px;
    top: -8px;
  }

  [data-site-introduction] .overlay.end {
    width: 32px;
    height: 64px;
    right: -16px;
    top: 172px;
  }

  [data-site-introduction] .chapter-copy {
    padding: 22px 1px 1px;
  }

  [data-site-introduction] .chapter-copy h2 {
    font-size: 27px;
    line-height: 33px;
  }

  [data-site-introduction] .points {
    margin-top: 16px;
    gap: 8px;
  }

  [data-site-introduction] .points li {
    font-size: 16px;
    line-height: 24px;
  }

  [data-site-introduction] .text-link {
    font-size: 16px;
  }

  [data-site-introduction] .quality-symbol {
    width: 60px;
    height: 60px;
  }

  [data-site-introduction] .quality-item strong {
    font-size: 16px;
    line-height: 24px;
  }

  [data-site-introduction] .quality-item small {
    font-size: 16px;
    line-height: 24px;
  }

  [data-site-introduction] .help-symbol {
    width: 90px;
    height: 90px;
  }

  [data-site-introduction] .help-options div {
    font-size: 18px;
  }

  [data-site-introduction] .scene.support {
    gap: 17px;
  }

  [data-site-introduction] .scene.easy {
    padding: 24px;
  }
}

@media (max-width: 375px) {
  [data-site-introduction] h1 {
    font-size: 35px;
  }

  [data-site-introduction] .chapter-tab {
    gap: 7px;
    padding: 12px 8px;
  }

  [data-site-introduction] .chapter-tab strong {
    font-size: 18px;
  }

  [data-site-introduction] .chapter-tab .tile-icon {
    width: 27px;
    height: 27px;
  }

  [data-site-introduction] .chapter-tab small {
    font-size: 16px;
  }

  [data-site-introduction] .scene.value {
    gap: 7px;
    padding: 0px 10px;
  }

  [data-site-introduction] .quality-symbol {
    width: 50px;
    height: 50px;
  }

  [data-site-introduction] .quality-item strong {
    font-size: 16px;
  }

  [data-site-introduction] .scene.support {
    gap: 14px;
  }

  [data-site-introduction] .help-symbol {
    width: 74px;
    height: 74px;
  }

  [data-site-introduction] .help-symbol .icon {
    width: 51px;
    height: 51px;
  }

  [data-site-introduction] .help-options div {
    font-size: 17px;
  }

  [data-site-introduction] .scene.easy {
    padding: 24px 15px;
  }
}

[data-site-introduction] .chapter-tab {
  padding: 16px 14px;
  min-height: 114px;
  align-items: flex-start;
}

[data-site-introduction] .chapter-tab > span:last-child {
  min-width: 0px;
}

[data-site-introduction] .chapter-tab strong {
  font-size: 22px;
  line-height: 27px;
}

[data-site-introduction] .chapter-tab small {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  color: var(--foreground-light);
}

[data-site-introduction] .chapter-tab .tile-icon {
  width: 36px;
  height: 36px;
  margin-top: 1px;
}

[data-site-introduction] .chapter-hint {
  font-size: 16px;
  line-height: 25px;
}

[data-site-introduction] .chapter-hint .icon {
  width: 19px;
  height: 19px;
}

[data-site-introduction] .eyebrow,
[data-site-introduction] .chapter-copy .eyebrow {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
}

[data-site-introduction] .scene {
  height: 320px;
}

[data-site-introduction] .scene .scene-caption {
  font-size: 16px;
  line-height: 24px;
  bottom: 16px;
  padding: 0px 12px;
}

[data-site-introduction] .scene.europe .roundel {
  margin-top: -28px;
}

[data-site-introduction] .scene.easy {
  flex-direction: column;
  gap: 12px;
  padding: 25px 24px 16px;
}

[data-site-introduction] .scene.easy .scene-caption {
  position: static;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
}

[data-site-introduction] .dashboard {
  max-width: 370px;
}

[data-site-introduction] .dashboard-head {
  font-size: 24px;
  line-height: 30px;
}

[data-site-introduction] .dashboard-row {
  font-size: 16px;
  line-height: 25px;
}

[data-site-introduction] .dashboard-row .icon {
  width: 20px;
  height: 20px;
}

[data-site-introduction] .quality-item {
  max-width: 140px;
}

[data-site-introduction] .quality-item strong {
  font-size: 22px;
  line-height: 27px;
}

[data-site-introduction] .quality-item small {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}

[data-site-introduction] .help-options div {
  font-size: 23px;
  line-height: 30px;
}

[data-site-introduction] .points {
  gap: 11px;
  margin: 21px 0px 16px;
}

[data-site-introduction] .points li {
  font-size: 18px;
  line-height: 28px;
}

[data-site-introduction] .points .icon {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}

[data-site-introduction] .text-link {
  font-size: 18px;
  line-height: 28px;
}

[data-site-introduction] .overlay.end {
  top: 245px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  [data-site-introduction] {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 60px;
  }

  [data-site-introduction] .lead {
    max-width: 650px;
  }

  [data-site-introduction] .story-art {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }

  [data-site-introduction] .chapter-tab {
    min-height: 100px;
  }

  [data-site-introduction] .chapter-tab .tile-icon {
    width: 38px;
    height: 38px;
  }

  [data-site-introduction] .scene {
    height: 320px;
  }
}

@media (max-width: 767px) {
  [data-site-introduction] .chapter-tab {
    min-height: 92px;
    align-items: center;
    padding: 14px 16px;
    gap: 14px;
  }

  [data-site-introduction] .chapters {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  [data-site-introduction] .chapter-tab .tile-icon {
    width: 40px;
    height: 40px;
  }

  [data-site-introduction] .chapter-tab .icon {
    width: 24px;
    height: 24px;
  }

  [data-site-introduction] .chapter-tab strong {
    font-size: 22px;
    line-height: 27px;
  }

  [data-site-introduction] .chapter-tab small {
    margin-top: 3px;
  }

  [data-site-introduction] .chapter-panel {
    padding: 16px;
  }

  [data-site-introduction] {
    gap: 38px;
  }

  [data-site-introduction] .scene {
    height: 320px;
  }

  [data-site-introduction] .scene.value {
    padding: 0px 10px;
    gap: 12px;
  }

  [data-site-introduction] .quality-item strong {
    font-size: 20px;
    line-height: 25px;
  }

  [data-site-introduction] .quality-symbol {
    width: 56px;
    height: 56px;
  }

  [data-site-introduction] .help-options div {
    font-size: 21px;
    line-height: 28px;
  }

  [data-site-introduction] .help-symbol {
    width: 74px;
    height: 74px;
  }

  [data-site-introduction] .help-symbol .icon {
    width: 51px;
    height: 51px;
  }

  [data-site-introduction] .scene.support {
    gap: 16px;
  }

  [data-site-introduction] .scene.easy {
    padding: 24px 12px 16px;
  }

  [data-site-introduction] .dashboard-head {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 12px;
  }

  [data-site-introduction] .dashboard-row {
    margin: 0px 12px;
    padding: 9px 0px;
    gap: 8px;
  }

  [data-site-introduction] .scene.easy .scene-caption {
    font-size: 16px;
  }

  [data-site-introduction] .chapter-copy h2 {
    font-size: 29px;
    line-height: 36px;
  }

  [data-site-introduction] .overlay.end {
    top: 254px;
  }
}

@media (max-width: 375px) {
  [data-site-introduction] .scene.value {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 22px;
  }

  [data-site-introduction] .quality-item {
    max-width: none;
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 13px;
    text-align: left;
    align-items: center;
    flex: 0 1 0%;
  }

  [data-site-introduction] .quality-symbol {
    grid-row: 1 / 3;
    width: 50px;
    height: 50px;
    margin: 0px;
  }

  [data-site-introduction] .quality-item strong {
    font-size: 20px;
    line-height: 25px;
  }

  [data-site-introduction] .quality-item small {
    margin-top: 1px;
    line-height: 24px;
  }

  [data-site-introduction] .scene.support {
    flex-direction: column;
    gap: 16px;
  }

  [data-site-introduction] .help-symbol {
    width: 74px;
    height: 74px;
  }

  [data-site-introduction] .help-options {
    gap: 13px;
  }

  [data-site-introduction] .dashboard-head {
    font-size: 21px;
  }

  [data-site-introduction] .chapter-copy h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-site-introduction] *,
  [data-site-introduction] *::before,
  [data-site-introduction] *::after {
    animation: none !important;
    transition: none !important;
  }
}

[data-site-introduction] .points li > span,
[data-site-introduction] .chapter-tab > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Translated labels can be longer than the English design copy. */
[data-site-introduction] .scene {
  height: auto;
  min-height: 320px;
}
[data-site-introduction] .quality-item {
  overflow-wrap: anywhere;
}
[data-site-introduction] .chapter-panel:focus-visible {
  outline: 3px solid var(--foreground);
  outline-offset: 4px;
}
@media (max-width: 767px) {
  [data-site-introduction] .scene.value {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 22px;
  }
  [data-site-introduction] .quality-item {
    max-width: none;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 13px;
    text-align: left;
    align-items: center;
    flex: 0;
  }
  [data-site-introduction] .quality-symbol {
    grid-row: 1/3;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  [data-site-introduction] .quality-item strong {
    font-size: 20px;
    line-height: 25px;
  }
  [data-site-introduction] .quality-item small {
    margin-top: 1px;
    line-height: 24px;
  }
}
