.rich-text .rich-text__layout--normal-width {
  max-width: 920px;
}

.rich-text__text-wrapper p {
  margin-block: 0;
}

.rich-text__wrapper--center {
}

.rich-text__wrapper--left {
  margin-inline-start: 0;
}

.rich-text__wrapper--right {
  margin-inline-end: 0;
}

.rich-text__blocks > * {
  margin-block: 0;
}

.rich-text__blocks > * + * {
  margin-block-start: 30px;
}

.rich-text {
  position: relative;
}

.rich-text .rich-text__buttons {
  display: flex;
  justify-content: center;
}

.rich-text .rich-text__buttons > *:first-child {
  margin-inline-end: 20px;
}

.rich-text .rich-text__decoration {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0px;
  transform: translateY(-50%);
  color: rgb(var(--color-entry-line));
}

.rich-text .rich-text__decoration.rich-text__decoration--right {
  inset-inline-end: 0px;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 959px) {
  .rich-text .rich-text__layout--normal-width {
    max-width: 100%;
  }

  .rich-text__blocks > * + * {
    margin-block-start: 20px;
  }
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
