/*
============================================================
Theme Name   : Pressly - News Magazine HTML Template
File         : rtl.css
Author       : Pressly
Version      : 1.0
Description  : RTL & Arabic Styles
============================================================
*/

html[dir="rtl"] {
  direction: rtl;
}

html[dir="rtl"] body,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select,
html[dir="rtl"] button {
  font-family: "Cairo", Arial, sans-serif;
}

html[dir="rtl"] .pressly-wordmark-main {
  font-family: "Roboto", Arial, sans-serif;
  direction: ltr;
}

html[dir="rtl"] .pressly-wordmark small {
  font-family: "Cairo", Arial, sans-serif;
  letter-spacing: 1.2px;
}

html[dir="rtl"] .nav-menu li.has-dropdown > a:after,
html[dir="rtl"] .nav-aside-menu li.has-dropdown > a:after {
  margin-left: 0;
  margin-right: 6px;
}

html[dir="rtl"] .pressly-search-field {
  grid-template-columns: 24px 1fr auto;
}

html[dir="rtl"] .pressly-search-field input,
html[dir="rtl"] .pressly-contact-form input,
html[dir="rtl"] .pressly-contact-form textarea,
html[dir="rtl"] .pressly-contact-form select,
html[dir="rtl"] .pressly-reply-form input,
html[dir="rtl"] .pressly-reply-form textarea {
  text-align: right;
}

html[dir="rtl"] .pressly-category-card,
html[dir="rtl"] .pressly-author-story,
html[dir="rtl"] .pressly-article-content,
html[dir="rtl"] .pressly-contact-card,
html[dir="rtl"] .regular-page-card {
  text-align: right;
}

html[dir="rtl"] .fa,
html[dir="rtl"] [class^="fa-"],
html[dir="rtl"] [class*=" fa-"] {
  font-family: FontAwesome !important;
}

html[dir="rtl"] .fa-angle-right,
html[dir="rtl"] .fa-angle-left,
html[dir="rtl"] .fa-arrow-right,
html[dir="rtl"] .fa-arrow-left {
  transform: scaleX(-1);
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
  line-height: 1.45;
  letter-spacing: 0 !important;
}

html[dir="rtl"] .nav-menu > li > a,
html[dir="rtl"] .pressly-section-title,
html[dir="rtl"] .pressly-category-card-title,
html[dir="rtl"] .pressly-popular-title,
html[dir="rtl"] .pressly-footer-title {
  letter-spacing: 0 !important;
}

@media (max-width: 575px) {
  html[dir="rtl"] .pressly-wordmark-main {
    direction: ltr;
  }
}

html[dir="rtl"] blockquote.blockquote:before {
  float: right;
  margin-left: 10px;
}

html[dir="rtl"] .section-title .title {
  padding-left: 10px;
}

html[dir="rtl"] .section-title:after {
  right: 0;
  left: 0;
}

html[dir="rtl"] #nav:after {
  right: 0;
  left: 0;
}

html[dir="rtl"] .nav-logo {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

html[dir="rtl"] .nav-btns {
  float: left;
}

html[dir="rtl"] #nav-search {
  right: 50%;
}

html[dir="rtl"] .nav-menu li.has-dropdown > a:after {
  margin-right: 5px;
}

html[dir="rtl"] .nav-menu li.has-dropdown > .dropdown {
  right: 0;
  text-align: right;
}

html[dir="rtl"] #nav-aside {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

html[dir="rtl"] .nav-aside-menu li.has-dropdown > a:after {
  float: left;
}

html[dir="rtl"] .nav-aside-menu li.has-dropdown > .dropdown {
  margin-right: 30px;
  border-right: 1px solid #323335;
}

html[dir="rtl"] .nav-close {
  left: 15px;
}

html[dir="rtl"] .nav-close span {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

html[dir="rtl"] .post .post-body {
  margin: -50px 3% 0px 0px;
}

html[dir="rtl"] .post-meta li:after {
  padding-right: 5px;
  padding-left: 5px;
}

html[dir="rtl"] .contact li {
  padding-right: 55px;
}

html[dir="rtl"] .contact li i {
  right: 0;
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] .nav-logo {
    right: 0;
    float: right;
  }
}

html[dir="rtl"] .nav-logo {
  right: auto;
}

html[dir="rtl"] .nav-menu > li > a:before {
  right: 16px;
  left: 16px;
  border-radius: 3px 0 0 3px;
}

html[dir="rtl"] .nav-menu li.has-dropdown > .dropdown {
  border-radius: 0 8px 8px 0;
}

html[dir="rtl"] .dropdown .dropdown-list li a:hover,
html[dir="rtl"] .dropdown .dropdown-list li a:focus {
  padding-right: 22px;
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] .nav-logo {
    margin-left: auto;
  }

  html[dir="rtl"] .nav-btns {
    margin-right: auto;
  }
}

html[dir="rtl"] #nav-top:before {
  right: 0;
  left: 0;
}

html[dir="rtl"] .pressly-wordmark-main:after {
  margin-right: 4px;
}

html[dir="rtl"] .nav-btns:before {
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] .nav-logo {
    right: 50%;
  }
}

html[dir="rtl"] #nav-search {
  right: 0;
}

html[dir="rtl"] .pressly-search-field {
  padding: 8px 22px 8px 8px;
}

html[dir="rtl"] #nav-search .search-close {
  left: 32px;
}

html[dir="rtl"] .nav-aside-head {
  padding: 31px 30px 24px 72px;
}

html[dir="rtl"] .aside-brand-main > b {
  margin-right: 3px;
}

html[dir="rtl"] .nav-aside-menu > li > a {
  padding: 0 0 0 34px;
}

html[dir="rtl"] .nav-aside-menu > li > a:hover,
html[dir="rtl"] .nav-aside-menu > li > a:focus {
  padding-right: 4px;
}

html[dir="rtl"] .nav-aside-menu li.has-dropdown > a:after {
  left: 3px;
}

html[dir="rtl"] .nav-aside-menu li.has-dropdown > .dropdown {
  padding: 7px 15px 9px 0;
  border-right: 2px solid #34363a;
}

html[dir="rtl"] .nav-aside-menu li.has-dropdown > .dropdown a:hover,
html[dir="rtl"] .nav-aside-menu li.has-dropdown > .dropdown a:focus {
  transform: translateX(-3px);
}

