dropdown-list .rich-text__text-line-wrapper {
  height: 0;
  min-height: 28px;
  overflow: hidden;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    height 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
dropdown-list .open-trigger,
dropdown-list .close-trigger {
  color: rgba(var(--color-text), 0.5);
  cursor: pointer;
  margin-block-start: 8px;
}
dropdown-list .close-trigger svg {
  transform: rotate(180deg);
}
dropdown-list .is-open {
  height: auto;
}
dropdown-list .hidden {
  display: none;
}

/* 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 */
