p.hide-toc {
  color: #202833;
  font-family: "Heebo", Sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 20px;
}

.bc-compliance__element img {
  height: 45px !important;
}

.wp-caption img {
  box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
}

.jeg_block_loadmore a {
  color: #ffffff;
  background-color: #0e930a;
}

.jeg_sidebar .jeg_pl_md_2 {
  margin-bottom: 0 !important;
}

.jeg_sidebar .jeg_pl_sm {
  margin-bottom: 10px !important;
}

.jeg_sidebar .jeg_pl_md_box {
  margin-bottom: 20px !important;
}

.fa-thumbs-up {
  color: #3c9118;
}

.fa-thumbs-down {
  color: #ff564a;
}

.fa-app-store-ios {
  color: #4481f0;
}

blockquote {
  border-color: #fbbc09 !important;
  border-color: #969696;
  color: #5e5e5e;
  background-color: white;
  box-shadow: 0px 3px 14px -10px rgb(0 0 0 / 50%);
  padding: 17px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.yellow-accent {
  color: #fbbc09;
}

.steps-style {
  padding: 5px 30px 30px 30px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tablepress-scroll-wrapper .tablepress {
  box-shadow: 0px 3px 14px -10px rgb(0 0 0 / 50%);
  margin-bottom: 25px !important;
  margin-top: 5px !important;
}

.standout-section .fa-solid {
  color: #31942e;
  margin-right: 2px;
}

.standout-section {
  background-color: #f3f3f3 !important;
  padding: 25px !important;
  margin-bottom: 30px;
}

.standout-section h3 {
  margin: 0em 0 0.5em;
}

.tablepress-scroll-wrapper .border-top {
  border-top: 4px #fbbc09 solid !important;
}

.border-top a {
  padding: 3px 10px;
  color: #2d892a;
  background-color: #0e930a33;
  border-radius: 4px;
}

.border-top a:hover {
  opacity: 80% !important;
}

.entry-content th {
  border-left: none;
  border-right: none;
}

.tablepress thead a {
  color: #257a22;
}

.tablepress td {
  border-left: none;
  border-right: none;
}

.tablepress tr {
  border-bottom: none;
}

.tablepress thead th {
  background-color: #fbbc09 !important;
}

.promo-table {
  border: 4px #0e930a solid;
}

.jeg_userlist li {
  margin-bottom: 20px !important;
}

.jeg_userlist-wrap {
  box-shadow: none !important;
}

/*Put authors and last update date on evergreen under H1*/
#evergreen-author .widget {
  margin-bottom: 0 !important;
}

#evergreen-author h1 {
  margin-bottom: -10px;
  margin-top: 0 !important;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-size: 42px !important;
}

@media only screen and (max-width: 767px) {
  #evergreen-author h1 {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }
}

#evergreen-author .jeg_meta_author .meta_text {
  margin-right: 3px !important;
}

#evergreen-author .jeg_meta_author img {
  margin-right: 7px !important;
}

#evergreen-author .jeg_meta_date::before {
  content: " | LAST UPDATED:" !important;
  margin-right: 2px;
}

#evergreen-author .meta_left {
  margin-right: 3px !important;
}

.jeg_sidebar .jeg_postblock_29 h3 {
  font-weight: 700 !important;
}

.content-inner li {
  font-size: 16px;
}

/*all body line height*/
.content-inner {
  line-height: 26px;
}

/*bet boost banner white space*/
.subbanner {
  background: #fff;
  text-align: center;
  padding-top: 20px
}

@media only screen and (max-width: 1024px) {
  .subbanner {
    padding-top: 0;
  }
}

#toc_container li:last-child:after {
  content: "";
}

#toc_container li:first-child:before {
  content: "CONTENTS: ";
  font-weight: 600;
}

li:last-child:after {
  content: "";
}

#toc_container p.toc_title+ul.toc_list {
  margin-top: 0;
}

#toc_container li {
  margin-left: 2px;
}

div#toc_container {
  background: #f9f9f9;
  border: 1px solid #e6e6e6 !important;
}

.toc_list li::after {
  content: " | ";
}

.toc_list li {
  display: inline-block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.play-button {
  text-align: center;
}

/*make dollar sign white on lets review*/
.i-wrap .fa {
  color: white;
}

/*lets review header color*/
.lets-review--center .lets-review-block__main-title .lets-review-block__title {
  color: white;
}

/*make sidebar on reviews disappear when shrunk*/
@media only screen and (max-width: 1200px) {
  .mpc-column--sticky {
    display: none;
  }

  .mpc-column {
    width: 100%;
  }
}

/*done*/
.entry-content h1 {
  font-weight: 700;
}

/*toc for reviews*/
.mpc-column--sticky div#toc_container {
  width: 100%;
  border: 1px solid #e6e6e6 !important;
}

