.site-logo{
max-width: 180px;
}
.casino-pros li:before {
    padding: 6px 7px;
    padding-right: 6px;
    line-height: 1em;
    position: relative;
    top: 0px;
    border-radius: 17px;
    background: #544db3;
    color: white;
    margin-left: 10px;
    top: -1px;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
}
.casino-pros ul, .casino-cons ul, .entry-content ul{
    list-style: none;
    padding-right: 0px;
}
.casino-cons li:before {
    padding: 6px 7px;
    padding-right: 6px;
    line-height: 1em;
    position: relative;
    top: 0px;
    border-radius: 17px;
    color: white;
    margin-left: 10px;
    top: -1px;
    font-family: "FontAwesome";
    font-size: 10px;
    content: "\f00d";
    background: red;
}
.entry-content ul:not(.ez-toc-list):not(.casino-perks):not(.grp):not(.game-review-tags) li:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 10px;
    margin-right: 0px;
    margin-left: 5px;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    display: inline-block;
    transform: rotate(1deg);
}
.entry-content ul:not(.ez-toc-list):not(.casino-perks):not(.grp):not(.game-review-tags) li:before {
    padding: 6px 7px;
    padding-right: 6px;
    line-height: 1em;
    position: relative;
    top: 0;
    border-radius: 17px;
    background: #544db3;
    color: #fff;
    margin-right: 10px;
    top: -1px;
}
#secondary{
    height: 100%;
    position: sticky;
    top: 100px;
}
.mega-offer p{
    font-weight: normal;
}
#footer-sidebar ul li::before {
    position: relative;
    padding-top: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    border-radius: 0;
    height: 0;
    margin: 3px 8px 0px 5px;
    border: 0;
    padding-left: 0;
    border-top: 6px solid #e5c420;;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: rotate(145deg);
}
#footer-sidebar ul{
padding-right: 0px;
}
#footer-sidebar .footer-column .widget ul li a{
display: inline;
}
#footer-sidebar .footer-column .widget ul li {
    display: flex;
}
table tbody tr:nth-child(odd) {
    background-color: #f2f2f2; 
}
table tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.wp-block-table .has-fixed-layout td a {
    text-decoration: underline;
    color: var(--color-primary-hover);
}
table tbody td a {
    text-decoration: underline;
    color: var(--color-primary-hover);
}
.wp-block-table th{
color: #fff;
}
.casino.layout-1 .casino-perks li{
list-style: none;
padding: 0;
}
.casino.layout-1 .casino-perks li::before{
 position: relative;
    top: auto;
    left: auto;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    border-radius: 0;
    height: 0;
    margin: -4px 8px 0 0;
    border: 0;
    padding-left: 0;
  margin-left: 5px;
    border-top: 6px solid #5c6263;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: rotate(270deg);

}
.casino.layout-1 ul.casino-perks{
padding: 0;
margin-top: 5px;
color: #5c6263;

}
.casino.layout-1 ul.casino-perks li+li, ol li+li {
    margin-top: 5px;
}
.casino.layout-1 .casino-name{
font-size: 18px !important;
border-bottom: none !important;
color: #5c6263;
}
.ez-toc-counter-rtl ul li {
    counter-increment: item-level1 !important;
}
#ez-toc-container a,.entry-content blockquote b{
font-weight: normal;
}
.subheader .subheader-meta a{
font-weight: normal;
text-decoration: underline;
margin-left: 3px;
}
h2, .h2 {
    font-weight: 700;
}
h3, .h3, h4, .h4 {
    font-weight: 600;
}
h5, .h5, h6, .h6 {
    font-weight: 500;
}
.subheader .header-content{
font-size: 16px;
}
.casinos-list-layout-1 .md-12:first-child .layout-1{
    border: 2px solid #2f901142;
box-shadow: 3px 2px 3px 3px #2f901117 !important;
}
.entry-content>a:hover, .entry-content p a:hover, .entry-content li a:hover,table tbody td a:hover{
color: var(--color-primary);
}
.rank-math-breadcrumb{
background-color: #f3f3f3;
}
.author-box-wrapper .author-name{
display: inline-block;
}
.author-box-wrapper .author-name:hover{
text-decoration: underline;
}
@media (max-width: 768px) {
 .casino-sticky .play-now-button{
       padding: 10px;
        font-size: 18px !important;
    }
}
.casino.layout-1:hover {
    border-color: var(--color-primary);
}
.wp-block-table tr td{
vertical-align: middle;
}
p,ul.wp-block-list li{
    line-height: 1.6;
}
.rank-math-breadcrumb a{
font-weight: normal;
}
.subheader-meta{
margin-top: 0;
}
figure.wp-block-pullquote{
    padding: 5px;
}
.wp-block-pullquote blockquote{
margin-top: 0px;
margin-bottom: 0px;
}
.wp-block-pullquote{
padding: 0px;
}


