.page-game-reviews-jbo-live-casino {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-game-reviews-jbo-live-casino__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-jbo-live-casino__hero-section {
  background: linear-gradient(135deg, #1A2B4C, #3A5C8E);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-jbo-live-casino__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FF8C00;
  line-height: 1.2;
}

.page-game-reviews-jbo-live-casino__hero-title a {
  color: #FF8C00;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-game-reviews-jbo-live-casino__hero-title a:hover {
  color: #fff;
}

.page-game-reviews-jbo-live-casino__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

.page-game-reviews-jbo-live-casino__highlight-text {
  color: #FF8C00;
  font-weight: bold;
}

.page-game-reviews-jbo-live-casino__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-game-reviews-jbo-live-casino__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-game-reviews-jbo-live-casino__btn--primary {
  background-color: #FF8C00;
  color: #1A2B4C;
}

.page-game-reviews-jbo-live-casino__btn--primary:hover {
  background-color: #e67e00;
  color: #fff;
}

.page-game-reviews-jbo-live-casino__btn--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #FF8C00;
}

.page-game-reviews-jbo-live-casino__btn--secondary:hover {
  background-color: #FF8C00;
  color: #1A2B4C;
}

.page-game-reviews-jbo-live-casino__btn--action {
  background-color: #1A2B4C;
  color: #fff;
}

.page-game-reviews-jbo-live-casino__btn--action:hover {
  background-color: #0d1a2f;
}

.page-game-reviews-jbo-live-casino__btn--cta {
  background-color: #FF8C00;
  color: #1A2B4C;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-game-reviews-jbo-live-casino__btn--cta:hover {
  background-color: #e67e00;
  color: #fff;
}

.page-game-reviews-jbo-live-casino__btn--final-action {
  background-color: #FF8C00;
  color: #1A2B4C;
  font-size: 1.3em;
  padding: 20px 40px;
  border-radius: 10px;
  margin-top: 30px;
}

.page-game-reviews-jbo-live-casino__btn--final-action:hover {
  background-color: #e67e00;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-jbo-live-casino__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-game-reviews-jbo-live-casino__article-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-jbo-live-casino__heading-2 {
  font-size: 2.2em;
  color: #1A2B4C;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FF8C00;
  padding-bottom: 10px;
}

.page-game-reviews-jbo-live-casino__heading-3 {
  font-size: 1.7em;
  color: #1A2B4C;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-reviews-jbo-live-casino__article p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
}

.page-game-reviews-jbo-live-casino__article p a {
  color: #FF8C00;
  text-decoration: none;
  font-weight: bold;
}

.page-game-reviews-jbo-live-casino__article p a:hover {
  text-decoration: underline;
}

.page-game-reviews-jbo-live-casino__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-game-reviews-jbo-live-casino__list li {
  margin-bottom: 10px;
}

.page-game-reviews-jbo-live-casino__list--ordered {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-game-reviews-jbo-live-casino__list--ordered li {
  margin-bottom: 10px;
}

.page-game-reviews-jbo-live-casino__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-jbo-live-casino__final-cta {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 50px;
  color: #1A2B4C;
}

/* Floating Ad Menu */
.page-game-reviews-jbo-live-casino__floating-ad-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1A2B4C;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1000;
  transform: translateX(120%); /* Hidden by default */
  transition: transform 0.5s ease-in-out;
}

.page-game-reviews-jbo-live-casino__floating-ad-menu.show {
  transform: translateX(0);
}

.page-game-reviews-jbo-live-casino__floating-ad-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}

.page-game-reviews-jbo-live-casino__floating-ad-link:hover {
  color: #FF8C00;
}

.page-game-reviews-jbo-live-casino__floating-ad-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  filter: brightness(0) invert(1); /* Makes icon white */
}

.page-game-reviews-jbo-live-casino__floating-ad-close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  margin-left: 10px;
  line-height: 1;
}

.page-game-reviews-jbo-live-casino__floating-ad-close-btn:hover {
  color: #FF8C00;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-reviews-jbo-live-casino__hero-title {
    font-size: 2em;
  }

  .page-game-reviews-jbo-live-casino__hero-description {
    font-size: 1em;
  }

  .page-game-reviews-jbo-live-casino__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-game-reviews-jbo-live-casino__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-game-reviews-jbo-live-casino__heading-2 {
    font-size: 1.8em;
  }

  .page-game-reviews-jbo-live-casino__heading-3 {
    font-size: 1.4em;
  }

  .page-game-reviews-jbo-live-casino__article-wrapper {
    padding: 20px;
  }

  .page-game-reviews-jbo-live-casino__floating-ad-menu {
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    font-size: 0.9em;
  }
  .page-game-reviews-jbo-live-casino__floating-ad-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-jbo-live-casino__hero-title {
    font-size: 1.6em;
  }

  .page-game-reviews-jbo-live-casino__hero-description {
    font-size: 0.9em;
  }

  .page-game-reviews-jbo-live-casino__btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-game-reviews-jbo-live-casino__floating-ad-menu {
    width: calc(100% - 20px);
    right: 10px;
    left: 10px;
    justify-content: space-between;
  }
  .page-game-reviews-jbo-live-casino__floating-ad-text {
    flex-grow: 1;
    text-align: center;
  }
}