.mpc-column--sticky #toc_container {
  padding: 0;
}

.toc-review-head {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #2e2e2e;
  overflow-wrap: break-word;
  display: block;
  list-style: none;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-family: inherit;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 11px 10px 11px 20px;
  font-size: 14px;
  background: #f9f9f9;
}

.mpc-column--sticky #toc_container li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #2e2e2e;
  overflow-wrap: break-word;
  display: block;
  list-style: none;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-family: inherit;
  border-bottom: 1px solid #e6e6e6;
  padding: 11px 10px 11px 20px;
  font-size: 14px;
}

.mpc-column--sticky .toc_list li:last-child:after {
  border-bottom: none;
}

.mpc-column--sticky #toc_container li:first-child:before {
  content: "";
}

li:last-child:after {
  content: "";
}

.mpc-column--sticky .toc_list li::after {
  content: "";
}

.mpc-column--sticky #toc_container a {
  color: #2e2e2e;
}

/*end toc for reviews*/
.tablepress .column-1 {
  font-weight: 700;
}

.jeg_aside_item img {
  display: none;
}

.jeg_footer_bottom img:last-child {
  margin-right: 10px;
}

.vc_toggle {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #e4e4e4;
  margin-bottom: 5px;
  color: #3e3e3e;
}

.vc_toggle h4 {
  font-size: 16px;
  font-weight: 600 !important;
  color: #3e3e3e;
  margin-left: 6px;
}

.vc_toggle_icon {
  border-color: #3e3e3e;
}

.jeg_sticky_nav .jeg_logo {
  margin-right: 125px;
}

.content-inner ul li {
  margin-bottom: 0;
  font-family: Source Sans Pro;
}

.tablepress {
  width: 100% !important;
}

.mpc-carousel-image.mpc-carousel--stretched .slick-list {
  margin-left: 25px;
}

.single .entry-content h2 {
  font-weight: 700;
}

.single .entry-content h3 {
  font-weight: 700;
}

.single .entry-content h4 {
  font-weight: 700;
}

.entry-content h2 {
  font-weight: 700;
}

.entry-content h3 {
  font-weight: 700;
}

.entry-content h4 {
  font-weight: 700;
}

.jeg_author_content {
  color: #636363;
}

.jeg_authorbox {
  padding: 30px 0 10px 0;
}

.entry-content blockquote {
  font-size: 16px;
  border-color: #969696;
  color: #7b7b7b;
  line-height: inherit;
}

.content-inner ul {
  font-size: inherit;
  margin-bottom: 1.25em;
}

@media only screen and (max-width: 766px) {
  .wpb_gmaps_widget .wpb_map_wraper iframe {
    display: none;
  }
}

.ratingTable ul {
  padding-left: 0;
}

.ratingTable.theme1 .content>div>div:nth-child(4) {
  width: 34% !important;
}

.ratingTable.theme3 .content>div>div:nth-child(3) {
  width: 35%;
}

.ratingTable.theme3 .content>div>div:nth-child(4) {
  width: 15%;
}

@media (max-width: 766px) {
  .ratingTable.theme3 .content>div>div:nth-child(3) {
    width: auto;
  }
}

.fm-tooltip-frame {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0;
}

.popularpost_meta {
  display: none;
}

@media only screen and (max-width: 480px) {

  .mc4wp-form input[type=email],
  .mc4wp-form input[type=submit],
  .mc4wp-form input[type=text] {
    height: 36px;
  }
}

.content-inner ol {
  font-size: inherit;
  margin-bottom: 1.25em;
}

.content-inner ol li {
  margin-bottom: 0;
  font-family: Source Sans Pro;
}

/*fanduel sports*/
.page-id-47636 .mid-bonus-btn {
  background: #4682B4;
}

/*dk sports*/
.page-id-50443 .mid-bonus-btn {
  background: #3d6a14;
}

/*pointsbet sports*/
.page-id-56532 .mid-bonus-btn {
  background: #ec1b42;
}

/*sugarhouse sports*/
.page-id-46700 .mid-bonus-btn {
  background: #3274af;
}

/*fox bet sports*/
.page-id-62177 .mid-bonus-btn {
  background: #0465be;
}

/*unibet sports*/
.page-id-65163 .mid-bonus-btn {
  background: #067449;
}

/*betmgm sports*/
.page-id-65230 .mid-bonus-btn {
  background: #a9945e;
}

/*888sport*/
.page-id-66036 .mid-bonus-btn {
  background: #333;
}

