/* HEADING SIZES */

h1 {
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
}

h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 13px !important;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}


h4 {
	font-size: 16px;
	font-weight: 600;
}


@media screen and (max-width: 768px) {
	h1 {
		font-size: 18px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 16px;
	}
	
	h4 {
		font-size: 14px;
	}

}

.wp-site-blocks {
    margin-top: 90px;
}

.site-footer h3 {
	font-size: 14px;
	color: #fff;
}

/* facebook icon footer */
.eb-socials {
    justify-content: unset !important;
}
.wp-block-essential-blocks-social {
    margin-top: 0;
}

.header-title h1 {
	color: #ffffff;
	font-style: italic;
}

@media screen and (max-width: 580px){
	.site-header .wp-block-group:first-child {
		padding-top:  5px!important;
		padding-bottom: 5px!important;
	}
	
	.site-header .custom-logo {
		max-width: 180px;
	}
	
	.header-title {
		margin-top: 48px !important;
	}
}

.no-height .wp-block-image a {
	display: flex;
}



/* Info table reviews */
.entry-content.wp-block-post-content .infotable-box {
	padding: 5px 15px;
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0px 2px 5px rgba(77, 113, 137, 0.20));
	margin-bottom: 10px;
}

.entry-content.wp-block-post-content .infotable-box li {
	display: flex;
    justify-content: space-between;
	font-weight: 900;
	color: #00416F;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;	
}

.entry-content.wp-block-post-content .infotable-box li:last-child {
	border-bottom: 0;
}

.entry-content.wp-block-post-content .infotable-box li strong {
	font-weight: 400;
}

.entry-content p a {
	color: #A01D1D;
}

.bold {
     font-weight: 700;
}
 .casino-template-wp-custom-template-child-casino .cta-sticker {
     display: none!important;
}
 .casino-template-wp-custom-template-child-casino .site-footer {
     padding-bottom: 0 !important;
}