html[dir="rtl"] #nav-aside .nav-aside-close {
  left: 22px;
}

@media only screen and (max-width: 575px) {
  html[dir="rtl"] #nav-search .search-close {
    left: 18px;
  }

  html[dir="rtl"] .nav-aside-head {
    padding: 25px 24px 20px 66px;
  }

  html[dir="rtl"] .nav-aside-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  html[dir="rtl"] #nav-aside .nav-aside-close {
    left: 18px;
  }
}

@media only screen and (min-width: 992px) {
  html[dir="rtl"] .nav-menu > li > a:before {
    right: 17px;
    left: 17px;
    border-radius: 3px 0 0 3px;
  }

  html[dir="rtl"] .nav-menu li.has-dropdown > a:after {
    margin-right: 2px;
  }

  html[dir="rtl"] .dropdown .dropdown-list li a:before {
    margin-left: 10px;
  }

  html[dir="rtl"] .dropdown .dropdown-list li a:hover,
  html[dir="rtl"] .dropdown .dropdown-list li a:focus {
    padding-right: 12px;
    transform: translateX(-2px);
  }

  @media (max-width: 1199px) {
    html[dir="rtl"] .nav-menu > li > a {
      padding-right: 13px;
      padding-left: 13px;
    }

    html[dir="rtl"] .nav-menu > li > a:before {
      right: 13px;
      left: 13px;
    }
  }
}

@media only screen and (min-width: 992px) {
  html[dir="rtl"] #nav-bottom.is-sticky {
    right: 0;
    left: 0;
  }
}

html[dir="rtl"] .pressly-slide-content {
  right: 0;
  padding: 0 82px 0 0;
}

html[dir="rtl"] .pressly-slider-prev {
  right: 18px;
}

html[dir="rtl"] .pressly-slider-next {
  left: 18px;
}

html[dir="rtl"] .pressly-slider-footer {
  right: 82px;
  left: 82px;
}

html[dir="rtl"] .pressly-slider-dots button:before {
  right: 0;
  left: 0;
}

html[dir="rtl"] .pressly-trending-panel {
  padding-left: 30px;
  border-left: 1px solid #eceef0;
}

html[dir="rtl"] .pressly-deck-heading h2 i {
  margin-left: 8px;
}

html[dir="rtl"] .pressly-deck-heading > a i {
  margin-right: 5px;
}

html[dir="rtl"] .pressly-mini-img span {
  right: 10px;
}

