body {
  --light-gray-black: #efefef;
  --light-gray-border: #efefef;
  --gray-light-color:#292a2d;
  --white-gray-bkg:#fff;
  --text-white: #040504;
  --white-gray-light-bkg: #fff;
  --light-gray-bkg: #efefef;
  --light-gray-bkg-rgb: 239,239,239;
  --black-white: #fff;
  --white-black-rgb: 255,255,255;
  --black-white-rgb: 4,5,4;
  --light-white: #9a9999;
  --stars-border:#e1e1e1;
  --white-green:#fff;
  --green-white:#149688;
  --table-bg: 239,239,239;
  --dark-gray:#b9b8b8;
  --black-gray: #040504;
  --footer-gray-color: #b9b8b8;
}

body.dark {
  --light-gray-black: #040504;
  --light-gray-border: #2a2a2d;
  --gray-light-color: #efefef;
  --white-gray-bkg: #040504;
  --text-white: #dedada;
  --white-gray-light-bkg: #2a2a2d;
  --light-gray-bkg: #474545;
  --light-gray-bkg-rgb: 71,69,69;
  --black-white: #040504;
  --white-black-rgb: 4,5,4;
  --black-white-rgb: 255,255,255;
  --light-white: #fff;
  --stars-border:#f2f1f1;
  --white-green:#149688;
  --green-white:#fff;
  --table-bg: 20,20,20;
  --dark-gray:#474545;
  --black-gray: #4c4c4c;
  --footer-gray-color: #2a2a2d;
}

.main-content-header {
  padding: 1rem 1.25rem;
}
.main-content-header #advertisement {
  padding-right: 23.75rem;
}
.main-content-header .switch {
  margin: 0.87rem 2.4rem 1rem 0;
}
.main-content-header .switch:after {
  bottom: -1.15rem;
  left: -1.25rem;
}
.main-content-header .header-menu {
  border-top: 0.125rem solid #7d7d7d;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-left: -1.25rem;
}
.main-content-header .header-menu a.active {
  font-weight: bold;
}