/* General Styling */
.game-review-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    background-color: #fffcf9;
  border-radius: 8px;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .game-review-container {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .game-review-container {
        grid-template-columns: 1fr;
    }
}

/* Pros & Cons */
.game-review-pros-cons {
    gap: 15px;
}
.game-review-pros {
    background-color: #e6f7ef;
    border-radius: 8px;
}
.game-review-pros h3 {
    color: black;
}
.game-review-pros ul li {
    color: black;
    list-style: none;
}
.game-review-cons {
    background-color: #fde8e8;
    border-radius: 8px;
}
.game-review-cons h3 {
    color: black;
}
.game-review-cons ul li {
    color: black;
    list-style: none;
}

/* Facts & Bet Range Table */
.game-review-table-container {
    background-color: #f7f9fc;
    border-radius: 8px;
    overflow-x: auto;
}
.game-review-table-container h3{
color: black;
}
.game-review-table {
    border-collapse: collapse;
}
.game-review-table th, .game-review-table td {
    padding: 7px;
    text-align: right;
}
.game-review-table th {
    font-weight: bold;
}
.game-review-table th,.game-review-table td {
    background-color: #f7f9fc;
    color: black;
}
.game-review-table.table-2{
margin-bottom: 0
}

/* Game Themes & Features */
.game-review-tags-container {
    background-color: #fff7e6;
    border-radius: 8px;
}
.game-review-tags-container h3 {
    color: black;
}
.game-review-tags {
    gap: 10px;
}
.game-review-tags li {
    background: #fff8b9 !important;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    list-style: none;
}

/* Icons for Pros & Cons */
.game-review-pros li::before {
    content: "\2713"; /* Check mark */
    color: black;
    font-weight: bold;
    margin-left: 8px;
}
.game-review-cons li::before {
    content: "\2717"; /* Cross mark */
    color: black;
    font-weight: bold;
    margin-left: 8px;
}
.game-review-pros li,.game-review-cons li{
  background: none !important;
}
.game-review-tags li{
margin-top: 0px;
}

.game-review-heading {
    background: #FFF3C4;
    color: #5b4500;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.game-review-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 60%;
    height: 3px;
    background: #fae225; /* Accent yellow */
    transform: translateX(50%);
    border-radius: 50px;
}



/* Main Layout */
.game-review-layout {
    display: flex;
    gap: 20px;
    width: 100%;
}

/* Main Game Section (75%) */
.game-review-main {
    flex: 0 0 75%;
    max-width: 75%;
}