@media (max-width: 1199.98px) {
  html[dir="rtl"] .pressly-slide-content {
    padding-right: 72px;
  }

  html[dir="rtl"] .pressly-slider-footer {
    right: 72px;
    left: 72px;
  }

  html[dir="rtl"] .pressly-trending-panel {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 991.98px) {
  html[dir="rtl"] .pressly-slide-content {
    padding-right: 62px;
  }

  html[dir="rtl"] .pressly-slider-footer {
    right: 62px;
    left: 62px;
  }
}

@media (max-width: 767.98px) {
  html[dir="rtl"] .pressly-slide-content {
    right: 0;
  }

  html[dir="rtl"] .pressly-slider-prev {
    right: auto;
    left: 66px;
  }

  html[dir="rtl"] .pressly-slider-next {
    left: 20px;
  }

  html[dir="rtl"] .pressly-slider-footer {
    right: 25px;
    left: 25px;
  }
}

html[dir="rtl"] .pressly-editor-media {
  left: 0;
}

html[dir="rtl"] .pressly-editor-media-icon {
  left: 22px;
}

html[dir="rtl"] .pressly-editor-card {
  right: 0;
}

html[dir="rtl"] .pressly-editor-controls {
  right: 42px;
}

html[dir="rtl"] .pressly-editor-count {
  margin-right: 6px;
}

@media (max-width: 991.98px) {
  html[dir="rtl"] .pressly-editor-card {
    right: 28px;
  }

  html[dir="rtl"] .pressly-editor-controls {
    right: 28px;
  }
}

@media (max-width: 767.98px) {
  html[dir="rtl"] .pressly-editor-card {
    right: 18px;
  }

  html[dir="rtl"] .pressly-editor-controls {
    right: 18px;
  }
}

@media (max-width: 575.98px) {
  html[dir="rtl"] .pressly-editor-media-icon {
    left: 14px;
  }

  html[dir="rtl"] .pressly-editor-card {
    right: 12px;
  }

  html[dir="rtl"] .pressly-editor-controls {
    right: 12px;
  }
}

html[dir="rtl"] .pressly-content-section .section-title .title:before {
  margin-left: 9px;
}

html[dir="rtl"] .pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-meta li:after {
  padding-right: 7px;
  padding-left: 7px;
}

html[dir="rtl"] .pressly-content-section .pressly-lifestyle-row .pressly-section-heading .title {
  margin-left: 13px;
}

html[dir="rtl"] .pressly-content-section .pressly-lifestyle-row .pressly-section-heading .title:before {
  margin-left: 9px;
}

html[dir="rtl"] .pressly-content-section .pressly-lifestyle-row .pressly-view-all {
  margin-right: auto;
}

html[dir="rtl"] .pressly-content-section .pressly-lifestyle-row .post-meta li:after {
  padding-right: 7px;
  padding-left: 7px;
}

@media (max-width: 575px) {
  html[dir="rtl"] .pressly-content-section .pressly-lifestyle-row .pressly-section-kicker {
    padding-right: 13px;
  }
}

html[dir="rtl"] .pressly-content-section .pressly-tech-health-heading .title {
  margin-left: 13px;
}

html[dir="rtl"] .pressly-content-section .pressly-tech-health-heading .title:before {
  margin-left: 9px;
}

html[dir="rtl"] .pressly-content-section .pressly-tech-health-controls {
  margin-right: auto;
}

html[dir="rtl"] .pressly-content-section .pressly-th-category {
  right: 14px;
}

html[dir="rtl"] .pressly-content-section .pressly-th-slide:hover .pressly-th-author i {
  transform: translateX(-3px);
}

@media (max-width: 767px) {
  html[dir="rtl"] .pressly-content-section .pressly-tech-health-heading .pressly-section-kicker {
    padding-right: 13px;
  }

  html[dir="rtl"] .pressly-content-section .pressly-tech-health-controls {
    margin-right: auto;
  }
}

html[dir="rtl"] .pressly-ad:before {
  right: 0;
}

html[dir="rtl"] .pressly-ad:after {
  left: -45px;
}

html[dir="rtl"] .pressly-ad-label {
  right: 16px;
}

@media only screen and (max-width: 575px) {
  html[dir="rtl"] .pressly-ad-label {
    right: 50%;
    transform: translateX(50%);
  }
}

html[dir="rtl"] .pressly-feed-viewall i {
  margin-right: 6px;
}

html[dir="rtl"] .pressly-feed-viewall:hover i {
  transform: translateX(-3px);
}

html[dir="rtl"] .pressly-feed-number {
  right: 16px;
}

html[dir="rtl"] .pressly-feed-read {
  margin-right: auto;
}

html[dir="rtl"] .pressly-feed-read i {
  margin-right: 5px;
}

html[dir="rtl"] .pressly-feed-read:hover i {
  transform: translateX(-3px);
}

html[dir="rtl"] .pressly-instagram-note i {
  margin-left: 6px;
}

html[dir="rtl"] .pressly-lightbox-close {
  left: 0;
}

@media (max-width: 767px) {
  html[dir="rtl"] .pressly-lightbox-prev {
    right: 10px;
  }

  html[dir="rtl"] .pressly-lightbox-next {
    left: 10px;
  }

  html[dir="rtl"] .pressly-lightbox-close {
    left: 0;
  }
}

html[dir="rtl"] .pressly-side-viewall i {
  margin-right: 4px;
}

html[dir="rtl"] .pressly-social-item:before {
  inset: 0 0 0 auto;
}

html[dir="rtl"] .pressly-social-item:hover .pressly-social-arrow {
  transform: translateX(-2px);
}

html[dir="rtl"] .pressly-newsletter-panel:after {
  left: -72px;
}

html[dir="rtl"] .pressly-newsletter-field > i {
  margin-left: 10px;
}

html[dir="rtl"] .pressly-newsletter-form button:hover i {
  transform: translateX(-3px);
}

html[dir="rtl"] .pressly-newsletter-note i {
  margin-left: 5px;
}

html[dir="rtl"] .pressly-popular-img > span {
  right: 7px;
}

html[dir="rtl"] .pressly-popular-meta time:before {
  margin: 0 0 2px 7px;
}

html[dir="rtl"] .pressly-footer:before {
  right: 0;
  left: 0;
}

html[dir="rtl"] .pressly-footer-form button i {
  margin-right: 7px;
}

html[dir="rtl"] .pressly-footer-social li {
  margin-left: 7px;
}

html[dir="rtl"] .pressly-footer-column a:hover {
  transform: translateX(-4px);
}

html[dir="rtl"] .pressly-footer-column a:before {
  right: -12px;
}

html[dir="rtl"] .pressly-back-to-top {
  left: 26px;
}

@media (max-width: 767px) {
  html[dir="rtl"] .pressly-back-to-top {
    left: 17px;
  }
}

@media only screen and (min-width: 992px) {
  html[dir="rtl"] .nav-menu > li > a {
    padding-right: 16px;
    padding-left: 16px;
  }

  html[dir="rtl"] .nav-menu > li > a:before {
    right: 16px;
    left: 16px;
  }
}

html[dir="rtl"] .pressly-article-eyebrow span i {
  margin-left: 5px;
}

html[dir="rtl"] .pressly-article-author {
  text-align: right;
}

html[dir="rtl"] .pressly-article-cover figcaption {
  right: 24px;
}

html[dir="rtl"] .pressly-article-cover figcaption span {
  margin-left: 8px;
}

html[dir="rtl"] .pressly-article-content > .pressly-article-lead:first-letter {
  float: right;
  margin: 8px 0 0 10px;
}

html[dir="rtl"] .pressly-article-media-split {
  margin: 9px 30px 26px 0;
  float: left;
}

html[dir="rtl"] .pressly-article-quote {
  padding: 34px 42px 30px 34px;
  border-right: 3px solid var(--pressly-accent);
  border-radius: 0 0 16px 16px;
}

html[dir="rtl"] .pressly-article-quote:before {
  left: 28px;
}

html[dir="rtl"] .pressly-article-tags > span,
html[dir="rtl"] .pressly-article-end-share > span {
  margin-left: 4px;
}

html[dir="rtl"] .pressly-article-sidebar {
  padding-right: 38px;
}

html[dir="rtl"] .pressly-post-pagination {
  margin: 66px 84px 30px 0;
}

html[dir="rtl"] .pressly-post-pagination-next {
  text-align: left;
}

html[dir="rtl"] .pressly-related,
html[dir="rtl"] .pressly-comments,
html[dir="rtl"] .pressly-reply {
  margin-right: 84px;
}

html[dir="rtl"] .pressly-comment-head h3 span {
  margin-right: 6px;
}

html[dir="rtl"] .pressly-reply-submit i {
  margin-right: 7px;
}

@media (max-width: 1199px) {
  html[dir="rtl"] .pressly-article-sidebar {
    padding-right: 24px;
  }

  html[dir="rtl"] .pressly-post-pagination,
  html[dir="rtl"] .pressly-author-card,
  html[dir="rtl"] .pressly-related,
  html[dir="rtl"] .pressly-comments,
  html[dir="rtl"] .pressly-reply {
    margin-right: 60px;
  }
}

@media (max-width: 991px) {
  html[dir="rtl"] .pressly-article-sidebar {
    padding-right: 15px;
  }

  html[dir="rtl"] .pressly-post-pagination,
  html[dir="rtl"] .pressly-author-card,
  html[dir="rtl"] .pressly-related,
  html[dir="rtl"] .pressly-comments,
  html[dir="rtl"] .pressly-reply {
    margin-right: 84px;
  }
}

@media (max-width: 767px) {
  html[dir="rtl"] .pressly-article-hero-copy {
    text-align: right;
  }

  html[dir="rtl"] .pressly-article-cover {
    margin-right: -2px;
    margin-left: -2px;
  }

  html[dir="rtl"] .pressly-article-cover figcaption {
    right: 15px;
  }

  html[dir="rtl"] .pressly-article-quote {
    padding: 28px 28px 25px 24px;
  }

  html[dir="rtl"] .pressly-post-pagination,
  html[dir="rtl"] .pressly-author-card,
  html[dir="rtl"] .pressly-related,
  html[dir="rtl"] .pressly-comments,
  html[dir="rtl"] .pressly-reply {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  html[dir="rtl"] .pressly-post-pagination-item,
  html[dir="rtl"] .pressly-post-pagination-next {
    text-align: right;
  }

  html[dir="rtl"] .pressly-comment-reply {
    margin-right: -54px;
  }
}

html[dir="rtl"] .pressly-article-page .pressly-post-pagination,
html[dir="rtl"] .pressly-article-page .pressly-related,
html[dir="rtl"] .pressly-article-page .pressly-comments,
html[dir="rtl"] .pressly-article-page .pressly-reply {
  margin-right: 0;
}

html[dir="rtl"] .pressly-article-v2 .pressly-article-hero-copy {
  text-align: right;
}

html[dir="rtl"] .pressly-article-actions {
  margin-right: auto;
}

@media (max-width: 991px) {
  html[dir="rtl"] .pressly-article-page .pressly-post-pagination,
  html[dir="rtl"] .pressly-article-page .pressly-related,
  html[dir="rtl"] .pressly-article-page .pressly-comments,
  html[dir="rtl"] .pressly-article-page .pressly-reply {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  html[dir="rtl"] .pressly-article-actions {
    margin-right: 0;
  }
}

html[dir="rtl"] .pressly-category-card-img > span {
  right: 16px;
}

html[dir="rtl"] .pressly-category-card:hover .pressly-category-card-author i {
  transform: translateX(-3px);
}

html[dir="rtl"] .pressly-category-load i {
  margin-right: 7px;
}

html[dir="rtl"] .pressly-author-read:hover i {
  transform: translateX(-3px);
}

html[dir="rtl"] .pressly-author-load i {
  margin-right: 6px;
}

html[dir="rtl"] .pressly-about-stats div {
  padding-left: 22px;
}

html[dir="rtl"] .pressly-about-stats div + div {
  padding-right: 22px;
  border-right: 1px solid #eceef0;
}

html[dir="rtl"] .pressly-about-visual-main {
  inset: 0 0 55px 80px;
}

html[dir="rtl"] .pressly-about-visual-small {
  left: 0;
}

html[dir="rtl"] .pressly-about-visual-note {
  right: 28px;
}

html[dir="rtl"] .pressly-about-story-copy blockquote {
  padding: 20px 24px 2px 0;
  border-right: 3px solid #c83255;
}

html[dir="rtl"] .pressly-about-section-head > a i {
  margin-right: 6px;
}

html[dir="rtl"] .pressly-about-value-no {
  left: 24px;
}

@media (max-width: 767px) {
  html[dir="rtl"] .pressly-about-visual-main {
    left: 48px;
  }

  html[dir="rtl"] .pressly-about-visual-note {
    right: 16px;
  }
}

@media (max-width: 479px) {
  html[dir="rtl"] .pressly-about-visual-main {
    left: 28px;
  }
}

html[dir="rtl"] .pressly-contact-form-bottom p i {
  margin-left: 5px;
}

html[dir="rtl"] .pressly-contact-faq-grid article > span {
  left: 24px;
}

html[dir="rtl"] .pressly-regular-page .regular-quote {
  border-right: 3px solid #c83255;
  border-radius: 0 0 12px 12px;
}

html[dir="rtl"] .pressly-regular-page .regular-inline-link i {
  margin-right: 6px;
}

html[dir="rtl"] .pressly-regular-page .regular-toc-card nav a:hover {
  padding-right: 4px;
}

html[dir="rtl"] .pressly-language-menu:before {
  left: 18px;
  border-right: 1px solid #e8eaed;
}

html[dir="rtl"] .pressly-language-option {
  text-align: right;
}

html[dir="rtl"] .pressly-page-loader {
  right: 0;
  left: 0;
}

html[dir="rtl"] .pressly-page-loader span {
  transform-origin: right center;
}

@media only screen and (max-width: 575px) {
  html[dir="rtl"] .pressly-language-menu {
    left: -46px;
  }
}

html[dir="rtl"] .pressly-language-menu {
  left: 0;
}

html[dir="rtl"] .pressly-language-menu:before {
  left: 17px;
}

@media only screen and (max-width: 575px) {
  html[dir="rtl"] #nav-top > .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  html[dir="rtl"] .pressly-language-menu {
    left: 0;
  }

  html[dir="rtl"] .pressly-wordmark-main:after {
    margin-right: 3px;
  }
}

@media only screen and (max-width: 380px) {
  html[dir="rtl"] #nav-top > .container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"] .nav-menu > li:last-child > .dropdown {
    right: auto;
    left: 0;
    transform-origin: top left;
  }
}

/*============================================================
# RTL COMPONENT ALIGNMENT
============================================================*/

/* Cairo Typography */
html[dir="rtl"] body,
html[dir="rtl"] body * {
  font-family: "Cairo", Arial, sans-serif !important;
}

html[dir="rtl"] .fa,
html[dir="rtl"] [class^="fa-"],
html[dir="rtl"] [class*=" fa-"] {
  font-family: "FontAwesome" !important;
}

html[dir="rtl"] .pressly-wordmark-main,
html[dir="rtl"] .aside-brand-main {
  font-family: "Roboto", Arial, sans-serif !important;
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .pressly-wordmark small,
html[dir="rtl"] .aside-brand small,
html[dir="rtl"] .aside-menu-label {
  font-family: "Cairo", Arial, sans-serif !important;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  direction: rtl;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] .nav-logo {
    left: 50% !important;
    right: auto !important;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
  }

  html[dir="rtl"] .nav-btns {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  html[dir="rtl"] .nav-menu li.has-dropdown > .dropdown {
    right: 0 !important;
    left: auto !important;
    text-align: right;
  }

  html[dir="rtl"] .dropdown .dropdown-list li a {
    text-align: right;
  }
}

html[dir="rtl"] #nav-aside {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: min(410px, 92vw) !important;
  max-width: 410px !important;
  box-sizing: border-box;
  direction: rtl;
  transform: translate3d(-100%, 0, 0) !important;
  -webkit-transform: translate3d(-100%, 0, 0) !important;
  box-shadow: none !important;
  overflow-x: hidden;
}

html[dir="rtl"] #nav-aside.active {
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  box-shadow: 24px 0 70px rgba(0, 0, 0, 0.2) !important;
}