.single-news-page .main-section {
  padding-bottom: 3.5rem;
}
.single-news-page .main-section > h2,
.single-news-page .main-section > h3 {
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
}
.single-news-page .main-section > p {
  line-height: 1.55rem;
  padding-bottom: 1.5rem;
}
.single-news-page .main-section .single-news {
  margin-top: 1.6rem;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1.5rem;
}
.single-news-page .main-section .single-news .single-news-img {
  aspect-ratio: 16/8;
  margin-bottom: 1rem;
}
.single-news-page .main-section .single-news .single-videos-embed {
  aspect-ratio: 16/8;
}
.single-news-page .main-section .single-news .single-videos-embed > iframe {
  aspect-ratio: 16/8;
  width: 100%;
  height: 100%;
}
.single-news-page .main-section .single-news .news-league-container {
  background-color: #149688;
  width: fit-content;
  padding: 0.15rem 1.2rem 0.15rem 0.7rem;
  font-size: 1rem;
  font-family: "Poppins-Medium";
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.single-news-page .main-section .single-news .news-league-container img {
  margin-right: 1rem;
  height: 1.75rem;
}
.single-news-page .main-section .single-news .news-league-container:hover {
  color: #64ffda;
}
.single-news-page .main-section .single-news .news-author {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.single-news-page .main-section .single-news .news-author .author {
  display: flex;
  margin-top: 2.5rem;
  position: relative;
}
.single-news-page .main-section .single-news .news-author .author .author-img-link .author-image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: white;
  border: 0.2rem solid #149688;
  border-radius: 50%;
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin-top: -0.5rem;
}
.single-news-page .main-section .single-news .news-author .author .author-img-link:hover + .author-details {
  color: #149688;
}
.single-news-page .main-section .single-news .news-author .author .author-details {
  display: flex;
  flex-direction: column;
  background: linear-gradient(90deg, rgba(161, 161, 161, 0.16) 20%, rgba(var(--white-black-rgb), 0.16) 75%);
  font-family: "Poppins-Bold";
  line-height: 1.2rem;
  justify-content: center;
  padding: 0.5rem 1rem 0.5rem 4rem;
  margin-left: 1.2rem;
  margin-bottom: 0;
}
.single-news-page .main-section .single-news .news-author .author .author-details span {
  font-family: "Poppins-Regular";
  font-size: 1rem;
}
.single-news-page .main-section .single-news .news-author .author .author-details small {
  font-size: 0.8125rem;
  font-family: "Poppins-Regular";
  color: #9a9999;
}
.single-news-page .main-section .single-news .news-author .syndication-disclosure {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  border-left: 3px solid #00a651;
  background: rgba(161, 161, 161, 0.08);
}
.single-news-page .main-section .single-news .news-author .syndication-disclosure p {
  font-size: 0.8125rem;
  font-family: 'Poppins-Regular';
  color: #9a9999;
  margin: 0;
}
.single-news-page .main-section .single-news .news-author .info-share {
  display: flex;
  justify-content: space-between;
}
.single-news-page .main-section .single-news .news-author .info-share .info-btn {
  font-size: 1rem;
  position: relative;
  border-bottom: 0.125rem solid #149688;
  height: fit-content;
  margin-right: 1.6rem;
}
.single-news-page .main-section .single-news .news-author .info-share .info-btn img {
  margin-right: 0.5rem;
  height: 1.25rem;
}
.single-news-page .main-section .single-news .news-author .info-share .info-btn .info-popup {
  position: absolute;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
  padding: 1rem;
  width: 14.3rem;
  background: var(--white-gray-light-bkg);
  right: 0;
  top: 108%;
  display: none;
  transition: 0.5s;
}
.single-news-page .main-section .single-news .news-author .info-share .info-btn .info-popup p {
  font-size: 0.5625rem;
  color: #9a9999;
  margin-bottom: 0;
}
.single-news-page .main-section .single-news .news-author .info-share .info-btn:hover .info-popup {
  display: flex;
}
.single-news-page .main-section .single-news .news-author .info-share .share-btn {
  border-bottom: 0.125rem solid #149688;
  height: fit-content;
  margin-right: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
.single-news-page .main-section .single-news .news-author .info-share .share-btn img {
  height: 1.3rem;
  margin-bottom: 0.2rem;
}
.single-news-page .main-section .single-news .news-author .info-share .share-btn:hover .share-popup {
  display: flex;
}
.single-news-page .main-section .single-news .news-author .info-share .share-btn .share-popup {
  display: none;
  background-color: var(--white-gray-light-bkg);
  justify-content: center;
  position: absolute;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  left: 0;
  top: 110%;
  padding: 0.5rem;
}
.single-news-page .main-section .single-news .news-author .info-share .share-btn .share-popup ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.single-news-page .main-section .single-news .news-author .info-share .share-btn .share-popup ul li {
  margin-top: 0.1rem;
}
.single-news-page .main-section .single-news .news-author .info-share .share-btn .share-popup ul li img {
  width: 1.5rem;
  height: 1.5rem;
}
.single-news-page .main-section .single-news .news-author .info-share .share-btn .share-popup ul li:hover img {
  filter: invert(0%) brightness(145%);
}
.single-news-page .main-section .single-news-text {
  margin-top: 1.1rem;
  display: grid;
}
.single-news-page .main-section .single-news-text.user-content a {
  color: #149688;
}
.single-news-page .main-section .single-news-text.user-content a:hover {
  text-decoration: underline;
}
.single-news-page .main-section .single-news-text .twitter-tweet {
  justify-self: center;
}
.single-news-page .main-section .single-news-text .instagram-media {
  justify-self: center;
}
.single-news-page .main-section .single-news-text h3 {
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
}
.single-news-page .main-section .single-news-text p {
  line-height: 1.55rem;
  padding-bottom: 1.5rem;
}
.single-news-page .main-section .single-news-text ul {
  list-style: disc;
  list-style-image: url("../../img/green-hook-icon.svg");
  padding-left: 2rem;
  margin: 0 2.9rem;
}
.single-news-page .main-section .single-news-text ul li::marker {
  color: #149688;
}
.single-news-page .main-section .single-news-text ul li {
  margin-bottom: 0.4rem;
}
.single-news-page .main-section .single-news-text ul li p {
  padding-bottom: 0;
}
.single-news-page .main-section .single-news-text ul li img {
  margin-right: 0.5rem;
  width: 1rem;
}
.single-news-page .main-section .bonus-card {
  margin-top: 0.7rem;
  margin-bottom: 3rem;
}
.single-news-page .main-section .share-icons-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(90deg, rgba(161, 161, 161, 0.1) 24%, rgba(var(--white-black-rgb), 0.16) 100%);
  padding: 0.6rem 4.6rem;
  width: fit-content;
}
.single-news-page .main-section .share-icons-container p {
  margin-right: 0.5rem;
  padding-bottom: 0;
  font-family: "Poppins-Bold";
}
.single-news-page .main-section .share-icons-container a {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-news-page .main-section .share-icons-container a:hover {
  transform: translateY(-3px);
  border-radius: 50%;
  box-shadow: 0 0.3rem 0.2rem 0.1rem rgba(0, 0, 0, 0.16);
}
.single-news-page .main-section .share-icons-container a img {
  height: 2.9rem;
  width: auto;
}
.single-news-page .main-section .in-this-topic {
  margin-top: 2.5rem;
  margin-left: 4.4rem;
}
.single-news-page .main-section .in-this-topic p {
  font-family: "Poppins-Bold";
  padding-bottom: 0;
}
.single-news-page .main-section .in-this-topic .in-this-topic-button-container {
  margin-top: 1rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.single-news-page .main-section .in-this-topic .topic-tag {
  border: 0.0625rem solid #7d7d7d;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-white);
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
  font-weight: 400;
}
.single-news-page .main-section .in-this-topic .topic-tag:hover {
  background-color: #149688;
  border-color: #149688;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(20, 150, 136, 0.3);
}
.single-news-page .main-section .in-this-topic .topic-tag img, .single-news-page .main-section .in-this-topic .topic-tag .flag-container {
  height: 1.6rem;
  width: 1.6rem;
  min-width: 1.6rem;
  margin-right: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
}
.single-news-page .main-section .in-this-topic .topic-tag .flag-container::after,
.single-news-page .main-section .in-this-topic .topic-tag .flag-container::before {
  display: none !important;
  content: none !important;
}
.single-news-page .main-section .most-read-stories {
  margin-top: 3.4rem;
  padding-bottom: 1.8rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  border: 0.0625rem solid var(--light-gray-border);
}
.single-news-page .main-section .most-read-stories .most-read-stories-header {
  display: flex;
  align-items: center;
  background-color: #149688;
  color: #fff;
  padding: 0.7rem 2.6rem;
}
.single-news-page .main-section .most-read-stories .most-read-stories-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.single-news-page .main-section .most-read-stories .most-read-stories-main {
  padding: 2.35rem 3rem;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1.1rem 2.8rem;
}
.single-news-page .main-section .most-read-stories .most-read-stories-main .most-read-stories-card {
  background-color: var(--light-gray-border);
  padding: 0 1.7rem 2.3rem 1.7rem;
  position: relative;
}
.single-news-page .main-section .most-read-stories .most-read-stories-main .most-read-stories-card:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 0.125rem;
  background-color: #149688;
}
.single-news-page .main-section .most-read-stories .most-read-stories-main .most-read-stories-card .col-number {
  display: flex;
  justify-content: center;
  padding-top: 0.7rem;
  padding-right: 1.2rem;
}
.single-news-page .main-section .most-read-stories .most-read-stories-main .most-read-stories-card .col-number .number {
  min-width: 3.4rem;
  font-size: 2.9375rem;
  font-family: "LeagueSpartan-Bold";
  color: #149688;
}
.single-news-page .main-section .most-read-stories .most-read-stories-main .most-read-stories-card .col-text {
  flex: 1;
}
.single-news-page .main-section .most-read-stories .most-read-stories-main .most-read-stories-card .col-text h3 {
  color: #149688;
  padding-top: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.single-news-page .main-section .most-read-stories .most-read-stories-main .most-read-stories-card .col-text p {
  font-family: "Poppins-Medium";
  line-height: 1.25rem;
}
.single-news-page .main-section .most-read-stories .most-read-stories-footer {
  display: flex;
  justify-content: center;
}
.single-news-page .right-column {
  padding-top: 1.6rem;
}
.single-news-page .right-column .find-out-more .find-out-more-header {
  background: #64ffda;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  padding: 0.3rem 1rem;
}
.single-news-page .right-column .find-out-more .find-out-more-main {
  background-size: cover;
  background-position: center;
  padding-bottom: 1rem;
  padding-top: 12rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.single-news-page .right-column .find-out-more .find-out-more-main button {
  font-size: 0.875rem;
}
.single-news-page .right-column .find-out-more.soccer-tickets .find-out-more-main {
  background-image: url("../../img/3.single-news/find-out-more.png");
}
.single-news-page .right-column .find-out-more.betting-guide .find-out-more-main {
  background-image: url("../../img/3.single-news/your-expert-betting-guide.svg");
}
.single-news-page .right-column .advertisement {
  width: 100%;
}
.single-news-page .right-column .advertisement p {
  font-size: 0.875rem;
}
.single-news-page .right-column .advertisement .advertisement-lead-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  max-width: 100%;
}
.single-news-page .right-column .advertisement .advertisement-lead-banner img {
  max-width: 100%;
  height: auto;
}
.single-news-page .right-column .advertisement .advertisement-lead-banner h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #fff;
  width: 100%;
  padding: 7.1rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 0;
  color: #fff;
  font-family: "LeagueSpartan-SemiBold", sans-serif;
  font-weight: 600;
}
.single-news-page .right-column .follow-us {
  width: 100%;
  background: linear-gradient(90deg, rgba(161, 161, 161, 0.1) 20%, rgba(var(--white-black-rgb), 0.16) 75%);
  padding: 0.8rem;
}
.single-news-page .right-column .follow-us p {
  border-bottom: 0.125rem solid #149688;
  font-size: 1.25rem;
}
.single-news-page .right-column .follow-us .social-media-icons-container {
  padding-top: 0.8rem;
  gap: 0.9rem;
  margin-bottom: 0;
}
.single-news-page .right-column .follow-us .social-media-icons-container li {
  position: relative;
}
.single-news-page .right-column .follow-us .social-media-icons-container li a img {
  height: 2.8rem;
  position: relative;
}
.single-news-page .right-column .follow-us .social-media-icons-container li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0.475rem 0.3875rem 0 rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0 0.475rem 0.3875rem 0 rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0.475rem 0.3875rem 0 rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
.single-news-page .right-column .follow-us .social-media-icons-container li:hover:after {
  opacity: 1;
}

@media (max-width: 1399px) {
  .main-content-header .switch {
    margin: 0;
  }
  .main-content-header .top-nav {
    padding: 1rem 0;
  }
  .main-content-header #advertisement {
    padding-right: 0;
  }
  .single-news-page .main-section .most-read-stories .most-read-stories-main p {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .single-news-page .main-section .single-news .news-author {
    flex-direction: column-reverse;
  }
  .single-news-page .main-section .single-news .news-author .info-share .info-btn .info-popup {
    width: auto;
  }
  .single-news-page .main-section .most-read-stories .most-read-stories-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-news-page .main-section .bonus-card {
    margin-top: 5.5rem;
  }
}
@media (max-width: 500px) {
  .single-news-page .main-section .share-icons-container {
    padding-right: 0rem;
    padding-left: 0.5rem;
    gap: 0.3rem;
  }
  .single-news-page .main-section .in-this-topic {
    margin-left: 0;
  }
}

/*# sourceMappingURL=single-news.css.map */
