:root {
  --content-container-width: 1120px;
  --content-sidebar-width: 320px;
}

.bg-pattern {
  background: #1f1f21
    url(/wp-content/themes/sahifa-child/builder/assets/img/bgpattern.png);
}
h1:before,
h2:before {
  position: static;
  content: " / ";
  background: unset;
  transform: unset;
  -webkit-text-fill-color: unset;
  color: var(--Gold);
  font-weight: 300;
  order: -1;
  margin-left: 8px;
}
.container {
  max-width: 1533px;
  padding: 0 16px;
  margin: 0 auto;
}

body.body {
  overflow: unset;
}
main.single-article-wrapper {
  background: #fff;
  position: relative;
  padding-bottom: 40px;
}
main.single-article-wrapper .container {
  padding: 0;
}
main.single-article-wrapper .article-date {
  margin-top: 5px;
}
main.single-article-wrapper .article-date p {
  font-size: 10px;
}

main.single-article-wrapper .single-article-wrap {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  flex-wrap: wrap;
  overflow: unset;
}
main.single-article-wrapper .article-header-bg {
  width: 400px;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  position: relative;
  z-index: 1;
  float: left;
  transform: translateY(calc(-120px + 40px));
  z-index: 20;
}

main.single-article-wrapper img.alignleft,
main.single-article-wrapper img.alignright,
main.single-article-wrapper img.aligncenter {
  margin: 40px 40px 40px 0;
  float: left;
}

main.single-article-wrapper .single-article-wrap:before {
  content: "";
  position: fixed;
  top: 80px;
  left: 0;
  display: block;
  width: 100%;
  height: 125px;
  background: #1f1f21
    url(/wp-content/themes/sahifa-child/builder/assets/img/bgpattern.png);
  z-index: 10;
}

/* sidebar */
main.single-article-wrapper .single-sidebar-wrap {
  width: var(--content-sidebar-width);
  position: relative;
  z-index: 15;
}

main.single-article-wrapper .single-sidebar-inner {
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  padding-top: 30px;
}

/* content */
main.single-article-wrapper .single-container-wrap {
  width: var(--content-container-width);
}
main.single-article-wrapper .single-content-inner {
  padding-top: 125px;
  position: relative;
}

main.single-article-wrapper .box div.box-inner-block {
  padding: 0;
}

/* article-slider-wrapper */
.article-slider-wrapper {
  display: flex;
  width: 100%;
  background: #1f1f21
    url(/wp-content/themes/sahifa-child/builder/assets/img/bgpattern.png);
}
.article-slider-wrapper .article-slider-wrap {
  width: 100%;
}
.article-slider-wrapper .article-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.article-slider-wrapper .article-slider .slick-dots {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.article-slider-wrapper .article-slider .slick-dots > li {
  width: 8px;
  height: 8px;
  display: grid;
  place-content: center;
  width: 8px;
  height: 8px;
  font-size: 0;
  background: var(--gold);
  border: none;
  border-radius: 50px;
  background: rgba(155, 127, 31, 0.5);
}
.article-slider-wrapper .article-slider .slick-dots > li.slick-active {
  background: var(--gold);
}
.article-slider-wrapper .article-slider .slick-dots > li button {
  display: none;
}
.article-slider-wrapper .article-slider .slick-dots > li.slick-active button {
}

.article-slider-wrapper .article-slider-list {
  display: flex;
  max-width: 100vw;
  width: 1352px;
  margin: 0 auto;
  padding: 0 70px;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 24px;
}

.article-slider-wrapper .article-slider-list .article-slider-item {
  display: inline-block;
  width: 320px;
  margin: 0 12px;
}
.article-slider-wrapper .js_article-slider {
  max-width: 100vw;
  width: 1560px;
  overflow: hidden;
  position: relative;
}

.article-slider-wrapper a {
  text-decoration: none !important;
}
.article-slider-wrapper h3 {
  margin: 24px 0 32px;
  font-size: 18px;
}

.article-slider-wrapper img {
  width: 320px;
  height: 240px;
  max-width: 100%;
  object-fit: cover;
}
.article-slider-wrapper p.date {
  color: var(--light);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  margin: 16px 0 12px;
}
.article-slider-wrapper p.date:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  background: var(--gold);
}