html[dir="rtl"] #nav-aside .nav-aside-close {
  left: 22px !important;
  right: auto !important;
}

html[dir="rtl"] .nav-aside-head {
  padding-right: 30px !important;
  padding-left: 72px !important;
  text-align: right;
}

html[dir="rtl"] .aside-brand {
  align-items: flex-start;
  margin-right: 0;
  margin-left: auto;
}

html[dir="rtl"] .nav-aside-navigation {
  text-align: right;
}

html[dir="rtl"] .nav-aside-menu > li > a {
  padding-right: 0 !important;
  padding-left: 34px !important;
  text-align: right;
}

html[dir="rtl"] .nav-aside-menu > li > a:hover,
html[dir="rtl"] .nav-aside-menu > li > a:focus {
  padding-right: 4px !important;
  padding-left: 34px !important;
}

html[dir="rtl"] .nav-aside-menu li.has-dropdown > a:after {
  left: 3px !important;
  right: auto !important;
  font-family: "FontAwesome" !important;
}

html[dir="rtl"] .nav-aside-menu li.has-dropdown > .dropdown {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 15px !important;
  padding-left: 0 !important;
  border-right: 2px solid #34363a !important;
  border-left: 0 !important;
}

html[dir="rtl"] .nav-aside-menu li.has-dropdown > .dropdown a {
  text-align: right;
}

