html[dir="rtl"]
  .paddlenav-side-aligned.paddlenav-outside
  .paddlenav-arrow-previous {
  left: calc(var(--sk-paddlenav-diameter) + 36px);
  right: auto;
  left: calc(var(--sk-paddlenav-diameter) + 18px);
}

.section-featured-apps .card .ctas-wrapper .button {
  margin-right: unset;
  margin-left: 10px;
}

.modal-close-button .modal-close-icon {
  direction: ltr;
}

.modal-section.feature {
  direction: ltr;
}

.modal-section.feature .feature-copy-container {
  direction: rtl;
}

.section-hero .hero-headline {
  margin-right: unset;
}

.paddlenav-arrow-previous svg {
  transform: unset;
}

.paddlenav-arrow-next svg {
  transform: rotate(180deg);
}

li.card-imovie .typography-body-reduced-tight {
  right: 27%;
}

li.card-freeform .typography-body-reduced-tight {
  right: 29%;
}

.nowrap {
  white-space: nowrap;
}