/* Breadcrumbs */
.yoast-breadcrumbs * {
    color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.breadcrumb_last * {
    font-weight: bold !important;
}

/* Byline */ 
.byline {
	text-align: right;
}
.byline * {
	color: #fff;
	font-size: 14px;
}
.bylines-review.sc {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.bylines-fast {
	display: flex;
    align-items: center;
}

.by-image {
    max-height: 40px;
}
.by-image img {
	/* border: 3px solid #FF422B;*/
	border-radius: 50%;
	/* box-shadow: 1px 1px 3px #000;*/
	/* padding: 3px;*/
	max-width: 40px;
	height: auto;
	margin-right: 10px;
}

/* Bullets / UL */
.wp-block-custom-bullets {
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(77, 113, 137, 0.20);
    border-left: 8px solid #00416F;
	border-radius: 0px 10px 10px 0px;
	margin: 0 0 16px 0;	
	padding: 7px 40px;
}
.wp-block-custom-bullets li::marker {
    color: #0081E7;
}
strong {
    font-weight: bold !important;
}

/* Inzet Block */
.wp-block-custom-inzet {
	background-color: #fff;
	color: #00416F;
    box-shadow: 0px 2px 5px 0px rgba(77, 113, 137, 0.20);
	border-radius: 0px 10px 10px 0px;
	margin: 0 30px 16px 30px;	
	padding: 7px 40px;
}
h2#inzet {
    color: #00416F;
}
.wp-block-custom-inzet * {
	font-weight: bold;
}
.wp-block-custom-inzet ul {
    padding-inline-start: 14px;
}
.wp-block-custom-inzet li::marker {
    color: #0081E7;
}

/* Text Highlight Block */
.wp-block-custom-text-highlight {
    background-color: #fff;
    color: #00416F;
    box-shadow: 0px 2px 5px 0px rgba(77, 113, 137, 0.20);
    border-radius: 10px;
    margin: 0 0 25px 0;
}
.wp-block-custom-text-highlight h3 {
    background-color: #00416F;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px;
	margin: 0;
}
.wp-block-custom-text-highlight p {
    padding: 15px;
}

/* Review Box */
 .reviewbox {
     width: 100%;
     background-color: #fff;
     border: 1px solid #EBF4FA;
     box-shadow: 0px 2px 5px rgba(77, 113, 137, 0.2);
     border-radius: 10px;
     margin-top: 24px;
	     margin-bottom: 15px;
     padding: 0 16px;
}
 .reviewbox .casinologo {
     text-align: center;
     margin-top: 15px;
	 margin-bottom: 15px;
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
   	height: 90px;
}
 .reviewbox .casinologo img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.reviewbox-title {
	font-size: 15px;
	color: #333232;
	font-weight: 400;
	line-height: 22px;
}

.reviewbox-bonus  {
	color: #333232;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	padding: 8px 0;
}
.reviewbox-list, .casinofeatures div {
	font-size: 15px;
	color: #333232;
}
.casinofeatures.cons img {
    filter: saturate(0.8);
}
 .reviewbox ul {
     list-style: none;
     padding-left: 0;
     font-size: 14px;
     color: #000000;
	 margin: 8px 0 12px;
}
 .reviewbox ul li {
     text-align: right;
	 padding-bottom: 3px;
}
 .reviewbox strong {
     float: left;
     margin-right: 10px;
     font-weight: 700;
     color: #333232;
}
 .reviewbox .dashicons {
     color: #0081E7;
     font-size: 14px;
     vertical-align: -1px;
}
 .reviewbox .box-btn {
     text-align: center;
     margin: 16px 0;
}
 .reviewbox .box-btn a {
         border: 2px solid #E9EEEF;
        background: #A01D1D;
    padding: 10px;
    display: block;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 8px;
     box-shadow: 0px 4px 4px 0px rgba(160, 29, 29, 0.3);
    font-style: italic;
}
 .reviewbox .box-btn a:hover {
     opacity: 0.8;
}
 .reviewbox .payment-images {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 4px 7px;
}
 .reviewbox .payment-images-img {
     background-color: #efefef;
     display: grid;
     grid-template-columns: 30px 1fr;
     gap: 8px;
     padding: 2px 5px;
}
 .reviewbox .payment-images img {
     width: 34px;
     height: 22px;
}
 .reviewbox .payment-images-img span {
     font-size: 12px;
     align-self: center;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
 .reviewbox .hide {
     display: none;
}
 .reviewbox .payment-images-show {
     background-color: #efefef;
     display: grid;
}
 .reviewbox .payment-images-show span {
     font-size: 12px;
     align-self: center;
     margin: 0 auto;
}
.reviewbox .payment-images-show.hide {
	display: none;
}

/* Rating stars */
.reviewbox .ratingbox {
    padding: 0;
}

.reviewbox  .ratingbox span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.reviewbox  span.rate {
    display: inline-block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -19px;
}
.reviewbox  span.ratetotal {
    display: block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -2px;
}

/* End Rating stars */


/* End Review Box */

/* HeroBOX*/


.herobox {
	padding: 15px;
	border-radius: 8px;
	border: 2px solid #DADADA;
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
}

.herobox .casinologo {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
	min-width: 170px;
    height: 100%;
}

.herobox .casinologo img {
	width: 100%;
	height: auto;
	padding: 15px;
	max-width: 200px;
}

.herobox_wrap {
	display: grid;
	grid-template-columns: 1fr .4fr;
	gap: 20px;
}

.herobox_wrap-grid {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  grid-template-areas:
    "box1 box1"
    "box2 box3";
  gap: 10px;
}

.box-1 { grid-area: box1; }
.box-2 { grid-area: box2; }
.box-3 { grid-area: box3; }


@media (max-width: 768px) {
  .herobox_wrap-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "box2"
      "box1"
      "box3";
  }
	
}

.herobox_wrap-title {
	display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}

.herobox-title {
	font-weight: 900;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0px;

}

.herobox .ratingbox {
    padding: 0;
	padding-top: 4px;
}

.herobox-bonus {
	font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #043A63;
    display: flex;
    align-items: center;
    border: 1px solid #DADADA;
    padding: 10px;
    margin: 0 0;
    border-radius: 8px;
}

.herobox_wrap-details {
	border: 1px solid #DADADA;
	padding: 10px;
	margin: 0 0;
	border-radius: 8px;
}

.herobox_wrap-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-bottom: 10px;
}