html[dir="rtl"] .nav-aside-footer {
  text-align: right;
}

html[dir="rtl"] #nav-search .search-close {
  left: 32px !important;
  right: auto !important;
}

html[dir="rtl"] .pressly-slide-content {
  right: 0 !important;
  left: auto !important;
  padding-right: 82px !important;
  padding-left: 0 !important;
  text-align: right;
}

html[dir="rtl"] .pressly-slide-shade {
  background:
    linear-gradient(270deg, rgba(15, 17, 20, 0.92) 0%, rgba(15, 17, 20, 0.76) 32%, rgba(15, 17, 20, 0.28) 61%, rgba(15, 17, 20, 0.1) 100%),
    linear-gradient(0deg, rgba(15, 17, 20, 0.38) 0%, transparent 42%);
}

html[dir="rtl"] .pressly-slider-prev {
  right: 18px !important;
  left: auto !important;
}

html[dir="rtl"] .pressly-slider-next {
  left: 18px !important;
  right: auto !important;
}

html[dir="rtl"] .fa-angle-right,
html[dir="rtl"] .fa-angle-left,
html[dir="rtl"] .fa-arrow-right,
html[dir="rtl"] .fa-arrow-left,
html[dir="rtl"] .fa-chevron-right,
html[dir="rtl"] .fa-chevron-left {
  display: inline-block;
  transform: scaleX(-1);
}

html[dir="rtl"],
html[dir="rtl"] body {
  max-width: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .pressly-slide-content {
    right: 0 !important;
    left: auto !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  html[dir="rtl"] .pressly-slider-prev {
    right: auto !important;
    left: 66px !important;
  }

  html[dir="rtl"] .pressly-slider-next {
    left: 20px !important;
    right: auto !important;
  }
}

@media only screen and (max-width: 575px) {
  html[dir="rtl"] #nav-aside .nav-aside-close {
    left: 18px !important;
    right: auto !important;
  }

  html[dir="rtl"] #nav-search .search-close {
    left: 18px !important;
    right: auto !important;
  }

  html[dir="rtl"] .nav-aside-head {
    padding-right: 24px !important;
    padding-left: 66px !important;
  }
}

/*============================================================
# RTL DROPDOWN TYPOGRAPHY
============================================================*/

