.page-live-baccarat-guide {
  color: #333333; /* Dark text for default light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-live-baccarat-guide__hero-section {
  background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.8)); /* Overlay for text readability */
  position: relative;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.page-live-baccarat-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-live-baccarat-guide__hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-live-baccarat-guide__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-live-baccarat-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  line-height: 1.2;
}

.page-live-baccarat-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-live-baccarat-guide__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #003366;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid transparent;
}

.page-live-baccarat-guide__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  border-color: #003366;
}

.page-live-baccarat-guide__content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-live-baccarat-guide__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-live-baccarat-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
}

.page-live-baccarat-guide__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-live-baccarat-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-live-baccarat-guide__keyword-highlight {
  color: #003366;
  font-weight: bold;
}

.page-live-baccarat-guide__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-live-baccarat-guide__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-live-baccarat-guide__list-item-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-live-baccarat-guide__list-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-live-baccarat-guide__card-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-live-baccarat-guide__card-text {
  font-size: 1em;
  color: #555555;
}

.page-live-baccarat-guide__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-live-baccarat-guide__list--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  list-style: none;
  padding-left: 0;
}

.page-live-baccarat-guide__faq-section {
  background-color: #f4f7f9;
  padding: 60px 20px;
}

.page-live-baccarat-guide__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-live-baccarat-guide__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
}

.page-live-baccarat-guide__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-live-baccarat-guide__cta-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #003366;
  color: #ffffff;
}

.page-live-baccarat-guide__cta-section .page-live-baccarat-guide__section-title {
  color: #FFD700;
}

.page-live-baccarat-guide__cta-section .page-live-baccarat-guide__section-title::after {
  background-color: #ffffff;
}

.page-live-baccarat-guide__cta-section .page-live-baccarat-guide__paragraph {
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-live-baccarat-guide__cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-live-baccarat-guide__cta-button--primary {
  background-color: #FFD700;
  color: #003366;
  border-color: #FFD700;
}

.page-live-baccarat-guide__cta-button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-live-baccarat-guide__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
}

.page-live-baccarat-guide__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #003366;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-live-baccarat-guide__hero-title {
    font-size: 2.8em;
  }

  .page-live-baccarat-guide__hero-description {
    font-size: 1.2em;
  }

  .page-live-baccarat-guide__section-title {
    font-size: 2em;
  }

  .page-live-baccarat-guide__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-live-baccarat-guide__hero-section {
    padding: 60px 15px;
  }

  .page-live-baccarat-guide__hero-title {
    font-size: 2.2em;
  }

  .page-live-baccarat-guide__hero-description {
    font-size: 1.1em;
  }

  .page-live-baccarat-guide__section-title {
    font-size: 1.8em;
  }

  .page-live-baccarat-guide__sub-title {
    font-size: 1.4em;
  }

  .page-live-baccarat-guide__paragraph, .page-live-baccarat-guide__list-item, .page-live-baccarat-guide__card-text, .page-live-baccarat-guide__faq-answer {
    font-size: 0.95em;
  }

  .page-live-baccarat-guide__list--grid {
    grid-template-columns: 1fr;
  }

  .page-live-baccarat-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Mobile content area images must be responsive */
  .page-live-baccarat-guide img {
    max-width: 100%;
    height: auto;
  }

  /* Ensure no horizontal scroll */
  .page-live-baccarat-guide {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-live-baccarat-guide__hero-title {
    font-size: 1.8em;
  }

  .page-live-baccarat-guide__hero-description {
    font-size: 1em;
  }

  .page-live-baccarat-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-live-baccarat-guide__content-wrapper {
    padding: 20px 15px;
  }

  .page-live-baccarat-guide__section-title {
    font-size: 1.5em;
  }

  .page-live-baccarat-guide__sub-title {
    font-size: 1.2em;
  }

  .page-live-baccarat-guide__list-item-card {
    padding: 20px;
  }

  .page-live-baccarat-guide__card-title {
    font-size: 1.3em;
  }

  .page-live-baccarat-guide__faq-question {
    font-size: 1.1em;
  }
}