/* Game Iframe */
.game-review-iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Sidebar (25%) */
.game-review-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 1024px) {
    .game-review-layout {
        flex-direction: column;
    }
    .game-review-main,
    .game-review-sidebar {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.game-review-bg{
    background: #fae225;
}
      .slot-card {
            display: flex;
           
            background-color: #FFF3C4;
            border-radius: 10px;
      color: black;
            padding: 15px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .slot-card img {
            border-radius: 10px;
            
             height: fit-content;
    max-width: 320px;
    width: -webkit-fill-available;
    align-self: center;
        }
        .slot-details {
            flex: 1;
        }
        .slot-details strong {
            font-weight: bold;
        }
        .volatility {
            margin-top: 10px;
            font-weight: bold;
        }
        .stars {
            color: #f39c12;
            font-size: 18px;
        }
        @media (min-width: 426px) {
            .slot-card img {
                margin-left: 15px;
            }
            .slot-card {
                align-items: center;
            }
        }
     
        @media (max-width: 600px) {
            .slot-card {
                flex-direction: column;
 

            }
            .slot-card img {
                margin-bottom: 10px;
            }
        }
        .control-btn{
padding: 0px;
font-size: 30px;
background: none;
color: black;
}
.control-btn:focus, .control-btn:hover{
    background-color: unset;

}

.slot-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.slot-ratings,
.slot-video,
.slot-features {
  flex: 1 1 30%;
  background: #FFF3C4;
  padding: 15px;
  border-radius: 10px;
}

.rating-item {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.video-preview {
  position: relative;
  text-align: center;
}
.video-preview img {
  width: 100%;
  border-radius: 10px;
}
.play-button {
  position: absolute;
  top: 45%;
  left: 45%;
  font-size: 32px;
  color: white;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .slot-ratings,
  .slot-video,
  .slot-features {
    flex: 1 1 100%;
  }
}
 .slot-video-wrapper {
        position: relative;
        width: 100%;
        cursor: pointer;
      }

      .custom-thumbnail {
        display: block;
        width: 100%;
        height: auto;
      }

      .custom-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        border-radius: 50%;
        padding: 15px 25px;
        pointer-events: none;
      }

      .slot-video-wrapper.playing .custom-thumbnail,
      .slot-video-wrapper.playing .custom-play-button {
        display: none;
      }

      .slot-video-wrapper video {
        display: none;
        width: 100%;
        height: auto;
      }

      .slot-video-wrapper.playing video {
        display: block;
      }
.stars .star {
  color: #ccc ;
  font-size: 20px;
  margin-right: 2px;
  transition: color 0.3s ease;
}

.stars .star.filled {
  color: #28a745;
}
.features-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-box {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  opacity: 0.3;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.feature-box.active {
  opacity: 1;
  background-color: #f0fff4; /* optional: light green background */
  border-color: #28a745;
}

.feature-box .icon {
  margin-right: 8px;
  font-size: 20px;
}
.game-review-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.game-review-table th {
    background-color: #f1f1f1; /* dark slate */
    color: #000000;
    padding: 14px 18px;
    letter-spacing: 0.5px;
}

.game-review-table td {
    background-color: #f9fafb;
    color: #1f2937;
    padding: 16px 18px;
    border-left: 4px solid #3b82f6; /* blue accent */
    transition: background 0.3s ease;
}

.game-review-table tr + tr td {
    border-top: 1px solid #e5e7eb;
}
.game-review-table tr:hover td {
    background-color: #f1f5f9;
}
.game-review-cons ul,.game-review-pros ul{
column-count: unset !important;
}
.loadmore-item.layout-4 {
  border-radius: 8px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.loadmore-item.layout-4:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.loadmore-item.layout-4 img {
  transition: transform 0.4s ease;
  border-radius: 6px;
}
.loadmore-item.layout-4:hover .loadmore-item.layout-4 img {
  transform: scale(1.05);
}

.loadmore-item.layout-4 .post-body {
  padding: 10px;
background: #fae225;
    color: black;
    border-radius: 6px;
}


/* video play - Shortcode */
        .game-review-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
			margin-bottom: 10px;
        }
        .game-review-item {
            overflow: hidden;
            position: relative;
            text-align: center;
            text-decoration: none;
        }
        .game-review-media-wrapper {
            position: relative;
            width: 100%;
            aspect-ratio: 18/13;
            overflow: hidden;
        }
        .game-review-thumb,
        .game-review-video {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            top: 0;
            left: 0;
            transition: opacity 0.3s ease;
			border-radius: 10px;
        }
        .game-review-thumb {
            z-index: 2;
        }
        .game-review-video {
            z-index: 1;
            opacity: 0;
            pointer-events: none;
        }
        .game-review-item.has-video:hover .game-review-video {
            opacity: 1;
            z-index: 3;
            pointer-events: auto;
        }
        .game-review-item.has-video:hover .game-review-thumb {
            opacity: 0;
        }
        .game-review-title {
            padding: 10px;
            font-weight: 600;
        }
        @media (max-width: 768px) {
            .game-review-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 480px) {
            .game-review-grid {
                grid-template-columns: 1fr;
            }
        }
.home .container{
max-width: 1280px;
}
.game-iframe-placeholder {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

.game-iframe-placeholder .iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}
#load-iframe.play-button {
    font-family: "Tajawal", sans-serif;
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 1;
	top: unset;
    align-self: anchor-center;
    left: unset;
	justify-self: anchor-center;
}
#load-iframe.play-button:hover{
background: none;
}
.game-review-wrapper{
    position: relative;
}
.like-icon{
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    transition: transform 0.2s ease;
}
.like-icon:hover{
    transform: scale(1.2);
}