/* Desktop dropdowns */
html[dir="rtl"] .nav-menu .dropdown .dropdown-list li a,
html[dir="rtl"] .nav-menu li.has-dropdown > .dropdown .dropdown-body a {
  font-family: "Cairo", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Mobile / side-menu dropdowns */
html[dir="rtl"] .nav-aside-menu li.has-dropdown > .dropdown a,
html[dir="rtl"] .pressly-mobile-menu .dropdown a {
  font-family: "Cairo", Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/*============================================================
# RTL POSTS & CATEGORY
============================================================*/

html[dir="rtl"] .pressly-category-card-img > span {
  left: auto !important;
  right: 16px !important;
  width: auto !important;
  max-width: calc(100% - 32px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

html[dir="rtl"] .pressly-ad-square strong,
html[dir="rtl"] .pressly-ad-text strong {
  direction: ltr;
  unicode-bidi: isolate;
}

html[dir="rtl"] .pressly-social-copy strong,
html[dir="rtl"] .pressly-popular-meta time {
  direction: ltr;
  unicode-bidi: isolate;
}

@media (min-width: 992px) {
  html[dir="rtl"] .pressly-category-layout > .col-lg-8 {
    order: 1;
  }

  html[dir="rtl"] .pressly-category-layout > .col-lg-4 {
    order: 2;
  }
}

html[dir="rtl"] .pressly-category-card-img,
html[dir="rtl"] .pressly-category-card-body {
  direction: rtl;
}

/*============================================================
# RTL HOME LAYOUTS
============================================================*/

html[dir="rtl"] .pressly-mini-img span {
  left: auto !important;
  right: 10px !important;
  width: auto !important;
  max-width: calc(100% - 20px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 992px) {
  html[dir="rtl"] .pressly-editor-media {
    left: 0 !important;
    right: auto !important;
  }

  html[dir="rtl"] .pressly-editor-media-icon {
    left: 22px !important;
    right: auto !important;
  }

  html[dir="rtl"] .pressly-editor-card {
    right: 0 !important;
    left: auto !important;
  }

  html[dir="rtl"] .pressly-editor-controls {
    right: 42px !important;
    left: auto !important;
  }

  html[dir="rtl"] .pressly-editor-count {
    margin-right: 6px !important;
    margin-left: 0 !important;
  }

  html[dir="rtl"] .pressly-editor-slide .pressly-editor-card {
    transform: translate(14px, -50%);
  }

  html[dir="rtl"] .pressly-editor-slide.is-active .pressly-editor-card {
    transform: translate(0, -50%);
  }
}

@media (max-width: 991.98px) {
  html[dir="rtl"] .pressly-editor-media {
    left: auto !important;
    right: auto !important;
  }

  html[dir="rtl"] .pressly-editor-card {
    left: auto !important;
    right: 28px !important;
  }

  html[dir="rtl"] .pressly-editor-controls {
    left: auto !important;
    right: 28px !important;
  }
}

@media (max-width: 767.98px) {
  html[dir="rtl"] .pressly-editor-card {
    left: auto !important;
    right: 18px !important;
  }

  html[dir="rtl"] .pressly-editor-controls {
    left: auto !important;
    right: 18px !important;
  }
}

@media (max-width: 575.98px) {
  html[dir="rtl"] .pressly-editor-media-icon {
    left: 14px !important;
    right: auto !important;
  }

  html[dir="rtl"] .pressly-editor-card {
    left: auto !important;
    right: 12px !important;
  }

  html[dir="rtl"] .pressly-editor-controls {
    left: auto !important;
    right: 12px !important;
  }
}

/* ============================================================
   # RTL DARK MODE — COMPONENTS
   ============================================================ */
html[data-theme="dark"] {
  --pressly-dark-bg: #0f1217;
  --pressly-dark-surface: #171b21;
  --pressly-dark-surface-2: #1d222a;
  --pressly-dark-border: #2c323b;
  --pressly-dark-text: #f2f4f7;
  --pressly-dark-muted: #a8adb5;
}

html[data-theme="dark"] body,
html[data-theme="dark"] #main,
html[data-theme="dark"] main {
  background: var(--pressly-dark-bg) !important;
  color: #cdd2d8 !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown,
html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-body,
html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-body .dropdown-list {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34) !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-body {
  box-shadow: none !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li,
html[data-theme="dark"] .dropdown .dropdown-list li {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a,
html[data-theme="dark"] .dropdown .dropdown-list li a,
html[data-theme="dark"] .dropdown .dropdown-heading {
  color: #e9edf2 !important;
  background: transparent !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:before,
html[data-theme="dark"] .dropdown .dropdown-list li a:before {
  background: #555d68 !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:hover,
html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:focus,
html[data-theme="dark"] .dropdown .dropdown-list li a:hover,
html[data-theme="dark"] .dropdown .dropdown-list li a:focus {
  color: #ff6b8d !important;
  background: #222731 !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:hover:before,
html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:focus:before {
  background: var(--pressly-accent) !important;
}

/* Home 2 / editorial overlay card */
html[data-theme="dark"] .pressly-editor-card {
  background: rgba(23, 27, 33, 0.98) !important;
  border-color: #343b45 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
}

html[data-theme="dark"] .pressly-editor-card h2,
html[data-theme="dark"] .pressly-editor-card h2 a,
html[data-theme="dark"] .pressly-editor-author a,
html[data-theme="dark"] .pressly-editor-reading i {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-editor-category {
  background: #252b34 !important;
  color: #d7dce2 !important;
}

html[data-theme="dark"] .pressly-editor-author time,
html[data-theme="dark"] .pressly-editor-stats,
html[data-theme="dark"] .pressly-editor-reading,
html[data-theme="dark"] .pressly-editor-stats span,
html[data-theme="dark"] .pressly-editor-reading span {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-editor-card-footer,
html[data-theme="dark"] .pressly-editor-reading i {
  border-color: #363d47 !important;
}

html[data-theme="dark"] .pressly-editor-controls button {
  background: var(--pressly-dark-surface) !important;
  color: var(--pressly-dark-text) !important;
  border-color: #343b45 !important;
}

html[data-theme="dark"] .pressly-editor-controls button:hover,
html[data-theme="dark"] .pressly-editor-controls button:focus {
  background: var(--pressly-accent) !important;
  border-color: var(--pressly-accent) !important;
  color: #fff !important;
}

html[data-theme="dark"] .pressly-content-section .post .post-body,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-card,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-body,
html[data-theme="dark"] .pressly-content-section .pressly-th-slide,
html[data-theme="dark"] .pressly-content-section .pressly-th-body,
html[data-theme="dark"] .pressly-feed-card,
html[data-theme="dark"] .pressly-feed-body,
html[data-theme="dark"] .pressly-side-card,
html[data-theme="dark"] .pressly-social-panel,
html[data-theme="dark"] .pressly-newsletter-panel,
html[data-theme="dark"] .pressly-popular-panel,
html[data-theme="dark"] .pressly-instagram-widget,
html[data-theme="dark"] .pressly-ad-widget,
html[data-theme="dark"] .aside-widget,
html[data-theme="dark"] .newsletter-widget {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  color: #d1d5db !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-content-section .section-title .title,
html[data-theme="dark"] .section-title .title {
  background: var(--pressly-dark-bg) !important;
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-content-section .post-title a,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-body .post-title a,
html[data-theme="dark"] .pressly-content-section .pressly-th-body h3 a,
html[data-theme="dark"] .pressly-feed-body h3 a,
html[data-theme="dark"] .pressly-side-card h3 a,
html[data-theme="dark"] .pressly-popular-copy a,
html[data-theme="dark"] .pressly-instagram-widget h3,
html[data-theme="dark"] .pressly-newsletter-panel h3,
html[data-theme="dark"] .pressly-social-panel h3 {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-content-section .post-meta,
html[data-theme="dark"] .pressly-content-section .post-meta a,
html[data-theme="dark"] .pressly-content-section .pressly-section-kicker,
html[data-theme="dark"] .pressly-feed-meta,
html[data-theme="dark"] .pressly-popular-meta,
html[data-theme="dark"] .pressly-newsletter-panel p,
html[data-theme="dark"] .pressly-side-card p {
  color: var(--pressly-dark-muted) !important;
}

/* Technology / Home 3 */

/* Home 4 / 5 / 6 */
html[data-theme="dark"] .classic-home-card,
html[data-theme="dark"] .classic-home-body,
html[data-theme="dark"] .home5-sidebar,
html[data-theme="dark"] .home5-side-item,
html[data-theme="dark"] .home5-nav-btn,
html[data-theme="dark"] .home6-stage,
html[data-theme="dark"] .home6-copy,
html[data-theme="dark"] .home6-brief-card,
html[data-theme="dark"] .home6-story {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .classic-home-body :is(h1, h2, h3, a),
html[data-theme="dark"] .home5-side-item,
html[data-theme="dark"] .home6-copy h1 a,
html[data-theme="dark"] .home6-brief-card h3,
html[data-theme="dark"] .home6-story b {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .home6-image-badge {
  background: #222832 !important;
  color: #fff !important;
}

html[data-theme="dark"] .home5-side-item:hover,
html[data-theme="dark"] .home5-side-item.is-active,
html[data-theme="dark"] .home6-story:hover,
html[data-theme="dark"] .home6-story.is-active {
  background: #222832 !important;
}

html[data-theme="dark"]
  :is(
    .pressly-article-hero,
    .pressly-article-section,
    .pressly-article-bottom-ad,
    .pressly-category-page,
    .pressly-category-hero,
    .pressly-author-page,
    .pressly-author-hero,
    .pressly-author-ad-section,
    .pressly-about-page,
    .pressly-about-hero,
    .pressly-about-story,
    .pressly-about-team,
    .pressly-about-cta-section,
    .pressly-contact-page,
    .pressly-contact-hero,
    .pressly-contact-main,
    .pressly-contact-faq-section,
    .pressly-regular-page,
    .regular-page-head
  ) {
  background: var(--pressly-dark-bg) !important;
  border-color: var(--pressly-dark-border) !important;
  color: #cdd2d8 !important;
}

html[data-theme="dark"]
  :is(
    .pressly-post-pagination-item,
    .pressly-article-note,
    .pressly-category-card,
    .pressly-category-topics a,
    .pressly-category-load,
    .pressly-author-profile,
    .pressly-author-social a,
    .pressly-author-story,
    .pressly-author-load,
    .pressly-about-secondary,
    .pressly-about-visual-note,
    .pressly-about-value-card,
    .pressly-about-person,
    .pressly-contact-hero-note,
    .pressly-contact-channel,
    .pressly-contact-form-card,
    .pressly-contact-side-card,
    .pressly-contact-side-details,
    .pressly-contact-side-note,
    .pressly-contact-social-card,
    .pressly-contact-social-card a,
    .pressly-contact-mini-social a,
    .pressly-contact-faq-grid article,
    .regular-content-card,
    .regular-sidebar-card,
    .regular-newsletter-card
  ) {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  color: #cfd4da !important;
  box-shadow: none !important;
}

html[data-theme="dark"]
  :is(
    .pressly-category-card,
    .pressly-author-profile,
    .pressly-author-story,
    .pressly-about-secondary,
    .pressly-about-visual-note,
    .pressly-about-value-card,
    .pressly-about-person,
    .pressly-contact-hero-note,
    .pressly-contact-channel,
    .pressly-contact-form-card,
    .pressly-contact-side-card,
    .pressly-contact-social-card,
    .pressly-contact-faq-grid article,
    .regular-content-card,
    .regular-sidebar-card,
    .regular-newsletter-card
  )
  :is(h1, h2, h3, h4, h5, h6, strong, a:not(.btn):not(.post-category a)) {
  color: var(--pressly-dark-text) !important;
}

/* Forms and focus state */
html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select,
html[data-theme="dark"] .pressly-contact-form input,
html[data-theme="dark"] .pressly-contact-form select,
html[data-theme="dark"] .pressly-contact-form textarea,
html[data-theme="dark"] .pressly-reply-field input,
html[data-theme="dark"] .pressly-reply-field textarea,
html[data-theme="dark"] .regular-newsletter-card input,
html[data-theme="dark"] .pressly-newsletter-field {
  background: var(--pressly-dark-surface-2) !important;
  color: var(--pressly-dark-text) !important;
  border-color: #343b46 !important;
}

html[data-theme="dark"] input:focus,
html[data-theme="dark"] textarea:focus,
html[data-theme="dark"] select:focus,
html[data-theme="dark"] .pressly-contact-form input:focus,
html[data-theme="dark"] .pressly-contact-form select:focus,
html[data-theme="dark"] .pressly-contact-form textarea:focus {
  background: #20262f !important;
  color: var(--pressly-dark-text) !important;
  border-color: #c83255 !important;
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.13) !important;
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
  color: #7f8792 !important;
}

/* Generic separators and muted copy */
html[data-theme="dark"]
  :is(hr, .pressly-section-heading, .pressly-feed-heading, .pressly-popular-head, .pressly-instagram-heading, .pressly-editor-card-footer) {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] :is(.text-muted, .post-meta, .pressly-section-kicker, .pressly-th-meta, .pressly-feed-meta, .pressly-popular-meta) {
  color: var(--pressly-dark-muted) !important;
}

/* ============================================================
   # RTL DARK MODE — HOMEPAGE & SIDEBAR
   ============================================================ */
html[data-theme="dark"] .pressly-story-deck {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-trending-panel,
html[data-theme="dark"] .pressly-latest-panel {
  background: transparent !important;
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-trending-panel {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-deck-heading h2,
html[data-theme="dark"] .pressly-deck-heading h2 a {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-trending-item {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-trending-item h3,
html[data-theme="dark"] .pressly-trending-item h3 a,
html[data-theme="dark"] .pressly-mini-story h3,
html[data-theme="dark"] .pressly-mini-story h3 a {
  color: #eef1f5 !important;
}

html[data-theme="dark"] .pressly-trending-item h3 a:hover,
html[data-theme="dark"] .pressly-mini-story h3 a:hover {
  color: #ff6b8d !important;
}

html[data-theme="dark"] .pressly-trending-item p,
html[data-theme="dark"] .pressly-mini-story p {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-mini-img {
  background: var(--pressly-dark-surface-2) !important;
}

/* Sidebar headings */
html[data-theme="dark"] .pressly-side-head h2,
html[data-theme="dark"] .pressly-social-panel h2,
html[data-theme="dark"] .pressly-newsletter-panel h2,
html[data-theme="dark"] .pressly-popular-panel h2,
html[data-theme="dark"] .pressly-instagram-widget h2,
html[data-theme="dark"] .pressly-instagram-widget h3 {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-side-kicker,
html[data-theme="dark"] .pressly-side-viewall,
html[data-theme="dark"] .pressly-social-copy small,
html[data-theme="dark"] .pressly-popular-meta,
html[data-theme="dark"] .pressly-newsletter-panel > p {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-social-item {
  background: var(--pressly-dark-surface-2) !important;
  border-color: #343b46 !important;
  color: var(--pressly-dark-text) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-social-item:hover {
  background: #242a33 !important;
  border-color: #46505c !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18) !important;
}

html[data-theme="dark"] .pressly-social-copy strong {
  color: #f4f6f8 !important;
}

html[data-theme="dark"] .pressly-social-copy small {
  color: #a9b0b9 !important;
}

html[data-theme="dark"] .pressly-social-arrow {
  color: #7f8791 !important;
}

html[data-theme="dark"] .pressly-social-item:hover .pressly-social-arrow {
  color: #ff6b8d !important;
}

/* Advertisement and newsletter internals */
html[data-theme="dark"] .pressly-ad,
html[data-theme="dark"] .pressly-ad strong,
html[data-theme="dark"] .pressly-ad small,
html[data-theme="dark"] .pressly-ad-label {
  color: #edf1f5 !important;
}

html[data-theme="dark"] .pressly-newsletter-field,
html[data-theme="dark"] .pressly-newsletter-field input {
  background: #11161c !important;
  border-color: #303844 !important;
  color: #eef1f5 !important;
}

/* Popular posts */
html[data-theme="dark"] .pressly-popular-item,
html[data-theme="dark"] .pressly-popular-list li {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-popular-copy a,
html[data-theme="dark"] .pressly-popular-item a {
  color: #eef1f5 !important;
}

html[data-theme="dark"] .pressly-popular-copy a:hover,
html[data-theme="dark"] .pressly-popular-item a:hover {
  color: #ff6b8d !important;
}

html[data-theme="dark"] .pressly-content-section :is(h2, h3, h4) a:not(.post-category a),
html[data-theme="dark"] .pressly-feed-section :is(h2, h3, h4) a:not(.post-category a) {
  color: #eef1f5 !important;
}

html[data-theme="dark"] .pressly-content-section :is(h2, h3, h4) a:not(.post-category a):hover,
html[data-theme="dark"] .pressly-feed-section :is(h2, h3, h4) a:not(.post-category a):hover {
  color: #ff6b8d !important;
}

html[data-theme="dark"] .pressly-content-section .post-body,
html[data-theme="dark"] .pressly-feed-body,
html[data-theme="dark"] .pressly-th-body,
html[data-theme="dark"] .pressly-lifestyle-body {
  color: #d6dbe1 !important;
}

html[data-theme="dark"] .pressly-side-card,
html[data-theme="dark"] .pressly-social-panel,
html[data-theme="dark"] .pressly-newsletter-panel,
html[data-theme="dark"] .pressly-popular-panel,
html[data-theme="dark"] .pressly-ad-widget {
  background: #171c23 !important;
  border-color: #2b323c !important;
}

/* ============================================================
   # RTL FEATURED HERO & TECHNOLOGY SLIDER
   ============================================================ */

html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-content,
html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-content {
  left: 50% !important;
  right: auto !important;
  width: min(860px, 80%) !important;
  padding: 0 34px !important;
  box-sizing: border-box !important;
  transform: translate(-50%, -46%) !important;
  text-align: center !important;
}

html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-title,
html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-title {
  max-width: 100% !important;
  font-size: clamp(34px, 3.35vw, 50px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-excerpt,
html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-excerpt {
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-meta,
html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-author,
html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-meta,
html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-author {
  justify-content: center !important;
}

html[dir="rtl"] .pressly-content-section .pressly-th-viewport {
  direction: rtl !important;
}

html[dir="rtl"] .pressly-content-section .pressly-th-track {
  direction: rtl !important;
  flex-direction: row !important;
}

html[dir="rtl"] .pressly-content-section .pressly-th-slide {
  direction: rtl !important;
  text-align: right !important;
}

html[dir="rtl"] .pressly-content-section .pressly-th-category {
  right: 14px !important;
  left: auto !important;
  width: auto !important;
  max-width: calc(100% - 28px) !important;
  white-space: nowrap !important;
}

@media (max-width: 1199.98px) {
  html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-content,
  html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-content {
    width: min(780px, 84%) !important;
    padding: 0 30px !important;
  }

  html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-title,
  html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-title {
    font-size: clamp(33px, 3.7vw, 46px) !important;
  }
}

@media (max-width: 991.98px) {
  html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-content,
  html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-content {
    width: 86% !important;
    padding: 0 28px !important;
  }

  html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-title,
  html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-title {
    font-size: clamp(31px, 4.5vw, 42px) !important;
  }
}

@media (max-width: 767.98px) {
  html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-content,
  html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-content {
    left: 0 !important;
    right: 0 !important;
    bottom: 58px !important;
    width: 100% !important;
    padding: 0 25px !important;
    transform: none !important;
    text-align: center !important;
  }

  html[dir="rtl"] body.home1-centered #pressly-featured-slider .pressly-slide-title,
  html[dir="rtl"] .home1-centered #pressly-featured-slider .pressly-slide-title {
    font-size: clamp(28px, 7.6vw, 38px) !important;
    line-height: 1.2 !important;
  }
}

/* Account & Dashboard */
html[dir="rtl"] .pressly-auth-card,
html[dir="rtl"] .pressly-profile-panel,
html[dir="rtl"] .pressly-dashboard-panel,
html[dir="rtl"] .pressly-dashboard-content {
  text-align: right;
}

html[dir="rtl"] .pressly-dashboard-table th {
  text-align: right;
}

html[dir="rtl"] .pressly-dashboard-nav a i {
  text-align: center;
}

html[dir="rtl"] .pressly-dashboard-nav a {
  text-align: right;
}

html[dir="rtl"] .pressly-dashboard-actions {
  direction: rtl;
}

html[dir="rtl"] .pressly-auth-visual-copy > span:before {
  order: 2;
}

@media (max-width: 575.98px) {
  html[dir="rtl"] .pressly-dashboard-nav a {
    justify-content: flex-start;
    text-align: right;
  }
}
