body {
  color: #dedddd;
}

.article_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3em;
}
@media (max-width: 1100px) {
  .article_grid {
    grid-template-columns: 1fr;
    row-gap: 2em;
  }
}

.single_article {
  text-align: center;
}

.text_center {
  text-align: center;
}

.post-thumbnail {
  padding-top: 100%;
  border-radius: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.post-title {
  margin-top: 1em;
}

.post-title a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}

.post-title a:hover {
  text-decoration: underline;
}

.core-item .item-img {
  text-align: center;
  margin-top: 2em;
}

.articles_wrap {
  margin: 5rem 0;
}

.game_name {
  text-transform: capitalize;
}

/* =============== FOOTER STYLES ============== */
.footer_styles {
  margin-top: 5em;
  background-color: #2a3134;
  border-top: 5px solid #d04b59;
}

.footer_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3em 0;
  gap: 1em;
}
.footer_wrap .logo {
  margin-bottom: 1em;
}
.footer_wrap .rights {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.footer_wrap > div {
  margin: 0.3em 0;
}
.footer_wrap > div a {
  color: #d9a84e;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_wrap > div a:hover {
  color: #ebac56;
  text-decoration: underline;
}

.footer-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.footer-nav a {
  color: #d9a84e;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}
.footer-nav a:hover {
  color: #ebac56;
  text-decoration: underline;
}

.footer-divider {
  color: #666;
}

@media (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
    gap: 0.5em;
  }
  .footer-divider {
    display: none;
  }
}
.footer-logos {
  margin-top: 1em;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.footer-logos:hover {
  opacity: 1;
}

.footer-menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-left: 0;
}
@media (max-width: 1100px) {
  .footer-menu ul {
    flex-direction: column;
  }
}
.footer-menu li {
  margin: 0px 10px;
}
@media (max-width: 1100px) {
  .footer-menu li {
    text-align: center;
    margin: 10px;
  }
}
.footer-menu li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #060659;
}

@media (max-width: 1100px) {
  .rights {
    text-align: center;
  }
}

.customMenu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #060659;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

#menuClose {
  display: inline-block;
  transform: rotate(45deg);
  font-size: 2.5em;
  color: white;
  margin-left: 1em;
  margin-top: 1em;
}

.mobile_menu:hover .customMenu {
  display: block;
}

.menu-mobile-wrap ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu-mobile-wrap ul li {
  margin-bottom: 1em;
}
.menu-mobile-wrap ul li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
}
.menu-mobile-wrap ul .sub-menu {
  display: none;
}

.wide_card {
  border: 2px solid #ebac56;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 30px;
  background-color: #dedddd;
  color: #2a3134;
}
@media (max-width: 1100px) {
  .wide_card {
    padding: 10px;
  }
}
.wide_card .playBtn {
  width: 100%;
  background-color: #ebac56;
  border-radius: 10px;
  color: white;
  text-align: center;
  padding: 7px;
  margin-bottom: 20px;
}
.wide_card .actual-bonus {
  padding: 10px 0px;
  text-align: left;
  font-size: 25px;
  margin-bottom: 10px;
}
.wide_card .specs_single {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  .wide_card .specs_single {
    flex-direction: column;
  }
}
.wide_card .spec_title {
  width: 450px;
}

@media (max-width: 1100px) {
  .withdrawals {
    margin-bottom: 10px;
  }
}

.logoAndName {
  margin-left: 30px;
}

.logoAndNum {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.logoAndNum .num {
  font-size: 70px;
  font-style: italic;
}

.inner_wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1100px) {
  .inner_wrapper {
    flex-direction: column;
  }
}
.inner_wrapper .divider {
  width: 50%;
}
@media (max-width: 1100px) {
  .inner_wrapper .divider {
    width: 100%;
  }
}
.inner_wrapper .info {
  padding-right: 5em;
}
@media (max-width: 1100px) {
  .inner_wrapper .info {
    padding-right: 0;
  }
}
.inner_wrapper .license {
  margin: 10px 0px;
}

.totalRating {
  margin-top: 20px;
}
.totalRating .rating-bar-outer {
  margin-top: 10px;
}

.game-icon {
  display: flex;
  align-items: center;
  margin: 10px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .game-icon {
    width: 40%;
  }
}

.game-icon img {
  width: 32px; /* Adjust the size as needed */
  margin-right: 10px; /* Space between the icon and the text */
}

.game-icon:hover::after {
  content: attr(data-title);
  position: absolute;
  margin-top: 5px;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap; /* Ensure the title doesn't wrap */
}

.wide_card_games_div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .wide_card_games_div {
    flex-wrap: wrap;
  }
}

.rankingTable {
  width: 100%;
  text-align: center;
  border-collapse: collapse; /* This makes the border appear as a single line */
}
@media (max-width: 1100px) {
  .rankingTable {
    font-size: 14px;
  }
}
.rankingTable td {
  border-top: 1px solid #dedddd; /* Adds a solid black border */
  border-bottom: 1px solid #dedddd;
  padding: 10px 5px;
}
.rankingTable .barWidth {
  min-width: 150px;
}
@media (max-width: 1100px) {
  .rankingTable .barWidth {
    min-width: 80px;
  }
}

