@charset "UTF-8";
header li {
  list-style: none;
}
header nav {
  /* Animations */
}
header nav .ds-head-logo-date {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  margin-bottom: 20px;
}
header nav .ds-head-logo-date .ds-head-logo {
  width: 195px;
}
header nav .ds-head-logo-date .ds-head-logo a {
  width: 100%;
}
header nav .ds-head-logo-date .ds-head-logo a img {
  width: 100%;
}
header nav .ds-head-logo-date .ds-head-date span {
  font-size: 12px;
  color: #636363;
}
@media (min-width: 992px) {
  header nav .ds-head-logo-date .ds-head-date span {
    font-size: 14px;
  }
}
header nav .ds-menu-section .ds-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner {
  display: flex;
  align-items: center;
  flex: 8;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo {
  width: 110px;
  display: none;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo a {
  display: flex;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo a img {
  width: 100%;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu {
  display: flex;
  align-items: center;
  padding: 0;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li {
  position: relative;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:not(:first-child) {
  display: none;
}
@media (min-width: 992px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:not(:first-child) {
    display: block;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children {
  margin-right: 10px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children > a:after {
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 17px;
  font-size: 12px;
  font-family: "Fontawesome";
  border: none;
  transition: all 0.1s ease-in-out;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li > a:hover {
  color: #f09705;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li .sub-menu {
  display: none;
  position: absolute;
  min-width: 250px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li .sub-menu li a {
  padding: 8px 10px 5px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li .sub-menu li a:hover {
  background-color: #f4f4f4;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li a {
  color: #000;
  display: block;
  padding: 10px 15px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:hover .sub-menu {
  display: block;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions {
  flex: 2;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news {
  display: flex;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news img {
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  padding: 20px 0;
  display: none;
  z-index: 999;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content.latest-active,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content.latest-active,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content.latest-active,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content.latest-active {
  display: grid;
  align-items: center;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner {
  background-color: #fff;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #f4f4f4;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1 {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1 {
    font-size: 28px;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span {
  display: flex;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span img {
  width: 24px;
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span img {
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title {
    padding: 15px 20px;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div img {
  height: 80px;
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
@media screen and (min-width: 576px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div img {
    height: 140px;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div span {
  background: #f09705;
  color: #fff;
  padding: 7px 15px 4px;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div span,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div span,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div span,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div span {
    font-size: 14px;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5 {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section {
    grid-template-columns: repeat(5, 1fr);
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news {
  display: flex;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news img {
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news {
  display: flex;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news img {
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e7e8;
  padding: 20px;
  border-radius: 8px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > div {
  position: relative;
  width: 100%;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > div img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > div input {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px 10px 40px;
  width: 100%;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > div input:focus {
  outline: none;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > input {
  min-width: 40px;
  height: 48px;
  margin-left: 5px;
  background-color: #f09705;
  color: #000;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 5px 25px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form {
    max-width: 700px;
    margin: 0 auto;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content.search-active {
  display: grid;
  align-items: center;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-english-site-wrap .menu-english-site {
  display: flex;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-english-site-wrap .menu-english-site img {
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-icon div {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
  margin: 0;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-icon div:not(:last-child) {
  margin-bottom: 6px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div {
  max-width: 315px;
  background-color: #fff;
  position: fixed;
  width: 315px;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-toplogo {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ececec;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-toplogo img {
  width: 180px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-toplogo span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -7px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-toplogo span img {
  width: 25px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-menus {
  border-bottom: 1px solid #ececec;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-menus > div > ul > li {
  border-bottom: 1px solid #ececec;
  padding: 10px 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-menus > div > ul > li > a {
  display: block;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-menus > div > ul > li ul.sub-menu {
  display: none;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-eng a {
  padding: 10px 20px;
  display: block;
  background-color: #f09705;
}
header nav .ds-menu-section.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
header nav .ds-menu-section.fixed-menu .ds-menu-wrap {
  border: none;
}
header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo {
  display: block;
}
header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items {
  display: none;
}
@media screen and (min-width: 992px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:nth-child(-n+7) {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:nth-child(-n+8) {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:nth-child(-n+10) {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:nth-child(-n+12) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items {
    display: block;
  }
}
header nav .deshsanchar-chautari-container {
  margin-top: 20px;
}
header nav .ticker-wrapper {
  overflow: hidden;
}
header nav body.single-post .section_chautari_ticker {
  padding: 0 15px;
}
header nav #ticker-container {
  display: flex;
  white-space: nowrap;
  animation: scroll 100s linear infinite;
  width: max-content;
  padding-left: 50px;
}
header nav #ticker-container:hover {
  animation-play-state: paused;
}
header nav .ticker-item {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin-right: 10px;
  text-decoration: none !important;
  cursor: pointer;
  background: linear-gradient(135deg, #fff 0%, #f0f5fb 100%);
  border-radius: 16px;
  border: 1px solid #f0f2f4;
}
header nav .ticker-item h3,
header nav .ticker-item span {
  line-height: 1.5;
  display: block;
}
header nav .ticker-item h3:hover,
header nav .ticker-item span:hover {
  color: #f09705;
}
header nav .ticker-item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  padding: 2px;
}
header nav .ticker-item-name {
  margin-bottom: -6px;
  margin-left: 8px;
}
header nav .ticker-item-name h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
header nav .ticker-item-name span {
  font-size: 13px;
  font-weight: 400;
}
header nav .rotate-img-ticker-class {
  animation: rotateimg 2s linear infinite;
  border: 2px solid #fd9111 !important;
  box-shadow: 0 0 9px 1px #fd9111;
}
header nav .ticker-wrapper {
  display: flex;
  border-radius: 5px;
  padding: 5px 5px 5px 0;
}
header nav .ticker-wrapper .ticker-title {
  background: #fff;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  z-index: 2;
  border: 1px solid #F1FDEE;
  border-left: 3px solid #90AB8B;
  border-radius: 0 5px 5px 0;
}
header nav .ticker-wrapper .ticker-title img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
header nav .ticker-wrapper .ticker-content {
  width: 85%;
}
@keyframes rotateimg {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#ds-wc-strip-root {
  width: 100%;
  display: none;
  margin-top: 30px;
  font-family: "Khand" !important;
}

.ds-wc-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hanging sign — hook, plate, two cords to banner */
.ds-wc-hanger {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
  margin-bottom: 0;
  pointer-events: none;
}

.ds-wc-hanger-hook {
  display: block;
  width: 18px;
  height: 10px;
  border: 2px solid #5a5a5a;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
  background: transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ds-wc-hanger-plate {
  position: relative;
  margin-top: 1px;
  padding: 7px 22px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.ds-wc-hanger-plate::before, .ds-wc-hanger-plate::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 6px;
  height: 6px;
  background: #5a5a5a;
  border-radius: 50%;
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.3);
}
.ds-wc-hanger-plate::before {
  left: 14px;
}
.ds-wc-hanger-plate::after {
  right: 14px;
}

.ds-wc-hanger .ds-wc-countdown {
  font-size: 15px;
  font-weight: 700;
  color: #e85d00;
  line-height: 1.2;
  white-space: nowrap;
}

.ds-wc-hanger-cords {
  position: relative;
  width: 110px;
  height: 11px;
}

.ds-wc-hanger-cord {
  position: absolute;
  top: 0;
  width: 2px;
  height: 11px;
  background: linear-gradient(180deg, #5a5a5a 0%, #888 100%);
  border-radius: 1px;
  transform-origin: top center;
}

.ds-wc-hanger-cord--left {
  left: 16px;
  transform: rotate(-12deg);
}

.ds-wc-hanger-cord--right {
  right: 16px;
  transform: rotate(12deg);
}

.ds-wc-wrap:has(.ds-wc-hanger) .ds-wc-card,
.ds-wc-root:has(.ds-wc-hanger) .ds-wc-card:first-child,
.ds-wc-root:has(.ds-wc-hanger) .ds-wc-wrap--stack > .ds-wc-card:first-child,
.ds-wc-root:has(.ds-wc-hanger) .ds-wc-wrap--single > .ds-wc-card,
.ds-wc-root:has(.ds-wc-hanger) .ds-wc-wrap--mobile > .ds-wc-card--stacked {
  margin-top: -1px;
}

.ds-wc-root {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ds-wc-wrap--desktop,
.ds-wc-wrap--mobile {
  display: none;
  width: 100%;
}

.ds-wc-wrap--single {
  width: 100%;
}

.ds-wc-wrap--stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

@media (min-width: 769px) {
  .ds-wc-wrap--desktop {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ds-wc-wrap--mobile {
    display: none !important;
  }
  .ds-wc-wrap--single {
    display: block;
  }
}
@media (max-width: 768px) {
  .ds-wc-wrap--desktop {
    display: none !important;
  }
  .ds-wc-wrap--mobile,
  .ds-wc-wrap--single {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .ds-wc-wrap--stack {
    gap: 20px;
  }
}
.ds-wc-card--stacked .ds-wc-strips-stack {
  display: flex;
  flex-direction: column;
}
.ds-wc-card--stacked .ds-wc-strip-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.ds-wc-card--stacked .ds-wc-strip.is-compact .ds-wc-frame {
  grid-template-columns: 1fr;
  padding: 8px 10px 10px;
}
.ds-wc-card--stacked .ds-wc-strip.is-compact .ds-wc-sec-brand {
  display: none;
}

.ds-wc-card {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.1);
  background: #fff;
}

.ds-wc-strips {
  display: flex;
  flex-direction: column;
}

.ds-wc-strip-col {
  min-width: 0;
  height: 100%;
}

.ds-wc-banner-row {
  width: 100%;
}

.ds-wc-strips-extra {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .ds-wc-card--flanked .ds-wc-banner-row {
    display: grid;
    grid-template-columns: minmax(108px, 13%) minmax(0, 1fr) minmax(96px, 11%);
    align-items: stretch;
    height: 145px;
    max-height: 145px;
    overflow: hidden;
  }
  .ds-wc-card--flanked .ds-wc-strip-col .ds-wc-strip {
    height: 145px;
    max-height: 145px;
    min-height: 145px;
  }
  .ds-wc-ads {
    display: grid;
    background: #fff;
  }
  .ds-wc-ads--left {
    grid-template-rows: 1fr 1fr;
    height: 145px;
    max-height: 145px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
  .ds-wc-ads--left .ds-wc-ad-slot--left-top {
    background: rgb(221, 12, 28);
  }
  .ds-wc-ads--right {
    grid-template-rows: 1fr;
    height: 145px;
    max-height: 145px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }
  .ds-wc-ads--left .ds-wc-ad-slot {
    height: 72.5px;
    max-height: 72.5px;
    min-height: 0;
    padding: 3px 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .ds-wc-ads--left .ds-wc-ad-slot:last-child {
    border-bottom: none;
  }
  .ds-wc-ads--left .ds-wc-ad-slot .ds-wc-ad img {
    max-height: 64px;
  }
  .ds-wc-ads--right .ds-wc-ad-slot {
    height: 145px;
    max-height: 145px;
    background-color: #fcda00;
  }
  .ds-wc-card--flanked .ds-wc-sponsors {
    display: none;
  }
  .ds-wc-card--flanked .ds-wc-photo {
    width: 96px;
    height: 96px;
  }
  .ds-wc-card--flanked .ds-wc-flag {
    width: 58px;
    height: 58px;
  }
  .ds-wc-card--flanked .ds-wc-sec-brand img {
    width: 42px;
    max-height: 58px;
  }
  .ds-wc-card--flanked .ds-wc-team-name {
    font-size: 22px;
    width: 110px;
  }
  .ds-wc-card--flanked .ds-wc-match-title {
    font-size: 48px;
  }
  .ds-wc-card--flanked .ds-wc-venue {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ds-wc-ads {
    display: none !important;
  }
  .ds-wc-banner-row {
    display: block;
  }
}
.ds-wc-live-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 14px;
  background: linear-gradient(90deg, #c41e24 0%, #e8272d 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ds-wc-live-bar-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ds-wc-live-bar-count {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.95;
}

.ds-wc-wrap--multi-live .ds-wc-strip {
  height: auto;
  min-height: 132px;
  max-height: none;
}
.ds-wc-wrap--multi-live .ds-wc-strip + .ds-wc-strip {
  border-top: 2px solid rgba(255, 255, 255, 0.14);
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact {
  min-height: 118px;
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-frame {
  grid-template-columns: 1fr 210px;
  padding: 0 12px;
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-photo {
  width: 86px;
  height: 86px;
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-flag {
  width: 56px;
  height: 56px;
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-team-name {
  font-size: 22px;
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-match-title {
  font-size: 42px;
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-venue {
  font-size: 16px;
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-score-n {
  font-size: 34px;
}
.ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-live {
  font-size: 16px;
  margin-bottom: 6px;
}

.ds-wc-frame--no-brand {
  grid-template-columns: 1fr 220px;
}

.ds-wc-sponsors {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: stretch;
  background: linear-gradient(180deg, #f9fafb 0%, #eef1f5 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ds-wc-sponsors-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a8494;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.55);
}

.ds-wc-sponsors-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-width: 0;
}

.ds-wc-ad-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  transition: background 0.2s ease;
}
.ds-wc-ad-slot:last-child {
  border-right: none;
}

.ds-wc-ad {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.ds-wc-ad img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.ds-wc-strip {
  --wc-text: #1a1a1a;
  --wc-live: #e8272d;
  --wc-gold: #e85d00;
  --wc-score: #e8272d;
  --wc-ring: #b8d4e8;
  position: relative;
  width: 100%;
  height: 145px;
  max-height: 145px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  font-family: "Khand" !important;
  box-sizing: border-box;
}

.ds-wc-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.ds-wc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38, 47, 125, 0.8392156863) 100%, rgba(255, 255, 255, 0.95) 100%, rgba(255, 245, 220, 0.65) 100%);
  z-index: 1;
}

.ds-wc-frame {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 120px 1fr 160px;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  gap: 0;
  background: transparent;
}

.ds-wc-sec-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  height: 100%;
}
.ds-wc-sec-brand img {
  width: 48px;
  max-height: 72px;
  object-fit: contain;
}

.ds-wc-schedule-link {
  display: none;
}

.ds-wc-sec-match {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
  padding: 0 8px;
  background: transparent;
}

.ds-wc-team {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  background: transparent;
}

.ds-wc-team--home {
  flex-direction: row;
  justify-content: flex-end;
  gap: 14px;
  padding-right: 12px;
}

.ds-wc-team--away {
  flex-direction: row;
  justify-content: flex-start;
  gap: 14px;
  padding-left: 12px;
}

.ds-wc-photo {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--wc-ring), 0 2px 10px rgba(0, 0, 0, 0.12);
  background: transparent;
}
.ds-wc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.ds-wc-team--home .ds-wc-photo,
.ds-wc-team--away .ds-wc-photo {
  --wc-ring: #7ec8e8;
}

.ds-wc-flag {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--wc-ring), 0 2px 8px rgba(0, 0, 0, 0.1);
  background: transparent;
}
.ds-wc-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ds-wc-team--home .ds-wc-flag,
.ds-wc-team--away .ds-wc-flag {
  --wc-ring: #7ec8e8;
}

.ds-wc-team--home .ds-wc-team-name {
  text-align: right;
}

.ds-wc-team--away .ds-wc-team-name {
  text-align: left;
}

.ds-wc-team-name {
  font-size: 26px;
  font-weight: 900;
  color: white;
  white-space: nowrap;
  line-height: 1.1;
  background: transparent;
  width: 130px;
  font-family: "Khand" !important;
}

.ds-wc-center {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 0 16px;
  background: transparent;
  flex-direction: column;
}

.ds-wc-center-vs {
  font-size: 40px;
  font-weight: 900;
  color: white;
  letter-spacing: 0.04em;
  line-height: 1;
}

.ds-wc-center-score {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  line-height: 1;
  background: transparent;
}

.ds-wc-score-n {
  font-size: 96px;
  font-weight: 900;
  color: var(--wc-score);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  font-family: "Khand" !important;
}

.ds-wc-score-sep {
  font-size: 44px;
  font-weight: 900;
  color: var(--wc-text);
  padding-bottom: 6px;
}

.ds-wc-sec-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-left: 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  height: 100%;
  min-width: 0;
  text-align: center;
}
.ds-wc-sec-info .ds-wc-match-title {
  font-size: 40px;
  color: white;
  font-weight: 900;
  font-family: "Khand" !important;
  text-transform: uppercase;
  line-height: 1;
}

.ds-wc-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--wc-live);
  padding: 0 17px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ds-wc-live-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.ds-wc-time {
  font-size: 28px;
  font-weight: 900;
  color: var(--wc-text);
  line-height: 1;
}

.ds-wc-venue {
  font-size: 20px;
  font-weight: 700;
  color: white;
  line-height: 1.35;
  margin-top: 2px;
  font-family: "Khand" !important;
  text-align: center;
}

/* Mobile — dedicated compact broadcast layout (desktop unchanged above 768px) */
@media (max-width: 768px) {
  #ds-wc-strip-root {
    margin-top: 14px;
    padding: 0 2px;
    overflow-x: hidden;
  }
  .ds-wc-wrap {
    width: 100%;
    max-width: 100%;
  }
  .ds-wc-hanger {
    width: 100%;
    max-width: 100%;
  }
  .ds-wc-hanger-plate {
    max-width: calc(100% - 16px);
    padding: 6px 12px;
  }
  .ds-wc-hanger .ds-wc-countdown {
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
    text-align: center;
  }
  .ds-wc-hanger-cords {
    width: 90px;
    height: 9px;
  }
  .ds-wc-wrap--multi-live .ds-wc-live-bar {
    padding: 6px 10px;
    font-size: 11px;
  }
  .ds-wc-wrap--multi-live .ds-wc-live-bar-count {
    font-size: 10px;
  }
  .ds-wc-wrap--multi-live .ds-wc-strip.is-compact {
    min-height: 0;
  }
  .ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-frame {
    grid-template-columns: 1fr;
    padding: 8px 10px 10px;
  }
  .ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-photo {
    width: 72px;
    height: 72px;
  }
  .ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-flag {
    width: 40px;
    height: 40px;
  }
  .ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-team-name {
    font-size: 12px;
  }
  .ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-match-title {
    font-size: 28px;
  }
  .ds-wc-wrap--multi-live .ds-wc-strip.is-compact .ds-wc-venue {
    font-size: 11px;
  }
  .ds-wc-card {
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  }
  .ds-wc-strip {
    height: auto;
    max-height: none;
    min-height: 0;
    border-radius: 0;
  }
  .ds-wc-sponsors {
    grid-template-columns: 1fr;
    background: #f3f4f6;
  }
  .ds-wc-sponsors-label {
    writing-mode: horizontal-tb;
    transform: none;
    justify-content: flex-start;
    padding: 5px 10px 0;
    border-right: none;
    border-bottom: none;
    background: transparent;
    font-size: 8px;
    letter-spacing: 0.16em;
  }
  .ds-wc-sponsors-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 4px 8px 8px;
  }
  .ds-wc-ad-slot {
    min-height: 46px;
    padding: 5px 6px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
  }
  .ds-wc-ad-slot:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
  }
  .ds-wc-ad-slot.ds-wc-ad-slot--mobile-1 {
    background: rgb(221, 12, 28);
  }
  .ds-wc-ad-slot.ds-wc-ad-slot--mobile-3 {
    background: #fcda00;
  }
  .ds-wc-ad img {
    max-height: 100px;
  }
  .ds-wc-frame {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: 0;
    padding: 10px 10px 12px;
    gap: 10px;
  }
  .ds-wc-sec-brand {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 0 8px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    gap: 8px;
  }
  .ds-wc-sec-brand img {
    width: 34px;
    max-height: 46px;
    flex-shrink: 0;
  }
  .ds-wc-schedule-link {
    display: inline-block;
    flex-shrink: 1;
    min-width: 0;
    max-width: 68%;
    padding: 5px 9px;
    background: #fff;
    color: #1a1a1a !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .ds-wc-schedule-link:hover {
    color: #1a1a1a !important;
    background: #f8f8f8;
  }
  .ds-wc-sec-match {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 6px 4px;
    width: 100%;
    padding: 0;
  }
  .ds-wc-team {
    flex: none;
    min-width: 0;
  }
  .ds-wc-team--home,
  .ds-wc-team--away {
    display: grid;
    grid-template-columns: minmax(0, 64px);
    grid-template-rows: auto auto;
    justify-content: center;
    justify-items: center;
    row-gap: 5px;
    padding: 0;
  }
  .ds-wc-team--home {
    grid-column: 1;
  }
  .ds-wc-team--away {
    grid-column: 3;
  }
  .ds-wc-team--away .ds-wc-flag {
    margin-right: 40px;
  }
  .ds-wc-photo {
    display: block;
    grid-row: 1;
    grid-column: 1;
    width: 60px;
    height: 60px;
    border-width: 2px;
    box-shadow: 0 0 0 1.5px var(--wc-ring), 0 2px 8px rgba(0, 0, 0, 0.14);
  }
  .ds-wc-flag {
    grid-row: 1;
    grid-column: 1;
    align-self: end;
    justify-self: end;
    width: 40px;
    height: 40px;
    border-width: 1.5px;
    margin: 0 -26px -1px 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
    z-index: 2;
  }
  .ds-wc-team-name {
    grid-row: 2;
    grid-column: 1;
  }
  .ds-wc-team-name {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    white-space: normal;
    text-align: center !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
  .ds-wc-center {
    grid-column: 2;
    min-width: 56px;
    max-width: 72px;
    padding: 0 4px;
  }
  .ds-wc-center-vs {
    font-size: 26px;
    font-weight: 900;
  }
  .ds-wc-live {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    margin-bottom: 4px;
    border-radius: 3px;
  }
  .ds-wc-live-dot {
    width: 5px;
    height: 5px;
  }
  .ds-wc-center-score {
    gap: 2px;
  }
  .ds-wc-score-n {
    font-size: 30px;
    line-height: 1;
  }
  .ds-wc-score-sep {
    font-size: 20px;
    padding-bottom: 0;
  }
  .ds-wc-sec-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 0;
    padding: 8px 4px 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ds-wc-sec-info .ds-wc-match-title {
    font-size: 60px;
  }
  .ds-wc-venue {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    padding: 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ds-wc-strip.is-live .ds-wc-center {
    min-width: 64px;
    max-width: 80px;
  }
}
@media (max-width: 380px) {
  .ds-wc-team--home,
  .ds-wc-team--away {
    grid-template-columns: minmax(0, 54px);
  }
  .ds-wc-photo {
    width: 72px;
    height: 72px;
  }
  .ds-wc-flag {
    width: 40px;
    height: 40px;
  }
  .ds-wc-team-name {
    font-size: 12px;
  }
  .ds-wc-center-vs {
    font-size: 22px;
  }
  .ds-wc-score-n {
    font-size: 26px;
  }
  .ds-wc-venue {
    font-size: 11px;
  }
}
.ds-wc-schedule-page.ds-container {
  font-family: "Noto Sans Devanagari", sans-serif !important;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 48px;
}

#ds-wc-schedule-root,
#ds-wc-schedule-top,
#ds-wc-schedule-bottom,
#ds-wc-points-root {
  width: 100%;
}

.ds-wcs-page-shell {
  width: 100%;
}

.ds-wcs-split {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 20px;
  margin: 28px 0 32px;
  align-items: start;
}

.ds-wcs-split__points,
.ds-wcs-split__news {
  min-width: 0;
}

.ds-wcs-points-loading {
  margin: 0;
  padding: 24px 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #5a6478;
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #cfd8e6;
}

.ds-wcs-points {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ececec;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.ds-wcs-points-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 12px;
  padding: 16px 18px 12px;
  border-bottom: 1px solid #ececec;
  background: linear-gradient(180deg, #fffaf3 0%, #fff 100%);
}

.ds-wcs-points-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: var(--wcs-text);
}

.ds-wcs-points-sub {
  font-size: 13px;
  font-weight: 700;
  color: var(--wcs-gold);
}

.ds-wcs-points-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #ececec;
  background: #f4f4f4;
}

.ds-wcs-points-tab {
  appearance: none;
  border: 1px solid #d8dee8;
  background: #fff;
  color: #4a5568;
  padding: 7px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.ds-wcs-points-tab:hover {
  border-color: #f09705;
  color: #1a2640;
}
.ds-wcs-points-tab.is-active {
  background: #f09705;
  border-color: #f09705;
  color: #333;
}

.ds-wcs-points-table-wrap {
  overflow-x: auto;
  padding: 0 0 4px;
}

.ds-wcs-points-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.ds-wcs-points-table thead th {
  padding: 12px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #667085;
  background: #f8fafc;
  border-bottom: 1px solid #ececec;
  white-space: nowrap;
}
.ds-wcs-points-table thead th:nth-child(2) {
  text-align: left;
  padding-left: 14px;
}
.ds-wcs-points-table tbody td {
  padding: 11px 10px;
  border-bottom: 1px solid #eef2f7;
  vertical-align: middle;
}

.ds-wcs-points-row {
  transition: background 0.15s ease;
}
.ds-wcs-points-row:hover {
  background: #fffaf3;
}
.ds-wcs-points-row--qualify {
  background: rgba(240, 151, 5, 0.08);
}
.ds-wcs-points-row--qualify:hover {
  background: rgba(240, 151, 5, 0.12);
}

.ds-wcs-points-cell {
  text-align: center;
  font-weight: 700;
  color: #334155;
}
.ds-wcs-points-cell--pos {
  width: 52px;
  color: #64748b;
  font-size: 13px;
}
.ds-wcs-points-cell--team {
  text-align: left;
  padding-left: 14px !important;
  min-width: 160px;
}
.ds-wcs-points-cell--num {
  width: 48px;
  font-size: 13px;
  font-weight: 600;
}
.ds-wcs-points-cell--pts {
  width: 56px;
  font-size: 16px;
  font-weight: 900;
  color: var(--wcs-gold);
}

.ds-wcs-points-flag {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
  vertical-align: middle;
}

.ds-wcs-points-team {
  font-weight: 700;
  color: #1e293b;
  vertical-align: middle;
}

.ds-wcs-points-note {
  margin: 0;
  padding: 10px 16px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  border-top: 1px solid #ececec;
  background: #f4f4f4;
}

.ds-wcs-nav-pill--points span {
  background: var(--wcs-gold);
}

.ds-wcs-page {
  --wcs-live: #e8272d;
  --wcs-upcoming: #1565c0;
  --wcs-finished: #2e7d4a;
  --wcs-gold: #e85d00;
  --wcs-text: #1a2640;
}

/* Hero band wrapper — same width as match grid */
.ds-wcs-hero-band {
  width: 100%;
  margin-bottom: 28px;
}

.ds-wcs-hero {
  position: relative;
  width: 100%;
  padding: 32px 16px 26px;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  background-color: #151b2e;
  background-image: url("https://assets.deshsanchar.com/wp-content/uploads/2026/06/08105858/1400x250.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ds-wcs-hero {
    background-position: left center;
  }
}

.ds-wcs-hero-main {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 24px;
  align-items: center;
  margin-bottom: 20px;
}

.ds-wcs-hero-logo {
  grid-row: 1/span 2;
  width: 72px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.ds-wcs-hero-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.9);
}

.ds-wcs-hero-title {
  margin: 4px 0 0;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans Devanagari", sans-serif !important;
}

.ds-wcs-hero-desc {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.ds-wcs-hero-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ds-wcs-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 800;
  color: var(--wcs-text);
  text-decoration: none;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.ds-wcs-nav-pill span {
  display: inline-flex;
  min-width: 26px;
  justify-content: center;
  padding: 2px 9px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}
.ds-wcs-nav-pill:hover {
  color: var(--wcs-text);
  transform: translateY(-1px);
  border-color: rgb(200.0326530612, 125.853877551, 4.1673469388);
}

.ds-wcs-nav-pill--live span {
  background: var(--wcs-live);
}

.ds-wcs-nav-pill--upcoming span {
  background: var(--wcs-upcoming);
}

.ds-wcs-nav-pill--finished span {
  background: var(--wcs-finished);
}

/* Main sections */
.ds-wcs-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ds-wcs-block-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 3px solid #e0e6ef;
}

.ds-wcs-block--live .ds-wcs-block-head {
  border-bottom-color: var(--wcs-live);
}

.ds-wcs-block--upcoming .ds-wcs-block-head {
  border-bottom-color: var(--wcs-upcoming);
}

.ds-wcs-block--finished .ds-wcs-block-head {
  border-bottom-color: var(--wcs-finished);
}

.ds-wcs-block-title {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: var(--wcs-text);
  line-height: 1.1;
}

.ds-wcs-block-count {
  font-size: 15px;
  font-weight: 700;
  color: #636363;
  white-space: nowrap;
}

/* 2 matches per row */
.ds-wcs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* Match cards */
.ds-wcs-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(26, 38, 64, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.ds-wcs-card:hover {
  box-shadow: 0 6px 22px rgba(26, 38, 64, 0.12);
}

.ds-wcs-card--live {
  border-color: rgba(232, 39, 45, 0.35);
}

.ds-wcs-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f7;
}

.ds-wcs-meta {
  font-size: 12px;
  font-weight: 700;
  color: #5a6478;
}

.ds-wcs-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.ds-wcs-badge--live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--wcs-live);
  color: #fff;
}

.ds-wcs-pulse {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: dsWcsPulseDot 1s ease-in-out infinite;
}

@keyframes dsWcsPulseDot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.ds-wcs-badge--upcoming {
  background: #fff3e0;
  color: var(--wcs-gold);
  border: 1px solid #ffcc80;
}

.ds-wcs-badge--finished {
  background: #e8f5e9;
  color: var(--wcs-finished);
}

.ds-wcs-card-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
}

.ds-wcs-team {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.ds-wcs-team--home {
  justify-content: flex-end;
}

.ds-wcs-team--away {
  justify-content: flex-start;
}

.ds-wcs-photo {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #eef2f8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.ds-wcs-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ds-wcs-flag {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #c5d4e8;
}
.ds-wcs-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-wcs-team-name {
  font-size: 17px;
  font-weight: 800;
  color: var(--wcs-text);
  line-height: 1.15;
}

.ds-wcs-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}

.ds-wcs-mid-vs {
  font-size: 18px;
  font-weight: 900;
  color: #8896ab;
}

.ds-wcs-mid-score {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
}

.ds-wcs-mid-n {
  font-size: 28px;
  font-weight: 900;
  color: var(--wcs-live);
  line-height: 1;
}

.ds-wcs-card--finished .ds-wcs-mid-n {
  color: var(--wcs-text);
}

.ds-wcs-mid-sep {
  font-size: 20px;
  font-weight: 800;
  color: #8896ab;
}

.ds-wcs-card-foot {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 14px 12px;
  border-top: 1px solid #eef2f7;
  background: #fafbfc;
}

.ds-wcs-datetime {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  color: var(--wcs-text);
}
.ds-wcs-datetime strong {
  font-size: 18px;
  font-weight: 900;
}
.ds-wcs-datetime em {
  font-style: normal;
  font-weight: 600;
  color: #5a6478;
  font-size: 13px;
}

.ds-wcs-venue {
  font-size: 13px;
  font-weight: 700;
  color: #5a6478;
  line-height: 1.35;
}

.ds-wcs-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 28px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #5a6478;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed #cfd8e6;
}

.ds-wcs-empty--page {
  margin-top: 32px;
}

.ds-wcs-page--loading,
.ds-wcs-page--error {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-wcs-loading {
  font-size: 18px;
  font-weight: 700;
  color: var(--wcs-text);
}

@media (max-width: 991px) {
  .ds-wcs-split {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .ds-wcs-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .ds-wcs-hero-main {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ds-wcs-hero-logo {
    grid-row: auto;
    margin: 0 auto;
  }
  .ds-wcs-hero-nav {
    justify-content: center;
  }
  .ds-wcs-hero-title {
    font-size: 30px;
  }
  .ds-wcs-card-body {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ds-wcs-team--home,
  .ds-wcs-team--away {
    justify-content: center;
  }
}
.fp-special-news-section .special-news-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.fp-special-news-section .special-news-wrap > a {
  text-align: center;
  display: block;
}
.fp-special-news-section .special-news-wrap > a.news-title p {
  color: #f09705;
  margin-bottom: 8px;
  font-weight: 600;
}
.fp-special-news-section .special-news-wrap > a h2 {
  font-size: 36px;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap > a h2 {
    font-size: 58px;
    font-weight: 600;
  }
}
.fp-special-news-section .special-news-wrap > a div {
  height: 200px;
  max-height: 200px;
}
.fp-special-news-section .special-news-wrap > a div img {
  height: 100%;
  width: 100%;
  border-radius: 3px;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .fp-special-news-section .special-news-wrap > a div {
    height: 300px;
    max-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap > a div {
    height: 600px;
    max-height: 600px;
  }
}
.fp-special-news-section .special-news-wrap .special-news-author {
  margin: 8px 16px 16px;
}
.fp-special-news-section .special-news-wrap .special-news-author a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-special-news-section .special-news-wrap .special-news-author a div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  height: 30px;
  width: 30px;
}
.fp-special-news-section .special-news-wrap .special-news-author a div img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap .special-news-author a div {
    width: 35px;
    height: 35px;
  }
}
.fp-special-news-section .special-news-wrap .special-news-author a span {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap .special-news-author a span {
    font-size: 18px;
  }
}
.fp-special-news-section .special-news-wrap .special-news-author a span img {
  width: 75px;
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap {
    padding: 24px 0;
  }
}

.fp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 18px 0;
}
.fp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .fp-advertise-section .advertise-wrap {
    padding: 24px 0;
  }
}
.fp-advertise-section.advertise-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .fp-advertise-section.advertise-desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .fp-advertise-section.advertise-mobile {
    display: none;
  }
}

.main-section .main-section-wrap .main-section-left-column .main-section-left-news {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a {
  display: block;
  background-color: #f9f9f9;
  border-radius: 3px;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-img {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-img img {
  width: 100%;
  height: 100%;
  border-radius: 3px 3px 0 0;
  display: block;
  object-fit: cover;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-content {
  padding: 18px;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-content h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a {
  background-color: #f7f8ff;
  display: block;
  border-radius: 12px;
  border: 1px solid #ececec;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  display: block;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content {
  text-align: center;
  padding-bottom: 10px;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content > span {
  line-height: 1.25;
  padding: 10px;
  background: #ececfd;
  display: block;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content h3 {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content p {
  padding: 0 10px;
  line-height: 1.5;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div img {
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author span {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header {
  background-color: #f7f8ff;
  display: flex;
  padding: 7px;
  border-radius: 30px;
  border: 3px solid rgba(255, 131, 0, 0.0392156863);
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span {
  flex: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span img {
  width: 16px;
  margin-right: 5px;
  display: block;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span.section-active {
  background-color: #f09705;
  color: #fff;
  font-weight: 700;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content {
  padding-top: 18px;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content {
  display: none;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content.section-active {
  display: block;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div {
  margin-right: 10px;
  min-width: 40px;
  height: 40px;
  background-color: #f7f8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div span {
  display: block;
  font-size: 22px;
  text-align: center;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news h5 {
  line-height: 1.5;
  font-weight: 400;
}
.category-news-wrapper {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.category-news-wrapper .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.category-news-wrapper .cat-lyt-one-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 12px;
  padding-top: 12px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a {
  display: flex;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a .cat-lyt-one-single-img {
  width: 120px;
  min-width: 120px;
  height: 90px;
  margin-right: 12px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a .cat-lyt-one-single-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 3px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a .cat-lyt-one-single-title h4 {
  font-weight: 600;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a {
  display: block;
  position: relative;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-img {
  height: 350px;
  width: 100%;
  margin-right: 0;
  position: relative;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-img > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 3px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-title h4 {
  font-size: 24px;
  color: #fff;
  padding-left: 10px;
  border-left: 3px solid #fff;
  line-height: 1.5;
}

.main-section-fifa-wc-news {
  margin-bottom: 20px;
}

.main-section-fifa-wc-news--sidebar {
  margin-bottom: 0;
}

.ds-fwc-timeline {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  margin-top: 20px;
}

.ds-fwc-timeline--sidebar {
  margin-top: 0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__banner {
  min-height: 100px;
  background-image: none;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__banner-head {
  padding: 16px 14px 14px;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__title {
  font-size: 19px;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__lead {
  font-size: 12px;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__list {
  padding: 12px 10px 10px;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__headline {
  font-size: 14px;
  -webkit-line-clamp: 2;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__foot {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__hash {
  display: none;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__actions {
  width: 100%;
}
.ds-fwc-timeline--sidebar .ds-fwc-timeline__btn {
  width: 100%;
  text-align: center;
}

.ds-fwc-timeline__banner {
  position: relative;
  min-height: 118px;
  padding: 0;
  background-color: #5f3705;
  background-image: var(--ds-fwc-banner-bg);
  background-size: cover;
  background-position: center center;
  border-bottom: 2px solid #f09705;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ds-fwc-timeline__banner {
    background-position: left center;
    background-size: cover;
  }
}

.ds-fwc-timeline__banner-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 18px 18px;
}

.ds-fwc-timeline__intro {
  flex: 1;
  min-width: 0;
}

.ds-fwc-timeline__kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #d9a962;
}

.ds-fwc-timeline__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.ds-fwc-timeline__title::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 10px;
  background: #f09705;
}

.ds-fwc-timeline__lead {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #fff;
  max-width: 36em;
}

.ds-fwc-timeline__countdown {
  flex-shrink: 0;
  margin: 0 0 2px;
  padding: 0 0 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.ds-fwc-timeline__countdown-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.ds-fwc-timeline__countdown-value {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin: 0;
  line-height: 1.2;
}

.ds-fwc-timeline__countdown-piece {
  font-size: 20px;
  font-weight: 500;
  color: #dadada;
  white-space: nowrap;
}
.ds-fwc-timeline__countdown-piece strong {
  margin-right: 4px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}

.ds-fwc-timeline__list {
  list-style: none;
  margin: 0;
  padding: 16px 14px 12px;
  position: relative;
}
.ds-fwc-timeline__list::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 20px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(to bottom, #f09705, rgb(250.8408163265, 176.8073469388, 55.3591836735), rgba(240, 151, 5, 0.25));
  border-radius: 2px;
}

.ds-fwc-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  padding-bottom: 12px;
  align-items: start;
}
.ds-fwc-timeline__item:last-child {
  padding-bottom: 0;
}
.ds-fwc-timeline__item.is-latest .ds-fwc-timeline__dot {
  background: #f09705;
  border-color: #f09705;
}
.ds-fwc-timeline__item.is-latest .ds-fwc-timeline__card {
  border-color: rgba(240, 151, 5, 0.55);
}

.ds-fwc-timeline__dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  margin: 7px 0 0 6px;
  border-radius: 50%;
  border: 2px solid #f09705;
  background: #fff;
  box-shadow: none;
}

.ds-fwc-timeline__card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 10px;
  padding: 10px 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ds-fwc-timeline__card:hover {
  border-color: rgba(240, 151, 5, 0.65);
  box-shadow: 0 6px 16px rgba(240, 151, 5, 0.12);
  transform: translateX(3px);
  color: inherit;
}

.ds-fwc-timeline__tag {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 12px;
  background: rgba(219, 219, 219, 0.22);
  color: #f09705;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

.ds-fwc-timeline__headline {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ds-fwc-timeline__new {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #f09705;
  color: #333;
  font-size: 10px;
  font-weight: 800;
}

.ds-fwc-timeline__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-top: 1px solid #ececec;
  background: #f4f4f4;
}

.ds-fwc-timeline__hash {
  font-size: 12px;
  font-weight: 700;
  color: #636363;
}

.ds-fwc-timeline__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ds-fwc-timeline__btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ds-fwc-timeline__btn--news {
  background: #f09705;
  color: #333 !important;
}
.ds-fwc-timeline__btn--news:hover {
  background: rgb(210.0244897959, 132.1404081633, 4.3755102041);
  color: #333 !important;
}

.ds-fwc-timeline__btn--matches {
  background: #694000;
  color: #fff !important;
  border: 1px solid #694000;
}
.ds-fwc-timeline__btn--matches:hover {
  background: #694000;
  border-color: #694000;
  color: #fff !important;
}

@media (max-width: 650px) {
  .ds-fwc-timeline__banner-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 14px 16px;
  }
  .ds-fwc-timeline__countdown {
    width: 100%;
    margin: 0;
    padding: 12px 0 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .ds-fwc-timeline__title {
    font-size: 21px;
  }
  .ds-fwc-timeline__countdown-piece strong {
    font-size: 20px;
  }
  .ds-fwc-timeline__headline {
    font-size: 14px;
  }
  .ds-fwc-timeline__actions {
    width: 100%;
    justify-content: flex-start;
  }
  .ds-fwc-timeline__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list {
  padding-top: 18px;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 12px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-img {
  width: 120px;
  height: 90px;
  min-width: 120px;
  margin-right: 12px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-img div {
  background: none;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-title h4 {
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child {
  position: relative;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-img {
  height: 350px;
  width: 100%;
  margin-right: 0;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-img div {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-title h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:first-child a .cat-lyt-top-single-img {
  height: 250px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2),
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) {
  position: relative;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-img,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-img {
  height: 250px;
  width: 100%;
  margin-right: 0;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-img img,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-img div,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-img div {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-title,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-title h4,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-title h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a {
  background-color: #f7f8ff;
  display: block;
  border-radius: 12px;
  border: 1px solid #ececec;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  display: block;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content {
  text-align: center;
  padding-bottom: 10px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content > span {
  line-height: 1.25;
  padding: 10px;
  background: #ececfd;
  display: block;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content h3 {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content p {
  padding: 0 10px;
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div img {
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author span {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
  padding-top: 18px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a {
  display: flex;
  align-items: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img {
  height: 90px;
  width: 90px;
  min-width: 90px;
  border-radius: 50%;
  background-color: #f7f8ff;
  border: 1px solid #ececec;
  margin-right: 12px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 3px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-title h4 {
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-title p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header {
  background-color: #f7f8ff;
  display: flex;
  padding: 7px;
  border-radius: 30px;
  border: 3px solid rgba(255, 131, 0, 0.0392156863);
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span {
  flex: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span img {
  width: 16px;
  margin-right: 5px;
  display: block;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span.section-active {
  background-color: #f09705;
  color: #fff;
  font-weight: 700;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content {
  padding-top: 18px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content {
  display: none;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content.section-active {
  display: block;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div {
  margin-right: 10px;
  min-width: 40px;
  height: 40px;
  background-color: #f7f8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div span {
  display: block;
  font-size: 22px;
  text-align: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news h5 {
  line-height: 1.5;
  font-weight: 400;
}
.section-full-mid {
  padding: 18px 0;
}
.section-full-mid > div {
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
  background-color: rgba(0, 0, 0, 0.9);
}
.section-full-mid > div .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.section-full-mid > div .section-heading-wrap h4 a {
  color: #fff;
}
.section-full-mid > div .section-full-mid-list {
  display: flex;
  overflow-x: scroll;
  padding-top: 18px;
  scrollbar-width: none;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single {
  margin-right: 12px;
  background-color: #fff;
  border-radius: 9px;
  padding: 10px;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a .video-thumbnail {
  position: relative;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a .video-thumbnail > img {
  min-width: 280px;
  width: 280px;
  height: 155px;
  object-fit: cover;
  border-radius: 9px;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a .video-thumbnail .video-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 4px;
  background-color: #fff;
  bottom: 15px;
  right: 15px;
  border-radius: 9px;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a .video-thumbnail .video-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a > div h4 {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
}

.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 12px;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a {
  position: relative;
  display: block;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail {
  height: 300px;
  width: 100%;
  position: relative;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail > img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
  border-bottom-right-radius: 6px;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail .video-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 8px;
  border-top-left-radius: 12px;
  box-shadow: 0 1px 15px -1px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 3px;
  transform: translate(6%, 6%);
  transition: 0.2s ease-in-out;
  z-index: 2;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail .video-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail .video-icon:hover {
  transform: translate(0%, 0%);
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin-right: 50px;
  z-index: 1;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-title h4 {
  border-left: 2px solid #fff;
  line-height: 1.5;
  padding-left: 12px;
  color: #fff;
  font-size: 18px;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .overlay {
  z-index: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}

.bottom-category-news-wrapper .bottom-category-news-inner {
  border-bottom: 1px solid #ececec;
  padding: 18px 0;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.bottom-category-news-wrapper .category-news-list {
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px;
}
.bottom-category-news-wrapper .category-news-list .category-news-single a .thumbnail-image {
  height: 250px;
}
.bottom-category-news-wrapper .category-news-list .category-news-single a .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.bottom-category-news-wrapper .category-news-list .category-news-single a .post-title {
  margin-top: 8px;
}
.bottom-category-news-wrapper .category-news-list .category-news-single a .post-title h4 {
  line-height: 1.5;
}

.bottom-category-news-wrapper-lyt-2 .bottom-category-news-inner {
  border-bottom: 1px solid #ececec;
  padding: 18px 0;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list {
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a {
  position: relative;
  display: block;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image {
  height: 250px;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image > div {
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  transition: 0.2s ease-in-out;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image > div:hover {
  top: 50%;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image:hover > div {
  top: 50%;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .post-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .post-title h4 {
  line-height: 1.5;
  color: #fff;
}

.bottom-category-news-wrapper-lyt-3 .category-news-list {
  display: flex;
  overflow-x: scroll;
  overflow-y: visible;
  scrollbar-width: none;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a {
  min-width: 275px;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .thumbnail-image {
  height: 350px;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .thumbnail-image > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  border-radius: 3px;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .thumbnail-image > div:hover {
  top: 30%;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .post-title span {
  background-color: red;
  color: #fff;
  border-radius: 30px;
  padding: 7px 12px 4px;
  margin-bottom: 15px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .gallery-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.footer {
  background-color: #f9f9f9;
  margin-top: 40px;
  font-size: 14px;
}
.footer .footer-wrap {
  padding: 40px 0 20px;
}
.footer .footer-wrap .footer-section-one .footer-section-left {
  margin-bottom: 20px;
}
.footer .footer-wrap .footer-section-one .footer-section-left img {
  width: 200px;
  margin-bottom: 10px;
}
.footer .footer-wrap .footer-section-one .footer-section-right .footer-section-right-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.footer .footer-section-two {
  border-top: 1px solid #ececec;
  padding: 20px 0;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons a {
  line-height: 1;
  display: block;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 6px;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons a:not(:last-child) {
  margin-right: 15px;
}

*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mukta", sans-serif;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.ds-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.section-inactive {
  display: none;
}

.section-active {
  display: block;
}

.ds-single-post {
  padding: 20px 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-head p {
  margin-bottom: 8px;
  color: #f09705;
  font-weight: 600;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-head h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left {
  max-width: 840px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share {
  padding: 12px 0px;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  width: 35px;
  height: 35px;
  min-width: 35px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title a {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 16px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title a img {
  width: 75px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title span {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #636363;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-share {
  min-width: 155px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail img {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail iframe {
  height: 250px;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail .wp-caption-text {
  font-size: 16px;
  color: #858585;
  margin-top: 4px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap {
  padding: 18px 0 0px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change {
  display: flex;
  align-items: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div {
  border: 1px solid #ececec;
  margin-right: 5px;
  width: 35px;
  height: 30px;
  position: relative;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div small {
  color: #636363;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div span {
  margin-top: -4px;
  margin-left: 2px;
  color: #636363;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox {
  margin-top: 40px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox {
  position: relative;
  background: #fcfcfd;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 42px 24px 24px;
  transition: background 0.5s ease, border-color 0.25s ease;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon {
  position: absolute;
  top: -16px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 12px;
  color: #374151;
  font-weight: 600;
  font-size: 13px;
  background: linear-gradient(135deg, #fdfcfb, #e8f0fe);
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack {
  position: relative;
  width: 32px;
  height: 18px;
  flex: 0 0 32px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack .dot.d1 {
  left: 0;
  background: #60a5fa;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack .dot.d2 {
  left: 10px;
  background: #22d3ee;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack .dot.d3 {
  left: 20px;
  background: #a78bfa;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .brand .brand-name {
  letter-spacing: 0.2px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ai-list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ai-list li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ai-list li:last-child {
  margin-bottom: 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content {
  font-size: 18px;
  text-align: justify;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content p {
  margin-bottom: 18px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content div.wp-caption {
  width: 100% !important;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content div.wp-caption .wp-caption-text {
  font-size: 14px;
  color: #858585;
  margin: 0;
  margin-top: 4px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content img {
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content iframe {
  height: 250px;
  width: 100%;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news {
  background-color: #f7f8ff;
  border: 1px solid #ececec;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news h2 {
  font-size: 16px;
  padding: 5px 10px;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news a div {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border: 1px solid #ececec;
  padding: 2px;
  border-radius: 50%;
  margin-right: 5px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news a h4 {
  font-size: 14px;
  font-weight: 600;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 0 0 18px 0;
  border-top: none;
  margin: 18px 0 0px 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail {
    display: none;
  }
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 0 0 18px 0;
  border-top: none;
  margin: 18px 0 0px 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-related-news .bottom-category-news-wrapper-lyt-2 > div {
  padding: 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a {
  background-color: #f7f8ff;
  display: block;
  border-radius: 12px;
  border: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  display: block;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content {
  text-align: center;
  padding-bottom: 10px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content > span {
  line-height: 1.25;
  padding: 10px;
  background: #ececfd;
  display: block;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content h3 {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content p {
  padding: 0 10px;
  line-height: 1.5;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div img {
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author span {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header {
  background-color: #f7f8ff;
  display: flex;
  padding: 7px;
  border-radius: 30px;
  border: 3px solid rgba(255, 131, 0, 0.0392156863);
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span {
  flex: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span img {
  width: 16px;
  margin-right: 5px;
  display: block;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span.section-active {
  background-color: #f09705;
  color: #fff;
  font-weight: 700;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content {
  padding-top: 18px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content {
  display: none;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content.section-active {
  display: block;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div {
  margin-right: 10px;
  min-width: 40px;
  height: 40px;
  background-color: #f7f8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div span {
  display: block;
  font-size: 22px;
  text-align: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news h5 {
  line-height: 1.5;
  font-weight: 400;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
  padding-top: 18px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a {
  display: flex;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img {
  height: 90px;
  width: 150px;
  min-width: 150px;
  background-color: #f7f8ff;
  margin-right: 12px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-title h4 {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 0 0 18px 0;
  border-top: none;
  margin: 0 0 18px 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 18px 0 18px 0;
  border-top: none;
  margin: 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}

.ds-single-post-bottom-section .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.ds-single-post-bottom-section .ds-single-post-ds-chautari {
  padding-top: 18px;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}
.ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 310px;
  margin-right: 10px;
}
.ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  min-width: 120px;
  margin-right: 10px;
  border-radius: 3px;
  display: block;
}
.ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s h4 {
  font-size: 16px;
  font-weight: 600;
}

.ds-single-post-ad-bottom-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.ds-single-post-ad-bottom-sticky .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 0;
  border-top: none;
  margin: 0;
}
.ds-single-post-ad-bottom-sticky .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post-ad-bottom-sticky .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
.ds-single-post-ad-bottom-sticky .sp-advertise-section .advertise-wrap {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .ds-single-post-ad-bottom-sticky {
    display: none;
  }
}

.ds-archive-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ds-archive-page .archive-content-title {
  background-color: #f7f8ff;
  padding: 10px 30px;
  border-radius: 12px;
  margin: 30px 0;
  text-align: center;
}
.ds-archive-page .archive-content-title h1 {
  font-size: 1rem;
  color: #333;
}
.ds-archive-page .archive-content-title > div .archive-sub-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ds-archive-page .archive-content-title > div .archive-sub-categories a {
  background-color: #f09705;
  color: #fff;
  padding: 7px 14px 5px;
  border-radius: 50px;
  text-wrap: nowrap;
  line-height: 1;
  display: block;
  margin: 5px;
  font-size: 14px;
}
.ds-archive-page .post-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.ds-archive-page .ds-archive-load-more-btn {
  margin-top: 30px;
}
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links {
  display: flex;
}
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links span,
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links a {
  background-color: #f7f8ff;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 10px;
}
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links span.current,
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links a.current {
  background-color: #dfdfdf;
}
.ds-archive-page .post-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
  padding: 10px;
}
.ds-archive-page .post-card:hover {
  transform: translateY(-4px);
}
.ds-archive-page .post-card .post-thumbnail {
  display: block;
  width: 145px;
  min-width: 145px;
  margin-right: 10px;
  z-index: 1;
}
.ds-archive-page .post-card .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  object-fit: cover;
}
.ds-archive-page .post-card .post-content .post-title {
  font-size: 14px;
  font-weight: 600;
}
.ds-archive-page .post-card .post-content .post-title a {
  color: #222;
  text-decoration: none;
}
.ds-archive-page .post-card .post-content .post-title a:hover {
  color: #f09705;
}
.ds-archive-page .ds-archive-title {
  max-width: 450px;
}
.ds-archive-page .ds-archive-title .archive-header {
  text-align: center;
  background: #f7f8ff;
  margin-top: 30px;
  padding-bottom: 20px;
  border-radius: 12px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive {
  padding: 10px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive > div {
  min-width: 125px;
  width: 125px;
  height: 125px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive p {
  background-color: #fff;
  padding: 4px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive span {
  font-size: 12px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: contain;
}
.ds-archive-page .ds-archive-title .archive-header .archive-description {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin: 0 20px;
  border-radius: 12px;
  padding: 10px;
  background-color: #fff;
}

.privacy-policy-page {
  padding: 40px 0;
}
.privacy-policy-page .privacy-policy-page-in {
  display: flex;
  flex-direction: column;
}
.privacy-policy-page .privacy-policy-page-in .privacy-policy-page-left {
  margin-bottom: 32px;
}
.privacy-policy-page .privacy-policy-page-in .privacy-policy-page-left div img {
  width: 100%;
}
.privacy-policy-page .privacy-policy-page-in .privacy-policy-page-right .title {
  font-size: 28px;
}
.privacy-policy-page .privacy-policy-page-in .privacy-policy-page-right p {
  margin-bottom: 10px;
  text-align: justify;
}

.why-us-page {
  padding: 40px 0;
}
.why-us-page .why-us-page-in {
  display: flex;
  flex-direction: column;
}
.why-us-page .why-us-page-in .why-us-page-left {
  margin-bottom: 32px;
}
.why-us-page .why-us-page-in .why-us-page-left div img {
  width: 100%;
}
.why-us-page .why-us-page-in .why-us-page-right .title {
  font-size: 28px;
  margin-bottom: 8px;
}
.why-us-page .why-us-page-in .why-us-page-right p {
  margin-bottom: 10px;
  text-align: justify;
}
.why-us-page .why-us-page-in .why-us-page-right .content img {
  border-radius: 3px;
}

.about-us-page {
  padding: 40px 0;
}
.about-us-page .about-us-page-in .about-us-page-content .about-us-page-text .title {
  font-size: 28px;
}
.about-us-page .about-us-page-in .about-us-page-content .about-us-page-text p {
  text-align: justify;
}
.about-us-page .about-us-page-in .about-us-page-content .about-us-page-img {
  height: 350px;
}
.about-us-page .about-us-page-in .about-us-page-content .about-us-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-page .about-us-page-in .about-us-page-team {
  margin-top: 40px;
}
.about-us-page .about-us-page-in .about-us-page-team h1 {
  font-size: 28px;
  margin-bottom: 80px;
  text-align: center;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 90px;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member {
  position: relative;
  background-color: #f7f8ff;
  border-radius: 6px;
  padding: 20px 15px;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-photo {
  position: absolute;
  top: -65px;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  min-width: 130px;
  display: inline-block;
  left: 0;
  right: 0;
  border: 1px solid #ececec;
  border-radius: 50%;
  padding: 2px;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-details {
  text-align: center;
  padding-top: 60px;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-details h4 {
  color: #333;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-details p {
  font-size: 14px;
  color: #858585;
}

.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page {
  margin: 20px 0;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs ul {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f7f8ff;
  padding: 7px;
  border-radius: 30px;
  border: 3px solid rgba(255, 131, 0, 0.0392156863);
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs ul .nav-item {
  list-style: none;
  margin: 0 5px;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs ul .nav-item .nav-link.active {
  background-color: #f09705;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs .screen-maximize {
  flex: 1;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs .screen-maximize > div {
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs .screen-maximize > div i {
  color: #636363;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .tab-content .tab-pane > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .tab-content .tab-pane > div .form-group textarea {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 10px;
  font-size: 18px;
  min-height: 650px;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .tab-content .tab-pane > div .form-group textarea:focus {
  outline: #ececec;
}
.page-template-preeti-unicode-converter.maximized-page header#header,
.page-template-preeti-unicode-converter.maximized-page footer#footer {
  display: none;
}

.ds-search-page,
.ds-index-page {
  padding: 40px 0;
}
.ds-search-page .ds-search-page-header h1,
.ds-index-page .ds-search-page-header h1 {
  background-color: #f7f8ff;
  padding: 10px 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.5;
  color: #f09705;
}
.ds-search-page .ds-search-page-header h1 span,
.ds-index-page .ds-search-page-header h1 span {
  color: #333;
}
.ds-search-page .post-list,
.ds-index-page .post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ds-search-page .post-list article .post-thumbnail,
.ds-index-page .post-list article .post-thumbnail {
  height: 100px;
  display: block;
}
.ds-search-page .post-list article .post-thumbnail img,
.ds-index-page .post-list article .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}
.ds-search-page .post-list article .post-content h2,
.ds-index-page .post-list article .post-content h2 {
  line-height: 1.5;
  margin-top: 10px;
}
.ds-search-page .ds-archive-load-more-btn,
.ds-index-page .ds-archive-load-more-btn {
  margin-top: 30px;
}
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links {
  display: flex;
}
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links span,
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links a,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links span,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links a {
  background-color: #f7f8ff;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 10px;
}
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links span.current,
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links a.current,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links span.current,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links a.current {
  background-color: #dfdfdf;
}

/*# sourceMappingURL=style.css.map */