.article-slider-wrapper h2 {
  margin-top: 12px;
  padding: 0;
}
.article-slider-wrapper a.link {
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 145%;
  color: var(--light);
}
.article-slider-wrapper .slick-arrow {
  background: url(/wp-content/themes/sahifa-child/builder/assets/img/gold-arrow-left.webp)
    no-repeat center center / cover;
  position: absolute;
  font-size: 0;
  top: 50%;
  left: 0;
  transform: translate(30px, -50%);
  border: none;
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.article-slider-wrapper .slick-arrow.slick-next {
  transform: translate(-30px, -50%) rotate(180deg);
  right: 0;
  left: unset;
}

/* display handler */
.__css_desktop {
}
.__css_mobile {
  display: none !important;
}

/* hidden */
main.single-article-wrapper #ftwp-container-outer,
main.single-article-wrapper .broker-list-container-desktop.tup-custom,
main.single-article-wrapper .broker-list-container,
main.single-article-wrapper p:empty,
#ftwp-container.ftwp-fixed-to-post {
  display: none !important;
}

.container {
  width: 1500px;
  max-width: 1500px;
  margin: 0 auto;
}
.screen-reader-text {
  display: none !important;
}
.ads-wrapper {
  margin-top: 24px;
}
.ads-wrapper img {
  max-width: 100%;
}
main.single-article-wrapper h1 {
  width: 100%;
  font-size: 26px;
  margin: 16px 0 !important;
  background: var(
    --Gold,
    linear-gradient(70deg, #a67f20 8.88%, #ddc03b 50.56%, #a67f20 87.44%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
}
.category-column-group {
  display: flex;
  flex-direction: row-reverse;
  gap: 136px;
  padding: 40px 0;
  flex-wrap: wrap;
}
.category-column-group .tbl {
  background: transparent;
}

.category-column-group .column-sorting-list {
  width: 320px;
  flex-basis: 320px;
}
.category-column-group .column-featured-articles {
  width: 1040px;
}
.category-column-group .column-featured-articles > h2 {
  border: none;
  margin: 0 0 16px;
  padding: 0;
}
.category-column-group .column-featured-articles > h2:before {
}

.featured-articles-list {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.featured-articles-list > div {
}
.featured-articles-list {
  margin-bottom: 0 !important;
}
.featured-articles-list img {
  width: 100%;
  height: 194px;
  object-fit: cover;
  margin-bottom: 16px;
}
.category-header-wrapper {
  background: var(--beige);
}
.articles-item-wrap > a {
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  color: var(--white);
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  text-decoration: none;
}
.category-header-wrapper .category-header {
  padding: 48px 0;
  max-width: 1120px;
}
.category-header-wrapper .builder-breadcrumbs-wrapper {
  padding: 0;
}
.category-header-wrapper .builder-breadcrumbs-wrapper a {
}
.category-header-wrapper .builder-breadcrumbs-wrapper span {
  color: var(--dark);
}

.category-forex-wrapper .featured-articles-item {
  direction: rtl;
  /* width: calc(100% / 3); */
  width: 320px;
  margin-left: 40px;
}
.category-forex-wrapper .featured-articles-item .articles-item-wrap {
  width: 320px;
  margin: 0;
}
.category-forex-wrapper .featured-articles-item .slick-list {
  width: 100%;
}
.category-forex-wrapper .featured-articles-item .post-thumbnail {
  margin: 0;
}
.category-forex-wrapper .featured-articles-item .post-date p {
  font-size: 10px;
  font-weight: 500;
  color: var(--white);
}
.category-forex-wrapper .featured-articles-item h2 {
  color: var(--gold, #ddc03b);
  text-align: right;
  border-top: 1px solid var(--gold, #ddc03b);
  padding-top: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}
.category-forex-wrapper .featured-articles-item h2:before,
.category-forex-wrapper .featured-articles-item h2:after {
  display: none;
}

.category-forex-wrapper .featured-articles-item h2 a {
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 145%;
}

.category-forex-wrapper .featured-articles-item > a {
  color: var(--white, #fff);
  text-align: right;
  font-family: Cairo;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 145%;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  text-decoration: none;
}

.category-forex-wrapper .category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(360px, 1fr));
  gap: 40px 32px;
}
.category-forex-wrapper .category-list > article {
  width: 100%;
  max-width: 100%;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
}

.category-forex-wrapper .category-list > article img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.category-forex-wrapper .category-sidebar .category-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.category-forex-wrapper .category-sidebar .category-list > div .asp_w,
.category-forex-wrapper .category-sidebar .category-list > div {
  width: 100% !important;
}
.category-forex-wrapper
  .category-sidebar
  #ajaxsearchprobsettings6_1.searchsettings
  fieldset,
.category-forex-wrapper
  .category-sidebar
  #ajaxsearchprobsettings6_2.searchsettings
  fieldset,
.category-forex-wrapper
  .category-sidebar
  div.asp_sb.asp_sb_6.searchsettings
  fieldset {
  width: 100%;
}
.category-forex-wrapper .category-sidebar .post_tag_filter_box.categoryfilter {
}
.category-forex-wrapper .category-sidebar .term_filter_box.asp_sett_scroll {
  height: max-content;
  max-height: 100% !important;
}
.category-forex-wrapper .category-article-list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-forex-wrapper .category-list-wrap {
  width: 1144px;
}
.category-forex-wrapper .category-sidebar {
  width: 300px;
}

.category-article-list-wrapper {
  padding: 40px 0;
}

.category-article-list-wrapper .featured-articles-item {
  background: var(--beige);
}

.category-article-list-wrapper .featured-articles-item .post-thumbnail {
  margin: 8px 0;
}

.category-list .featured-articles-item h2,
.category-list .featured-articles-item h2 a {
  font-size: 15px;
  color: var(--dark);
  background: none;
  background-clip: unset !important;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  text-decoration: none;
}
.category-list .featured-articles-item h2:before {
  display: none;
}
.category-list .featured-articles-item h2 {
  border-top: none !important;
  padding: 0;
  margin: 0;
}

.featured-articles-item .post-date {
  font-size: 10px;
  font-weight: 500;
  padding: 0 8px;
}
.featured-articles-item .post-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
}
.featured-articles-item .post-content {
  border-top: 1px solid var(--gold, #ddc03b);
  padding-top: 8px;
  font-size: 14px;
  margin: 8px 0;
}
.featured-articles-item .post-content-wrapper a {
  text-align: left;
  padding: 0 8px;
  font-family: Cairo;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 145%;
  background: var(
    --Gold,
    linear-gradient(70deg, #a67f20 8.88%, #ddc03b 50.56%, #a67f20 87.44%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .article-pagination  */

.article-pagination {
}
.article-pagination .paginate-status {
  padding: 40px 0 16px;
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--Gold);
}
.article-pagination .page-arrow {
}
.article-pagination .page-next {
}
.article-pagination .page-prev {
}
.article-pagination .page-prev img {
  transform: rotate(180deg);
}

.article-pagination label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.article-pagination label span {
  background: var(
    --Gold,
    linear-gradient(70deg, #a67f20 8.88%, #ddc03b 50.56%, #a67f20 87.44%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pagination-links-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.pagination-links-wrapper .pagination-links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 7px;
  flex: 1;
}
.pagination-links .nav-links span,
.pagination-links-wrapper a.page-numbers {
  position: relative;
  width: 26px;
  height: 40px;
  display: grid;
  place-content: center;
  transform: skew(-20deg, 0deg);
  text-decoration: none;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  transform: unset;
}
.pagination-links-wrapper a.page-numbers.active {
  opacity: 1;
}
.pagination-links-wrapper .page-numbers p {
  position: relative;
  z-index: 1;
}

.pagination-links-wrapper .page-numbers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    70deg,
    #a67f20 8.88%,
    #ddc03b 50.56%,
    #a67f20 87.44%
  );
  transform: skew(-20deg, 0deg);
}

.pagination-links > span span,
.pagination-links-wrapper a.page-numbers span {
  display: block;
  transform: skew(20deg, 0deg);
  position: relative;
  z-index: 2;
  color: var(--dark);
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.pagination-links-wrapper a.page-numbers {
  opacity: 0.4;
  transition: 0.4s ease;
}
.pagination-links-wrapper a.page-numbers:hover {
  opacity: 1;
}
.pagination-links-wrapper a.pagination-previous,
.pagination-links-wrapper a.pagination-last {
  color: var(--dark);
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.pagination-links-wrapper a.pagination-previous {
  margin-left: 8px;
}
.pagination-links-wrapper .page-numbers.dots {
  transform: unset;
}

.pagination-links-wrapper .page-numbers.dots:before,
.pagination-links-wrapper a.prev.page-numbers,
.pagination-links-wrapper a.next.page-numbers {
  display: none;
}

.category-forex-wrapper .tag-filter-wrapper {
  background: var(--beige);
  min-height: 640px;
}
.category-forex-wrapper .tag-filter-wrapper h3 {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--dark);
  padding: 12px 8px;
  margin: 0;
  border-top: 1px solid var(--Gold);
  border-bottom: 1px solid var(--Gold);
  font-size: 15px;
  max-width: 240px;
}
.category-forex-wrapper #tag-filter {
  display: flex;
  flex-direction: column;
  position: relative;
}
.category-forex-wrapper #tag-filter button {
  cursor: pointer;
  border: none;
  text-align: start;
  padding: 6px 16px;
  position: relative;
  background: none;
}
.category-forex-wrapper #tag-filter button span {
  position: relative;
  z-index: 1;
  background: var(
    --Gold,
    linear-gradient(70deg, #a67f20 8.88%, #ddc03b 50.56%, #a67f20 87.44%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.category-forex-wrapper #tag-filter button:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--dark);
  min-width: 0%;
  height: 100%;
  z-index: 0;
  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 10% 100%);
  border-right: 0;
  transition: 0.4s ease;
}

.category-forex-wrapper #tag-filter button:hover::before,
.category-forex-wrapper #tag-filter button.active::before {
  min-width: 80%;
  border: 1px solid var(--Gold);
}
label[for="filterdropdown"] {
  display: none;
}
label[for="filterdropdown"] img {
  transform: rotate(-90deg) translate(0px, -7px);
}
label[for="filterdropdown"] input {
}
.tags-list-wrap {
  display: flex;
  flex-direction: column;
}
.tags-list-wrap:has(input[type="checkbox"]:checked)
  label[for="filterdropdown"] {
  bottom: 8px;
  top: unset;
}

.tags-list-wrap:has(input[type="checkbox"]:checked)
  label[for="filterdropdown"]
  img {
  transform: rotate(90deg) translate(0px, 0px);
}
.tags-list-wrap .tags-options {
  display: flex;
  flex-direction: column;
}
.custom-pagination.nav-links {
  display: flex;
  direction: rtl;
  gap: 2px;
}
.custom-pagination.nav-links:after {
  content: "...";
  margin-right: 8px;
  transform: translateY(7px);
}

main.category-forex-wrapper .tbl-item__wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
main.category-forex-wrapper .tbl-item__wrapper img {
  height: 40px !important;
}
main.category-forex-wrapper .tbl-item__wrapper a {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
main.category-forex-wrapper .tbl-item__rank {
  font-size: 32px;
}
main.category-forex-wrapper .tbl-item:first-child::before,
main.category-forex-wrapper .tbl-item:nth-child(2):before,
main.category-forex-wrapper .tbl-item:nth-child(3):before {
  background-size: 150%;
  background-position: -4px;
  width: 64px;
}
main.category-forex-wrapper .tbl__title {
  font-size: 20px;
  font-weight: 800;
  padding: 18px 8px;
}
main.category-forex-wrapper .tbl__title::before {
  content: " / ";
  font-weight: 400;
}
.single-article-wrapper .tbl__archive-link {
  font-size: 15px;
  font-weight: 800;
  padding: 10px 0;
}
.single-article-wrapper .tbl-item__button {
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  border-radius: 2px;
  border: 1px solid var(--gold, #a67f20);
  padding: 8px;
}
.category-content-wrapper.bg-pattern {
  padding: 40px 0;
  margin-bottom: 40px;
}
/* Responsive Styles */
/* 1500 */
@media screen and (max-width: 1550px) {
  .category-forex-wrapper .featured-articles-item {
    width: 208px;
    margin-left: 40px;
  }
  .category-column-group .column-featured-articles {
    width: 704px;
  }
  .container {
    width: 1100px;
    max-width: 1500px;
    margin: 0 auto;
  }
  .category-forex-wrapper .category-list-wrap {
    width: 756px;
  }
  .category-forex-wrapper .category-sidebar {
    width: 240px;
  }
  .category-forex-wrapper .featured-articles-item .articles-item-wrap {
    width: 208px;
  }
  .featured-articles-list img {
    height: 118px;
  }

  .category-forex-wrapper .category-list {
    grid-template-columns: repeat(2, 360px);
    gap: 40px 32px;
    width: 756px;
  }
  .category-column-group {
    gap: 76px;
  }
}
/* 1024 */
@media screen and (max-width: 1499px) {
  .category-forex-wrapper .featured-articles-item {
    width: 360px;
  }
  .category-forex-wrapper .category-list > article img {
    height: 117px;
  }
  .category-forex-wrapper .category-list-wrap {
    width: 440px;
  }
  .category-column-group .column-featured-articles > h2 {
    margin-bottom: 10px;
  }
  .featured-articles-list img {
    height: 203px;
    object-fit: cover;
  }
  .category-forex-wrapper .featured-articles-item .articles-item-wrap {
    width: 100%;
  }
  .category-forex-wrapper .slick-dots {
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    position: relative;
    z-index: 100;
  }
  .category-forex-wrapper .slick-dots > li {
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    overflow: clip;
    background: rgba(155, 127, 31, 0.5);
    display: grid;
    place-content: center;
  }
  .category-forex-wrapper .slick-dots > li button {
    border: none;
    background: none;
    width: 8px;
    height: 8px;
    padding: 0;
    font-size: 0;
  }
  .category-forex-wrapper .slick-dots .slick-active {
    background: var(--Gold);
  }
  .container {
    width: 784px;
    max-width: 1500px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .category-forex-wrapper .category-sidebar {
    width: 240px;
  }

  .category-forex-wrapper .category-list {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 40px 32px;
    width: 100%;
  }
  .category-column-group {
    gap: 0;
    padding: 40px 0;
    justify-content: space-between;
  }
  .category-column-group .column-featured-articles {
    width: 360px;
  }
}
/* 820 */
@media screen and (max-width: 1023px) {
  .category-forex-wrapper .category-list > article img {
    height: 192px;
  }
  .featured-articles-list img {
    height: 153px;
  }
  .category-column-group .column-featured-articles {
    width: 272px;
  }
  .category-forex-wrapper .category-list-wrap {
    width: 340px;
  }
  .container {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
  .category-forex-wrapper .category-sidebar {
    width: 240px;
  }

  .category-forex-wrapper .category-list {
    grid-template-columns: repeat(1, minmax(340px, 1fr));
    gap: 40px 32px;
  }
  .category-column-group {
  }
  .category-column-group .tbl {
    margin-bottom: 0;
  }
  .category-list .featured-articles-item h2 {
    border-top: none !important;
    margin: 0 0 8px;
    padding: 0;
  }
}
/* 768px */
@media screen and (max-width: 819px) {
  main.category-forex-wrapper
    .column-sorting-list.copy
    .tbl-item:first-child::before,
  main.category-forex-wrapper
    .column-sorting-list.copy
    .tbl-item:nth-child(2):before,
  main.category-forex-wrapper
    .column-sorting-list.copy
    .tbl-item:nth-child(3):before {
    width: 42px;
  }
  .single-article-wrapper .column-sorting-list.copy .tbl-item__button {
    border: none;
    font-size: 14px;
    font-weight: 700;
  }
  main.category-forex-wrapper .column-sorting-list.copy .tbl-item {
    padding: 6px 8px;
  }
  main.category-forex-wrapper .column-sorting-list.copy .tbl-item__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 32px;
  }
  main.category-forex-wrapper .column-sorting-list.copy .tbl-item__rank {
    font-size: 24px;
  }
  .single-article-wrapper .column-sorting-list.copy .tbl__archive-link {
    font-size: 14px;
    font-weight: 400;
  }
  .ads-wrapper {
    grid-column: span 2;
    margin-top: 0;
    display: none;
  }
  .ads-wrapper.copy {
    display: grid;
  }
  .tags-list-wrap .tags-options {
    display: none;
    flex-direction: column;
  }
  .tags-list-wrap:has(input[type="checkbox"]:checked) .tags-options {
    display: flex;
  }

  .tags-list-wrap:has(input[type="checkbox"]:checked) {
    height: unset;
  }
  label[for="filterdropdown"] {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 8px;
    top: -26px;
    z-index: 10;
  }
  .container {
    max-width: 568px;
  }
  .category-forex-wrapper .category-list {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(272px, 1fr));
  }
  .category-forex-wrapper .category-sidebar,
  .category-forex-wrapper .category-list-wrap {
    width: 100%;
  }
  .category-forex-wrapper .category-sidebar {
    order: 1;
    max-width: 568px;
    margin: auto;
    position: relative;
  }

  .category-forex-wrapper .category-list-wrap {
    order: 2;
    padding-top: 24px;
    max-width: 568px;
    margin: 0 auto;
  }
  .category-column-group .column-featured-articles {
    width: 216px;
  }
  .featured-articles-list img {
    height: 121px;
  }
  .container {
    padding: 24px 0;
  }
  .category-header-wrapper .category-header {
    padding: 0 16px 24px;
  }
  .category-content-wrapper.bg-pattern {
    margin-bottom: 24px;
  }
  .category-forex-wrapper .category-list > article {
  }
  .category-forex-wrapper .category-list > article img {
    height: 153px;
  }
  .category-article-list-wrapper.container {
    padding-top: 0;
  }
  .category-forex-wrapper #tag-filter {
    background: var(--white);
    border: 1px solid var(--gold);
    border-top: none;
  }
  .category-forex-wrapper .tag-filter-wrapper {
    min-height: unset;
  }
  .category-article-list-wrapper.container {
    padding-top: 24px;
    max-width: 100%;
  }
  .category-forex-wrapper .category-article-list {
    max-width: 100%;
    margin: 0 auto 24px;
    position: relative;
  }
  .category-forex-wrapper .category-article-list:before {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--beige);
    height: 70px;
  }
  .__js_sorting-list.copy {
    background: #1f1f21
      url(/wp-content/themes/sahifa-child/builder/assets/img/bgpattern.png);
    padding: 24px 0;
    margin-top: 40px;
  }

  main.single-article-wrapper.category-forex-wrapper .tbl {
    margin: 0 auto;
    padding-top: 0;
  }
  main.single-article-wrapper {
    padding-bottom: 0;
  }
  .category-forex-wrapper .tag-filter-wrapper h3 {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    max-width: 100%;
  }
  .category-forex-wrapper #tag-filter {
    margin: 0;
    transform: translateY(10px);
    border: 1px solid var(--gold);
  }
  .tags-list-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: calc(100% + 2px);
    background: var(--white);
    transform: translateY(100%);
    border: 1px solid var(--Gold);
    border-top: 0;
    left: -1px;
  }
  .ads-content {
    display: grid;
    place-content: center;
  }
}

/* 767 */

@media screen and (max-width: 767px) {
  .category-forex-wrapper #tag-filter button:hover::before,
  .category-forex-wrapper #tag-filter button.active[data-tagid="0"]::before {
    display: none;
  }
  .category-forex-wrapper .category-list > article {
    margin-left: 0;
  }
  .ads-wrapper.__js-ads-wrapper.__copy {
    display: block;
  }
  .category-forex-wrapper #tag-filter {
    margin: 0 16px;
  }
  .category-forex-wrapper .tag-filter-wrapper h3 {
    margin: 0 16px;
  }
  .featured-articles-list img {
    width: 320px;
    height: 182px;
  }
  .featured-articles-list .slick-track {
    transform: translateX(0);
  }
  .category-forex-wrapper .slick-dots {
    padding: 16px 0 0;
  }
  .featured-articles-list .slick-list {
    padding: 0 !important;
  }
  .category-forex-wrapper .featured-articles-item,
  .category-forex-wrapper .featured-articles-item .articles-item-wrap {
    width: 320px;
  }
  .category-forex-wrapper .featured-articles-item {
    margin-left: 24px;
  }
  .category-column-group .column-featured-articles {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .category-forex-wrapper .category-list {
    display: flex;
    flex-direction: column;
  }
  .category-column-group .column-sorting-list {
    display: none;
  }
  .category-forex-wrapper .category-list-wrap {
    padding: 40px 16px;
  }
  .category-header-wrapper {
    background: var(--white);
  }
  .category-header-wrapper .container {
    padding: 24px 16px;
  }
  main.single-article-wrapper h1 {
    padding: 0;
  }
  .ads-wrapper {
    display: none;
  }
  .ads-wrapper.copy {
    display: grid;
    place-content: center;
    padding: 0;
    margin: 0;
  }
  .category-forex-wrapper .category-list > article img {
    height: 194px;
  }
  .__js_sorting-list.copy {
    margin: 0;
    padding: 24px 16px;
  }
  .navigation.pagination {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .nav-links {
    width: 100%;
    display: flex;
  }
}
