.news_template-section {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 3rem;
  display: flex;
  gap: 45px;
  flex-direction: column;
}
.news_template-section .top-div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news_template-section .top-div h1 {
  color: #1F2937;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.news_template-section .news_template-content {
  display: flex;
  flex-wrap: wrap;
}
.news_template-section .news_template-content .breadcrumb {
  display: flex;
  align-items: flex-start;
  padding-bottom: 19px;
  border-bottom: 1px solid #D8D8D8;
}
.news_template-section .news_template-content .breadcrumb a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  display: flex;
}
.news_template-section .news_template-content .breadcrumb a:nth-child(1)::before {
  display: none;
}
.news_template-section .news_template-content .breadcrumb a::before {
  content: "";
  background: url(/wp-content/themes/casinobee/assets/img/split.png);
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}
.news_template-section .news_template-content .breadcrumb span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
  display: flex;
}
.news_template-section .news_template-content .breadcrumb span::before {
  content: "";
  background: url(/wp-content/themes/casinobee/assets/img/split.png);
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}
.news_template-section .news_template-content .news_template-single .news_template-image {
  width: 100%;
  max-width: 100%;
}
.news_template-section .news_template-content .news_template-single .news_template-image img {
  width: 100%;
  height: 12.8125rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.news_template-section .news_template-content .news_template-single .news_template-info .article-info img {
  max-width: 16px;
  max-height: 16px;
  border-radius: 50%;
}
.news_template-section .news_template-content .news_template-single .news_template-info .article-info .published:before {
  content: url("/wp-content/themes/casinobee/assets/img/calendar-icon.png");
  margin-right: 3px;
  margin-top: 3px;
}
.news_template-section .news_template-content .news_template-single .news_template-info .article-info span {
  color: #4B5563;
  font-size: 1rem;
  line-height: 1.5;
}
.news_template-section .news_template-content .news_template-single .news_template-info h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #1F2937;
  padding-top: 0;
}
.news_template-section .news_template-content .news_template-single .news_template-info h2 a {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #1F2937;
  padding-top: 0;
  text-decoration: none;
}
.news_template-section .news_template-content .news_template-single .news_template-info p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #4B5563;
  padding-top: 15px;
}
.news_template-section .news_template-content .pagination {
  text-align: center;
}
.news_template-section .news_template-content .pagination a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2B241C;
  text-decoration: none;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
  min-width: 24px;
  width: 24px;
}
.news_template-section .news_template-content .pagination span,
.news_template-section .news_template-content .pagination a:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FBBF0E;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #FBBF0E;
  border-radius: 4px;
}
.news_template-section .news_template-content .pagination .next span,
.news_template-section .news_template-content .pagination .prev span {
  display: none;
}
.news_template-section .news_template-content .pagination .prev:before {
  content: "";
  background: url(/wp-content/themes/casinobee/assets/img/pag-prev.png);
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.news_template-section .news_template-content .pagination .next:after {
  content: "";
  background: url(/wp-content/themes/casinobee/assets/img/pag-right.png);
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.news_template-section .news_template-sidebar {
  display: none;
}
.news_template-section .news_template-sidebar .latest_casinos-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.news_template-section .flexov {
  display: flex;
}
.news_template-section .flexov img {
  margin-top: 22px;
  margin-right: 20px;
  border-radius: 20px;
}
.news_template-section .flexov .casino-info {
  font-size: 11px;
}
.news_template-section .flexov .author-box {
  font-size: 11px;
  margin-right: 30px;
  font-weight: 400;
}
.news_template-section .flexov .author-box b {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .news_template-section .top-div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .news_template-section .news_template-content .news_template-info .article-info {
        gap: 41.33px;
        font-size: 13px;
    }
    .news_template-section .news_template-content .news_template-single .news_template-image {
        width: unset;
        max-width: 150px;
    }
    .news_template-section .news_template-sidebar {
        display: block !important;
    }
    .news_template-section .top-div .news-search-wrapper {
        display: flex;
        justify-content: end;
    }
}
@media only screen and (min-width: 1024px) {
    .news_template-section .news_template-content {
        min-width: 760px;
    }
    .news_template-section .news-page-sidebar {
        min-width: 360px;
    }
}
.news_template-section {
  margin-top: 0px;
  padding-top: 30px;
  display: flex;
  gap: 45px;
}
.news_template-section .news_template-content .news_template-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.news_template-section .news_template-content .news_template-single .news_template-image {
  width: 100%;
  max-width: 100%;
}
.news_template-section .news_template-content .news_template-single .news_template-info .article-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.news_template-section .news_template-content .news_template-single .news_template-info .article-info .author-box {
  display: flex;
  gap: 5px;
}
.news_template-section .news_template-content .news_template-single .news_template-info .article-info img {
  max-width: 16px;
  max-height: 16px;
}
.news_template-section .news_template-content .news_template-single .news_template-info .article-info .published:before {
  content: "";
  padding-right: 18px;
  background: url(/wp-content/themes/casinobee/assets/img/calendar-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.news_template-section .news_template-content .pagination {
  text-align: center;
}
.news_template-section .news_template-content .pagination a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2B241C;
  text-decoration: none;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
  min-width: 24px;
  width: 24px;
}
.news_template-section .news_template-content .pagination span, .news_template-section .news_template-content .pagination a:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FBBF0E;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #FBBF0E;
  border-radius: 4px;
}
.news_template-section .news_template-content .pagination .next span, .news_template-section .news_template-content .pagination .prev span {
  display: none;
}
.news_template-section .news_template-content .pagination .prev:before {
  content: "";
  background: url(/wp-content/themes/casinobee/assets/img/pag-prev.png);
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.news_template-section .news_template-content .pagination .next:after {
  content: "";
  background: url(/wp-content/themes/casinobee/assets/img/pag-right.png);
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.news_template-section .news-page-sidebar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .news_template-section .news-page-sidebar {
    display: block !important;
    min-width: 240px;
  }
  .news_template-section .news_template-info .article-info {
    gap: 41.33px;
  }
}
@media only screen and (min-width: 1024px) {
  .news_template-section .news_template-content {
    min-width: 760px;
  }
  .news_template-section .news-page-sidebar {
    min-width: 360px;
  }
}