.herobox_wrap-specs .payment-images-show {
	background: #D9D9D9;
    width: 32px;
    height: 22px;
    text-align: center;
    border-radius: 4px;
	cursor: pointer;
}

.herobox  .ratingbox span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.herobox  span.rate {
    display: inline-block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -19px;
}
.herobox  span.ratetotal {
    display: block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -2px;
}

.herobox .reviewbox-btn {
    border: 2px solid #E9EEEF;
    background: #A01D1D;
    padding: 10px;
    display: block;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 8px;
		/* box-shadow: 0px 4px 4px 0px rgba(0, 97, 153, 0.2); */
		box-shadow: 0px 4px 4px 0px rgba(160, 29, 29, 0.3);
    font-style: italic;
}
.herobox .reviewbox-btn img {
    margin-left: 6px;
    vertical-align: -1px;
}

.herobox-info {
	list-style-type: none;
    display: flex;
	flex-wrap: wrap;
    padding: 0;
    gap: 10px;
	margin-bottom: 0;
}

.box-btn .ratingbox {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
	    align-items: center;
}


.box-btn .ratingbox  .rating-suffix {
	text-transform: capitalize;
    font-size: 14px;
	color: #5D5855;
}

.herobox-info li { 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	gap: 5px;
}

.herobox-info li strong {
	color: #043A63;
}

@media screen and (max-width: 1180px) {
	.box-btn .ratingbox  .rating-suffix {
		 font-size: 12px;
	}
}

@media screen and (max-width: 980px) {
	.herobox_wrap {
		grid-template-columns: 1fr;
	}
	
	.herobox .casinologo {
		padding: 20px 0;
	}
	
	
	.herobox-bonus {
		line-height: 26px;
	}

}

@media screen and (max-width: 640px) {
	.herobox_wrap-features {
		grid-template-columns: 1fr;
	}
	
	.herobox-info {
		display: block;	
	}
	
	.herobox-info li {
		justify-content: space-between;
	}
	

    body.logged-in.single-casino .wp-site-blocks {
        margin-top: 50px !important;
    }
	
	.single-casino .wp-site-blocks  {
		margin-top: 55px !important;
	}


}

/* End HeroBOX*/


/* NOT recommended Casinos */

.notrec-casino-wrapper {
  display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 10px 0;
}

@media screen and (max-width: 1100px) {
	.notrec-casino-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 580px) {
	.notrec-casino-wrapper {
		grid-template-columns: 1fr;
	}
}

.notrec-casino-card {
  width: 100%;
  background: #fff;
  border: 2px solid #f90f0f;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notrec-casino-logo {
  width: 100%;
  padding: 15px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.notrec-casino-logo img {
	width: 100%;
}

.notrec-casino-rating {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.notrec-rating-bar {
  width: 100%;
  height: 10px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 6px;
}

.notrec-rating-fill {
  height: 100%;
  background: #e74c3c; 
}

.notrec-rating-value {
  font-weight: bold;
  color: #e74c3c;
  font-size: 16px;
}

.notrec-casino-features {
  margin-top: 20px;
  width: 100%;
}

.notrec-feature-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
}

.notrec-feature-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #444;
  margin-bottom: 6px;
}

.notrec-feature-item img {
  margin-right: 8px;
}

/* NOT recommended casinos END */