.rating-bar-outer {
  width: 100%;
  background-color: #eee;
  height: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.rating-bar-inner {
  height: 100%;
  background-color: #d04b59;
  width: 0%; /* Initial width set to 0 */
  border-radius: 5px;
  transition: width 2s ease-out;
}

.bestByOther {
  max-width: 100%;
  overflow: auto;
}

.read_review {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.read_review_a {
  display: inline-block;
  color: #2a3134;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #2a3134;
  border-radius: 8px;
  padding: 6px 20px;
  transition: background-color 0.2s, color 0.2s;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.read_review_a:hover {
  background-color: #2a3134;
  color: #fff;
}

.reviewBtn {
  display: block;
  text-align: center;
  padding: 8px;
  color: #2a3134;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #2a3134;
  border-radius: 10px;
  transition: background-color 0.2s, color 0.2s;
}
.reviewBtn:hover {
  background-color: #2a3134;
  color: #fff;
}

.author-section {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 400px;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  object-fit: cover;
}

.author-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.author-text {
  margin: 0;
  line-height: 1.5;
}

.about-page {
  padding: 3em 0;
}
.about-page .about-hero {
  text-align: center;
  margin-bottom: 3em;
}
.about-page .about-hero h1 {
  font-size: 2.5em;
  color: #fff;
  margin: 0;
}
@media (max-width: 1100px) {
  .about-page .about-hero h1 {
    font-size: 2em;
  }
}
.about-page .about-author-highlight {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(135deg, #2a3134 0%, #3a4347 100%);
  border: 2px solid #ebac56;
  border-radius: 15px;
  padding: 2em;
  margin-bottom: 3em;
  gap: 2em;
}
@media (max-width: 1100px) {
  .about-page .about-author-highlight {
    flex-direction: column;
    text-align: center;
    padding: 1.5em;
  }
}
.about-page .about-author-highlight .author-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ebac56;
  flex-shrink: 0;
}
.about-page .about-author-highlight .author-info {
  flex: 1;
}
.about-page .about-author-highlight .author-title {
  color: #ebac56;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.about-page .about-author-highlight .author-text {
  color: #dedddd;
  font-size: 1em;
  line-height: 1.7;
}
.about-page .about-content {
  max-width: 800px;
  margin: 0 auto;
}
.about-page .about-section {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.about-page .about-section:last-child {
  border-bottom: none;
}
.about-page .about-section h2 {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d04b59;
  display: inline-block;
}
@media (max-width: 1100px) {
  .about-page .about-section h2 {
    font-size: 1.4em;
  }
}
.about-page .about-section h3 {
  color: #ebac56;
  font-size: 1.2em;
  margin: 1.5em 0 0.8em;
}
.about-page .about-section p {
  color: #dedddd;
  line-height: 1.8;
  margin-bottom: 1em;
}
.about-page .about-section p strong {
  color: #fff;
}
.about-page .about-section ul {
  list-style: none;
  padding-left: 0;
  margin: 1em 0;
}
.about-page .about-section ul li {
  color: #dedddd;
  line-height: 1.8;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
}
.about-page .about-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: #ebac56;
  border-radius: 50%;
}
.about-page .about-goal {
  background: linear-gradient(135deg, rgba(208, 75, 89, 0.1) 0%, rgba(235, 172, 86, 0.1) 100%);
  background: linear-gradient(135deg, rgba(208, 75, 89, 0.15) 0%, rgba(235, 172, 86, 0.15) 100%);
  border-radius: 15px;
  padding: 2em;
  margin-top: 1em;
  border: 1px solid rgba(235, 172, 86, 0.3);
  border: 1px solid rgba(235, 172, 86, 0.3);
}
.about-page .about-goal h2 {
  border-bottom-color: #ebac56;
}

/* =============== ENHANCED FOOTER (footer-col structure) =============== */
.footer-rg-bar {
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.9em 0;
  text-align: center;
}
.footer-rg-bar p {
  margin: 0;
  color: #c9ced1;
  font-size: 14px;
  line-height: 1.5;
}
.footer-rg-bar a {
  color: #ebac56;
  text-decoration: none;
}
.footer-rg-bar a:hover {
  text-decoration: underline;
}

.footer_wrap--enhanced {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em 3em;
  text-align: left;
}
@media (max-width: 1100px) {
  .footer_wrap--enhanced {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer_wrap--enhanced .footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  flex: 1 1 200px;
  min-width: 180px;
}
@media (max-width: 1100px) {
  .footer_wrap--enhanced .footer-col {
    align-items: center;
  }
}
.footer_wrap--enhanced .footer-col__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.footer_wrap--enhanced .footer-col > a {
  display: block;
  width: fit-content;
  color: #c9ced1;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}
.footer_wrap--enhanced .footer-col > a:hover {
  color: #ebac56;
}

.footer-bottom {
  flex-basis: 100%;
  width: 100%;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
  text-align: center;
}
.footer-bottom__text p {
  margin: 0.3em auto;
  max-width: 820px;
  color: #c9ced1;
  font-size: 14px;
  line-height: 1.6;
}
.footer-bottom__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #ebac56;
  color: #ebac56;
  font-weight: 700;
  font-size: 14px;
}

/* /casinos/ archive - breathing room above and below the casino grid */
.casinos-archive__grid {
  padding-top: 3em;
  padding-bottom: 4em;
}

.cr-review-content img {
  margin-top: 20px;
}

/*# sourceMappingURL=custom.css.map */