/*betrivers sports*/
.page-id-66195 .mid-bonus-btn {
  background: #4a6fa1;
}

/*will hill sports*/
.page-id-66429 .mid-bonus-btn {
  background: #5973a7;
}

/*bet365 sports*/
.page-id-67302 .mid-bonus-btn {
  background: #068f6b;
}

/*mid bonus button ad inside reviews */
.mid-bonus-btn {
  background-color: #3C9119 !important;
  padding: 25px 20px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  border-radius: 3px !important;
  text-align: center;
  display: block;
  border-bottom: 3px solid #6acb28;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.mid-bonus-btn:hover {
  opacity: 80%;
  color: #fff;
}

.tablepress tbody td {
  vertical-align: middle;
}

.app-table td {
  display: table-cell !important;
  vertical-align: middle !important;
}

.app-table td.column-2 a {
  background-color: #3C9119 !important;
  padding: 12px 20px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  border-radius: 3px !important;
  text-align: center;
  display: inline-block;
  border-bottom: 3px solid #6acb28;
}

.app-table td a:hover {
  opacity: 0.75;
}

.app-table span {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .app-table td.column-1 {
    font-size: 14px;
    padding-right: 0 !important;
  }

  .app-table span {
    font-size: 14px;
    font-weight: 500;
  }

  .app-table th.column-1 {
    padding-right: 0 !important;
  }
}

.app-table td.column-2 span {
  font-weight: 400;
  font-size: 12px;
}

.app-table td.column-2 span a {
  color: inherit !important;
  padding: inherit !important;
  background-color: white !important;
  font-weight: 400px;
}

@media screen and (max-width: 767px) {
  .app-table td a {
    padding: 10px 10px;
    font-size: 15px;
  }
}

@media screen and (min-width: 767px) {
  #menu-item-61226:hover ul.sub-menu {
    min-width: 35rem;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .app-table td a {
    padding: 13px 15px;
  }

  .ratingTable.theme1 .content>div>div:nth-child(3),
  .ratingTable.theme1 .content>div>div {
    width: calc(100% - 90px) !important;
    border: 0 !important;
  }
}

.jeg_footer.dark .cat-item-1,
.cat-item-25184,
.cat-item-25185,
.cat-item-25187 {
  display: none !important;
}

.bc-compliance__element {
  display: inline-block;
}

.jeg_post_meta,
.jeg_post_meta .meta_left,
.jeg_post_meta .meta_right,
.jeg_post_meta .jeg_meta_author {
  display: flex;
  align-items: center;
}

.jeg_post_meta .jeg-vc-wrapper {
  width: 100%;
}

#tablepress-19 tr td.column-1 {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .jeg_post_meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .jeg_post_meta .jeg_meta_author {
    align-items: flex-start;
  }

  .jeg_post_meta .jeg_meta_author img {
    width: 40px;
  }

  .jeg_post_meta .meta_right {
    margin-left: 47px;
    margin-top: -23px
  }

  #evergreen-author .jeg_meta_date::before {
    content: '' !important;
  }

  #tablepress-19 tr td.column-1 {
    width: auto;
  }

  .jeg_single_tpl_2 .entry-header .jeg_post_meta_2 {
    display: block !important;
    margin-bottom: 40px;
  }
}

/* Basic styles for cls bam cls fix */
bam-banner {
  display: block;
  min-height: 82px;
  /* other styles... */
}

/* Mobile styles */
@media screen and (max-width: 480px) {
  bam-banner {
    min-height: 175px;
  }
}

/* Tablet styles */
@media screen and (min-width: 481px) and (max-width: 768px) {
  bam-banner {
    min-height: 138px;
  }
}

/* Desktop styles */
@media screen and (min-width: 769px) {
  bam-banner {
    min-height: 82px;
  }
}

/* Basic styles bam list cls fix */
bam-promotion-list {
  display: block;
  min-height: 528px;
}

/* Mobile styles */
@media screen and (max-width: 480px) {
  bam-promotion-list {
    min-height: 739px;
  }
}

/* Tablet styles */
@media screen and (min-width: 481px) and (max-width: 768px) {
  bam-promotion-list {
    min-height: 528px;
  }
}

/* Desktop styles */
@media screen and (min-width: 769px) {
  bam-promotion-list {
    min-height: 528px;
  }
}

.jeg_meta_author.coauthor .jnews_multiple_author {
  border: none !important;
}

.hero-header .cta__box-top-in.legal.General {
  background-image: url("https://sportshandle.com/wp-content/uploads/2024/02/location.png") !important;
  background-size: 35px !important;
}