.ryo {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.ryo div {
  transition: none !important;
  border-radius: 18px;
}

.ryo__viewport {
  overflow: hidden;
  border-radius: 20px;
}

.ryo__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: -16px;
}

.ryo__slide {
  min-width: 0;
  flex: 0 0 80%;
  padding-left: 16px;
}

.ryo__slide__number {
  height: 300px;
  border: 1px solid #dfe3e7;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  font-weight: 700;
  color: #2d2d2d;
}

.ryo__controls {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.ryo__buttons {
  display: flex;
  gap: 8px;
}

.ryo__button {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  border: 1px solid #d9dde3;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #414141;
}

.ryo__button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ryo__button__svg {
  width: 16px;
  height: 16px;
}

.ryo__dots {
  display: flex;
  gap: 8px;
}

.ryo__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #c8ccd2;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

.ryo__dot.is-selected {
  background: #2f3338;
  border-color: #2f3338;
}