/* Toplist Style */
.toplist-box {
	position: relative;
	align-items: center;
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 10px;
	border: 2px solid #DADADA;
	margin-bottom: 20px;
}
.toplist-box .inner-top {
	display: grid;
  grid-template-columns: 205px 1fr 1fr 1fr;
	gap: 15px;
	padding: 20px 25px;
}
.toplist-box .inner-bottom {
	border-top: 1px solid #DADADA;
	padding: 0px 25px;
	padding-bottom: 3px;
}
.toplist-box .inner-bottom span {
	color: #898888;
	font-size: 12px;
}
/* Toplist Ribbon */
.enable-badge:first-child::before {
    content: "1st";
    position: absolute;
    top: -10px;
    left: -15px;
		width: 49px;
    height: 33px;
    background-color: #FFC700;
    color: #000;
    padding: 5px 11px;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    z-index: 10;
    clip-path: polygon(0 0, 100% 3px, 100% 100%, 3px 100%);
}
.enable-badge:first-child::after {
    content: "";
    position: absolute;
    top: 23px;
    left: -7px;
    width: 41px;
    height: 9px;
    background-color: #887221;
    z-index: 5;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.dark-fold {
	display: none;
}

.enable-badge .dark-fold {
    position: absolute;
    top: 31px;
	display: block;
    left: -7px;
    width: 5px;
    height: 7px;
    background-color: #483905;
    z-index: 4;
    clip-path: polygon(100% 0, 100% 100%, 0 1px);
}
.enable-badge:nth-child(2)::before {
		content: "2nd";
    position: absolute;
    top: -10px;
    left: -15px;
		width: 49px;
    height: 33px;
    background-color: #D1CFCF;
    color: #000;
    padding: 5px 11px;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    z-index: 10;
    clip-path: polygon(0 0, 100% 3px, 100% 100%, 3px 100%);
}
.enable-badge:nth-child(2)::after {
		content: "";
    position: absolute;
    top: 23px;
    left: -7px;
    width: 41px;
    height: 9px;
    background-color: #626262;
    z-index: 5;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.enable-badge:nth-child(3)::before {
		content: "3rd";
    position: absolute;
    top: -10px;
    left: -15px;
		width: 49px;
    height: 33px;
    background-color: #E19A44;
    color: #000;
    padding: 5px 11px;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    z-index: 10;
    clip-path: polygon(0 0, 100% 3px, 100% 100%, 3px 100%);
}
.enable-badge:nth-child(3)::after {
		content: "";
    position: absolute;
    top: 23px;
    left: -7px;
    width: 41px;
    height: 9px;
    background-color: #705028;
    z-index: 5;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.toplist-box:last-child {
		margin-bottom: 0;
}
.toplist-box-logo {
    display: flex;
    width: 195px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    height: 95px;
}
.toplist-box-logo img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.toplist-box-bonus, .toplist-box-rating {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.toplist-container .ratingbox {
    margin-top: auto;
    margin-bottom: -10px;
    padding: 0;
}
.toplist-box-bonus p {
     color: #00416F;
     font-size: 16px;
     line-height: 22px;
	 padding: 0;
}
.toplist-box-bonus div.bold {
	color: #5D5855;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
}

.toplist-box-rating {
     color: #00416F;
     font-size: 12px;
}
.toplist-box-rating span.dashicons {
     width: 10px;
     height: 10px;
     font-size: 10px;
     color: #0081E7;
     margin-top: 4px;
}
.toplist-box-rating-text {
     display: flex;
     align-items: center;
     gap: 5px;
}
 .toplist-box-payment .toplist-box-payment-title {
     color: #00416F;
     font-size: 12px;
     font-weight: 500;
}

.toplist-box-rating-text p {
	color: #5D5855;
	font-size: 12px;
	padding: 0;
}

/* Rating stars */
.toplist-container .ratingbox span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.toplist-container span.rate {
    display: inline-block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -19px;
}
.toplist-container span.ratetotal {
    display: block;
    height: 16px;
    width: 98px;
    background: url(/wp-content/uploads/2024/07/ratestars.png) -2px -2px;
}
span.rating-suffix {
    display: inline-block;
		color: #804B32;
		text-transform: uppercase;
		vertical-align: 1px;
}
/* End Rating stars */

.cname {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333232;
    line-height: 19px;
}
.exbonus {
    font-size: 12px;
    color: #804B32;
    font-weight: bold;
    line-height: 20px;
}

/* Toplist payment icons */
.payment-method.toplist {
    display: flex;
    align-items: center;
    justify-content: space-between;
		margin-top: auto;
    margin-bottom: 0px;
}
.payment-method {
    font-size: 14px;
}
.payment-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}
.payment-method img {
    display: block;
    border-radius: 3px;
}
.payment-method.toplist .payment-images-img img {
		width: 34px;  
		height: 22px;
}
.reviewbox .payment-images-show {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    background: #efefef;
    cursor: pointer;
}

.toplist-box-rating .payment-images-show {
	width: 34px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    background: #D9D9D9;
    border-radius: 5px;
    cursor: pointer;
}

.toplist-box-rating .payment-images-show.hide {
	display: none;
}
/* End toplist payment icons */

 .toplist-box-buttons {
     text-align: center;
}
.toplist-box-buttons .casino-btn {
    color: #5D5855;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 0 10px 0;
    font-style: italic;
}
.toplist-box-buttons .reviewbox-btn {
    border: 2px solid #E9EEEF;
    background: #F7931A;
    padding: 10px;
    display: block;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 8px;
		/* box-shadow: 0px 4px 4px 0px rgba(0, 97, 153, 0.2); */
		box-shadow: 0px 4px 4px 0px rgba(160, 29, 29, 0.3);
    font-style: italic;
}
.reviewbox-btn img {
    margin-left: 6px;
    vertical-align: -1px;
}
 @media screen and (max-width: 768px) {
	 .toplist-container-wrap {
		 gap: 20px;
	 }
	 .toplist-box .inner-top {
		 display: grid;
		 grid-template-columns: 1fr;
		 gap: 0;
		 margin-bottom: 0;
		 min-width: 290px !important;
	 }
	 .toplist-box-logo {
		 width: 100%;
	 }
	 .toplist-box-bonus {
		 margin-top: 10px;
	 }
	 .toplist-container .ratingbox {
		 margin-top: initial;
		 margin-bottom: -7px;
		 padding: 0;
	 }
	 .payment-method.toplist {
		 margin-bottom: 0px;
		 margin-top: 10px;
	 }
	 .toplist-box-buttons {
		 text-align: center;
		 margin-top: 13px;
	 } 
	 .toplist-box-rating-text p {
		 margin-bottom: 0 !important;
		 padding-bottom: 0 !important;
	 }
	 .cta-logo_bg {
		 height: 50px !important;
	 }
	 .toplist-box .inner-bottom span {
			line-height: 1.4 !important;
			display: block;
			margin: 5px 0;
	 }
	 .sidebar-move {
		padding-top: 0 !important;
	}
}
/* END Toplist Style */
/* Latest post shortcode */
 .latest-cw {
     margin: 20px 0;
     display: inline-block;
     width: 100%;
}
 .latest-cw-head {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
     align-items: center;
}
 .latest-cw-head h2 {
     font-weight: 700;
     font-size: 24px;
     line-height: 40px;
     color: #000000;
}
 .latest-cw-head .view-more-posts {
     display: inline-block;
     text-align: right;
     width: auto;
     margin-left: auto;
     font-weight: 500;
     font-size: 16px;
     line-height: 20px;
     color: #00416F;
     padding: 8px 16px;
     border: 1px solid #005793;
     border-radius: 10px;
     text-decoration: none;
}
 .latest-cw-head .view-more-posts:hover {
     background-color: #005793;
     color: #fff;
}
 .latest-cw-wrap {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 20px;
     margin: 15px 0;
}
 .latest-cw-wrap-4 {
     grid-template-columns: 1fr 1fr 1fr 1fr;
}
 .latest-cw-post {
     background: #fff;
     border-radius: 10px;
     display: flex;
     flex-direction: column;
     height: 100%;
}
.latest-cw-post img {
	width: 100%;
	height: auto;
	padding: 10px;
}

 .latest-cw-post h3 {
     font-weight: 700;
     font-size: 16px;
     line-height: 20px;
     color: #FFFFFF;
     margin: 0;
     background: #00416F;
     border-radius: 10px 10px 0px 0px;
     padding: 10px;
     position: relative;
}
 .latest-cw-post-content {
     background: #FFFFFF;
     border: 1px solid #EBF4FA;
     border-radius: 0px 0px 10px 10px;
     display: flex;
     flex-direction: column;
     padding: 10px;
     height: 100%;
}
 .latest-cw-post-content p {
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
     letter-spacing: -0.408px;
     color: #000000;
     margin-bottom: 10px;
	 padding: 0;
}
 .latest-cw-btn {
     border-radius: 2px;
     background: #D5E7FC;
     color: #00416F;
     font-size: 14px;
     display: block;
     margin-top: auto;
     text-align: center;
     padding: 8px;
     text-decoration: none;
}
 .latest-cw-btn:hover {
     background: #00416F;
     color: #FFF;
}
 .latest-cw-post .latest-cw-post-img {
     margin-top: auto;
     width: 100%;
     height: 130px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 2px;
}
/* END Latest post shortcode */
/* GAME IFRAME */
.hero-template img{
	width: 100%;
	height: auto;
}

 .game-image {
     position: relative;
}
 .game-image img {
     margin: 0 auto;
     display: block;
     max-width: 100% !important;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     height: auto;
}
 .hide1 {
     display: none;
}
 #age-verify {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.6);
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     transition: 500ms;
     max-width: 100%;
     margin: 0 auto;
}
 .game-frame iframe {
     width: 100%;
     min-height: 450px;
     margin-bottom: -8px;
}
 .bonus-modal {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 100%;
     max-width: 400px;
     transform: translate(-50%, -50%);
     height: auto;
     overflow: hidden;
     padding: 20px;
     background-color: rgba(255,255,255, .85);
     box-sizing: border-box;
     transition: 500ms;
}
 .bonus-modal span {
     display: block;
     text-align: center;
     margin-bottom: 10px;
     color: #000;
}
 .bonus-modal span.title {
     color: #ae202a;
     font-size: 24px;
}
 .bonus-modal .button-age {
     border: 0;
     margin: 0;
     margin-bottom: 5px;
     padding: 0;
     width: 100%;
     height: 50px;
     color: #FFF;
     font-size: 14px;
     background: #585858;
     transform: scale(1);
     transition: 0.2s;
     font-weight: 400;
     cursor: pointer;
}
 .bonus-modal .button-age:hover {
     transform: scale(1.01);
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
 .bonus-modal .underBox {
     position: absolute;
     width: 400px;
     min-height: 250px;
     height: 100%;
     padding: 40px;
     top: 100%;
     left: 0;
     right: 0;
     background-color: #ae202a;
     transition: 500ms;
     box-sizing: border-box;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
 .bonus-modal .underBox * {
     color: #FFF !important;
}
 .bonus-modal .nextBox {
     display: none;
}
 .bonus-modal .nextBox.show {
     display: block;
}
 #age-verify .firstStep.hidden {
     opacity: 0;
     visibility: hidden;
     display: none;
}
 #age-verify.hidden .bonus-modal {
     transform: scale(0.5);
}
 #age-verify.under .bonus-modal .underBox {
     top: 0%;
}
 .bonus-modal .bonus-section {
     display: flex;
     align-items: flex-start;
}
 .bonus-modal .firstStep img{
     width: 100%;
     max-width: 35px !important;
     filter: none;
     margin: 0 auto;
     margin-bottom: 10px;
}
 .bonus-modal .nextBox p {
     color: #000;
     margin-top: 0;
     margin-bottom: 15px;
     text-align: left;
     margin-left: 20px;
}
 .bonus-modal .btn-play-now {
     text-align: center;
     display: block;
     font-size: 18px;
     font-weight: 700;
     padding: 10px 15px;
    ;
     color: #FFF;
     border: 1px solid #EBF4FA;
     background: #005793;
     border-radius: 1rem;
     transform: scale(1);
     transition: 0.2s;
     text-decoration: none;
}
 .bonus-modal .btn-play-now:hover {
     color: #FFF;
     transform: scale(1.01);
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
 .bonus-modal .btn-orange {
     background: #00416F;
     background-color: #00416F;
}
 .divider-of {
     margin: 10px 0 0;
}
 .game-bonuses {
     padding: 15px;
     filter: drop-shadow(0px 2px 5px rgba(77, 113, 137, 0.20));
     border-radius: 0px 0px 10px 10px;
     border: 1px solid #EBF4FA;
     background: #FFF;
     display: grid;
     grid-template-columns: 1fr 1fr;
     column-gap: 20px;
}
 .game-bonuses_left h2 {
     color: #00416F;
     font-size: 20px;
     font-weight: 700;
     line-height: 22px;
     letter-spacing: -0.408px;
     padding-bottom: 5px;
     margin: 0;
}
 .game-bonuses_left p {
     color: #00416F;
     font-size: 16px;
     font-weight: 400;
     line-height: 22px;
     letter-spacing: -0.408px;
     margin: 0;
     padding-right: 15%;
}
 .game-bonuses_right {
     display: flex;
     align-items: center;
     justify-content: flex-end;
}
 .game-bonuses_right a {
     border-radius: 10px;
     border: 1px solid #EBF4FA;
     background: #A93F55;
     display: inline-block;
     padding: 10px 45px;
     color: #FFF;
     text-align: center;
     font-size: 16px;
     font-weight: 700;
     text-decoration: none;
}
 @media screen and (max-width: 768px) {
     .game-bonuses {
         grid-template-columns: 1fr;
         column-gap: 20px;
    }
	 
	 .game-image {
		 overflow: hidden;
		 border-radius: 8px;
	 }
     .game-bonuses_right {
         justify-content: flex-start;
    }
	 
	 .game-image img {
		 margin: 0;
	 }
	 .header-title  {
		 padding-top: 4px !important;
	 }
	 p {
		 padding-bottom: 5px !important;
	 }
	 .load-more-slots {
		 display: none;
	 }

}
/* Game IFRAME END*/
 
/* TABLES */
table {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}
thead tr {
    background-color: #222323;
    color: #fff;
    border: 2px solid #222323;
}
thead tr th {
    text-align: left;
    font-weight: bold;
}
tbody {
    background-color: #f3f3f3;
}

.wp-block-table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-block-table table {
  width: max-content !important;
  min-width: 100%;
  border-collapse: collapse;
}

.wp-block-table td, .wp-block-table th {
	padding: .4em;
}

/* END TABLES */

/* Disclaimer */
.disclaimer {
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #d3d3d3, 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
		overflow: hidden;
}
.disclaimer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 12px;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(360deg, rgb(255, 66, 43) 0%, rgb(255, 11, 133) 100%);
}
.disclaimer::after {
    content: "\f488";
    font-family: "Dashicons";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: var(--icon-size);
    color: #333;
    opacity: 0.1;
    transform: translateY(-50%) scaleX(-1);
    z-index: 0;
}
.disclaimer a {
    color: #A01D1D;
    text-decoration: none;
}
.disclaimer a:hover {
    text-decoration: underline;
}
/* END Disclaimer */

/* Icon Module */
.icon-module .wp-block-image {
    margin: 0 auto;
}
.icon-module a, .icon-module a:focus, .icon-module a:hover, .icon-module a:not(.wp-element-button) {
    text-decoration: none !important;
		border-radius: 15px;
}
/* General styling for the container */
.flexcolumns {
/*
    display: grid !important;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
*/
}

/* Adjust for smaller screens (mobile) */
@media (max-width: 768px) {
    .flexcolumns {
		display: grid !important;
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
        gap: 15px; /* Adjust spacing for mobile */
    }
	.flexcolumns .wp-block-column {
		display: flex;
		flex-direction: column;
		justify-content: stretch;
/*		align-items: center;*/
		text-align: center;
	}
	.icon-module a, .icon-module a:focus, .icon-module a:hover, .icon-module a:not(.wp-element-button) {
		margin-left: revert !important;
		margin-right: revert !important;
	}
	.flexcolumns .wp-block-column p {
		font-size: 80%;
	}
}
/* END Icon Module */

/* Contact page */
.grecaptcha-badge { 
    visibility: hidden !important;
}
.page-id-19278 .wp-block-columns {
    gap: 60px;
}
/* END Contact page*/

.mw-80 {
    max-width: 60%;
    margin: 0 auto;
}

/* Disclosure */
.disclosure-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
	margin-top: 0;
}
.how-we-rate-item,
.aff-disclosure-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
}
.how-we-rate-icon,
.aff-disclosure-icon {
    width: 18px;
    height: 18px;
}
.aff-disclosure-icon svg,
.how-we-rate-icon svg {
    vertical-align: 3px;
	fill: #5D5855;
}
.how-we-rate-title,
.aff-disclosure-title {
	font-size: 12px;
    font-weight: bold;
	color: #5D5855;
	margin: 12px 0;
}
.how-we-rate-box,
.aff-disclosure-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 2px solid #DADADA;
	border-radius: 10px;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    display: none;
    z-index: 11;
}
.how-we-rate-box.active,
.aff-disclosure-box.active {
    display: block;
    animation: slideDown 0.3s ease-in-out;
}
.how-we-rate-box p,
.aff-disclosure-box p {
    font-size: 12px;
    color: #5D5855;
	padding-bottom: 0;
}
.close-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.close-icon svg {
    fill: #A01D1D;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
	/* hovers*/
	.how-we-rate:hover .how-we-rate-item h3,
	.how-we-rate:hover .how-we-rate-box h3 {
		color: #A01D1D; /* Change to desired text color */
	}

	.aff-disclosure:hover .aff-disclosure-item h3,
	.aff-disclosure:hover .aff-disclosure-box h3 {
		color: #A01D1D;
	}

	/* Specific styles for icons on hover */
	.how-we-rate:hover .how-we-rate-icon svg path,
	.aff-disclosure:hover .aff-disclosure-icon svg path {
		fill: #A01D1D;
	}
/* END Disclosure */ 

@media screen and (max-width: 520px) {
	body .is-layout-flow > .alignright {
		width: 100%;
		float: none;
	}
	body .is-layout-flow > .alignleft {
		width: 100%;
		float: none;
	}
	.latest-cw-head .view-more-posts {
		    font-size: 12px;
	}
	.latest-cw-head h2 {
		font-size: 20px;
	}
}

/* Mobile menu */

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #222323;
    color: #fff;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .current-menu-item a {
    border-bottom: 2px solid #ee4054 !important;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu li a {
    border-bottom: transparent !important;
}

