.page-game-reviews-ok9-live-baccarat {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-game-reviews-ok9-live-baccarat h1,
.page-game-reviews-ok9-live-baccarat h2,
.page-game-reviews-ok9-live-baccarat h3 {
  color: #003366;
  margin-bottom: 1em;
  font-weight: bold;
}

.page-game-reviews-ok9-live-baccarat h1 {
  font-size: 2.5em;
  text-align: center;
  color: #003366;
}

.page-game-reviews-ok9-live-baccarat h2 {
  font-size: 2em;
  margin-top: 1.5em;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 0.5em;
}

.page-game-reviews-ok9-live-baccarat h3 {
  font-size: 1.5em;
  color: #003366;
}

.page-game-reviews-ok9-live-baccarat p {
  margin-bottom: 1em;
}

.page-game-reviews-ok9-live-baccarat strong {
  color: #003366;
}

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

.page-game-reviews-ok9-live-baccarat__container--center {
  text-align: center;
}

.page-game-reviews-ok9-live-baccarat__hero {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #ffffff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-ok9-live-baccarat__hero-content {
  z-index: 1;
  max-width: 800px;
  padding: 0 20px;
}

.page-game-reviews-ok9-live-baccarat__hero h1 {
  color: #FFCC00;
  font-size: 3em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.page-game-reviews-ok9-live-baccarat__hero p {
  font-size: 1.2em;
  margin-bottom: 2em;
  color: #e0e0e0;
}

.page-game-reviews-ok9-live-baccarat__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 0;
  object-fit: cover;
}

.page-game-reviews-ok9-live-baccarat__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2em 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-ok9-live-baccarat__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-ok9-live-baccarat__section {
  padding: 60px 0;
}

.page-game-reviews-ok9-live-baccarat__section--alt-bg {
  background-color: #f9f9f9;
}

.page-game-reviews-ok9-live-baccarat__section--cta {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
}

.page-game-reviews-ok9-live-baccarat__section--cta h2 {
  color: #FFCC00;
}

.page-game-reviews-ok9-live-baccarat__section--cta p {
  color: #e0e0e0;
  font-size: 1.1em;
  margin-bottom: 2em;
}

.page-game-reviews-ok9-live-baccarat__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 2em;
}

.page-game-reviews-ok9-live-baccarat__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-game-reviews-ok9-live-baccarat__grid-item:hover {
  transform: translateY(-5px);
}

.page-game-reviews-ok9-live-baccarat__grid-item h3 {
  color: #003366;
  margin-top: 0;
  margin-bottom: 0.8em;
}

.page-game-reviews-ok9-live-baccarat ul,
.page-game-reviews-ok9-live-baccarat ol {
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-game-reviews-ok9-live-baccarat ul li,
.page-game-reviews-ok9-live-baccarat ol li {
  margin-bottom: 0.5em;
  color: #444;
}

.page-game-reviews-ok9-live-baccarat__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-game-reviews-ok9-live-baccarat__button--primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-game-reviews-ok9-live-baccarat__button--primary:hover {
  background-color: #e6b800;
}

.page-game-reviews-ok9-live-baccarat__button--secondary {
  background-color: #003366;
  color: #ffffff;
  border: 1px solid #FFCC00;
}

.page-game-reviews-ok9-live-baccarat__button--secondary:hover {
  background-color: #002244;
  border-color: #e6b800;
}

.page-game-reviews-ok9-live-baccarat__button-group {
  margin-top: 2em;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-reviews-ok9-live-baccarat__hero h1 {
    font-size: 2.2em;
  }

  .page-game-reviews-ok9-live-baccarat h2 {
    font-size: 1.8em;
  }

  .page-game-reviews-ok9-live-baccarat h3 {
    font-size: 1.3em;
  }

  .page-game-reviews-ok9-live-baccarat__grid {
    grid-template-columns: 1fr;
  }

  .page-game-reviews-ok9-live-baccarat__button-group {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-ok9-live-baccarat__hero h1 {
    font-size: 1.8em;
  }

  .page-game-reviews-ok9-live-baccarat__hero p {
    font-size: 1em;
  }

  .page-game-reviews-ok9-live-baccarat__button {
    width: 100%;
    max-width: 250px;
  }
}