<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  direction: ltr;
}

.home .economy-section .section-content .economy-stats .all-economy-news .text::after {
  transform: rotate(180deg) translateY(50%);
}
.home .news-cast-section .news-cast .news-cast-chapters .chapters-header .chapters-title .arrow {
  transform: rotate(180deg) translateY(45%);
}

.footer .half-start {
  padding-right: unset;
  padding-left: var(--margin-start);
}
.footer .half-start .section-content-800 {
  margin-left: auto;
  margin-right: 0;
}
.footer .half-start .top-section .socials .social-mtvnews .social-icons {
  padding-left: 0;
}
.footer .half-start .top-section .socials .social-mtv .social-icons {
  padding-left: 0;
}
.footer .half-start .bottom-section .copyright {
  text-align: left;
}
.footer .half-start .bottom-section .copyright p {
  text-align: left;
}
.footer .half-end {
  padding-left: unset;
}
.footer .half-end .section-content-800 {
  margin-left: 0;
  margin-right: auto;
}

.footer .half-start .top-section .email .icon {
  transform: rotate(180deg);
}

.articles .articles-wrapper .articles-header-title .articles-header-date .black {
  padding-inline-start: 0;
  margin-inline-start: 0;
  border-inline-start: none;
}
.articles .articles-wrapper .articles-header-title .articles-header-date .red {
  padding-inline-start: 10px;
  margin-inline-start: 10px;
  border-inline-start: 1px solid rgba(0, 0, 0, 0.6);
}

.vod-popup-ad .popup-button .button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media screen and (max-width: 450px) {
  .home .mobile-all-news-section .news-categories .news-category-header {
    font-size: 16px;
  }
  .home .mobile-all-news-section .news-categories .news-category-header.selected {
    padding-inline-start: 5px;
  }
}
@media screen and (max-width: 350px) {
  .home .mobile-all-news-section .news-categories .news-category-header {
    font-size: 15px;
  }
  .home .mobile-all-news-section .news-categories .news-category-header.selected {
    padding-inline-start: 5px;
  }
}
@media screen and (max-width: 980px) {
  .sticky-container .stickyHeader .sticky-title {
    transform-origin: left;
  }
  .sticky-container .stickyHeader .sticky-title.news-category-header {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.home .news-section .stories-open .story-open-header .storyline-indicator .indicator-item .indicator-bar {
  transform-origin: left center;
}

.flatpickr-calendar .numInput {
  text-align: start;
}/*# sourceMappingURL=styles-ltr.css.map */</pre></body></html>