.wp-block-navigation .wp-block-navigation-item.current-menu-item > a {
	font-weight: bold;
	color: #ffffff;
}
@media screen and (max-width: 580px) {
	.wp-site-blocks, body.logged-in .wp-site-blocks {
		margin-top: 47px !important;
	}
	
	body.logged-in .wp-site-blocks {
		margin-top: 42px !important;
	}
}
@media screen and (max-width: 1000px) {
	.wp-block-navigation ul, .wp-block-navigation ul li, .wp-block-navigation ul li a {
		width: 100%;
	}
	ul.wp-block-navigation {
		padding-top: 20px !important;
	}
	
	.wp-block-navigation .wp-block-navigation-item.current-menu-item > a {
		color: #ee4054;
	}
	.wp-block-navigation-item__content {
		padding: 6px 0 !important; 
	}
 header .wp-block-navigation .wp-block-navigation-item {
        justify-content: center;
    }

    header .wp-block-navigation ul li {
        width: 100%;
    }

    header .wp-block-navigation .wp-block-navigation__submenu-icon {
        height: auto;
        width: auto;
        position: absolute;
        border: 1px solid #ccc;
        padding: 3px;
        right: 0;
        top: 4px;
    }

    header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
        display: none;
        width: 100%;
    }

    header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
        display: block;
    }

    /* Default style for the indicator */
    header .wp-block-navigation__submenu-icon svg {
        transition: transform 0.3s ease; /* Smooth rotation */
    }

    /* When the submenu is opened, apply the rotation */
    header .wp-block-navigation__submenu-icon.rotated svg {
        transform: rotate(180deg); /* Rotate the icon 180 degrees */
    }
}

@media (max-width: 1000px) {
  .wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__container {
    display: none;
  }
   .is-menu-open  .wp-block-navigation__container {
    display: block;
  }
}