.page-live-baccarat {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

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

.page-live-baccarat__hero-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-live-baccarat__hero-content {
  max-width: 900px;
  text-align: center;
}

.page-live-baccarat__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
}

.page-live-baccarat__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-live-baccarat__hero-image {
  width: 100%;
  max-width: 1200px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-live-baccarat__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-live-baccarat__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-live-baccarat__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.page-live-baccarat__button--primary {
  background-color: #FCBC45;
  color: #000000;
}

.page-live-baccarat__button--primary:hover {
  background-color: #e0a73b;
  transform: translateY(-2px);
}

.page-live-baccarat__button--secondary {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-live-baccarat__button--secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-live-baccarat__introduction-section,
.page-live-baccarat__rules-section,
.page-live-baccarat__betting-section,
.page-live-baccarat__strategies-section,
.page-live-baccarat__tips-section,
.page-live-baccarat__faq-section,
.page-live-baccarat__cta-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-live-baccarat__introduction-section img,
.page-live-baccarat__betting-section img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-live-baccarat__section-title {
  font-size: 2.8em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-live-baccarat__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  border-radius: 2px;
}

.page-live-baccarat__sub-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-live-baccarat__text-content {
  font-size: 1.1em;
  color: #333333;
  margin-bottom: 20px;
}

.page-live-baccarat__list,
.page-live-baccarat__ordered-list,
.page-live-baccarat__strategy-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-live-baccarat__ordered-list {
  list-style-type: decimal;
}

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

.page-live-baccarat__betting-options-grid,
.page-live-baccarat__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-live-baccarat__betting-card,
.page-live-baccarat__tip-card {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-live-baccarat__card-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
}

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

.page-live-baccarat__tip-card img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-live-baccarat__strategy-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.page-live-baccarat__strategy-list .page-live-baccarat__list-item {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-live-baccarat__strategy-heading {
  font-size: 1.4em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-live-baccarat__strategy-description {
  font-size: 1em;
  color: #555555;
}

.page-live-baccarat__faq-section {
  background-color: #F0F0F0;
}

.page-live-baccarat__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-live-baccarat__faq-question {
  font-size: 1.5em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-live-baccarat__faq-answer {
  font-size: 1.05em;
  color: #555555;
}

.page-live-baccarat__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 20px;
}

.page-live-baccarat__cta-section .page-live-baccarat__section-title {
  color: #FCBC45;
}

.page-live-baccarat__cta-section .page-live-baccarat__text-content {
  color: #F0F0F0;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-live-baccarat__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-live-baccarat__hero-title {
    font-size: 3em;
  }

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

  .page-live-baccarat__section-title {
    font-size: 2.5em;
  }

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

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

  .page-live-baccarat__hero-title {
    font-size: 2.5em;
  }

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

  .page-live-baccarat__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-live-baccarat__button {
    width: 100%;
    max-width: 300px;
  }

  .page-live-baccarat__introduction-section,
  .page-live-baccarat__rules-section,
  .page-live-baccarat__betting-section,
  .page-live-baccarat__strategies-section,
  .page-live-baccarat__tips-section,
  .page-live-baccarat__faq-section,
  .page-live-baccarat__cta-section {
    padding: 40px 0;
  }

  .page-live-baccarat__container {
    padding: 0 15px;
  }

  .page-live-baccarat__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-live-baccarat__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-live-baccarat__text-content,
  .page-live-baccarat__list-item,
  .page-live-baccarat__card-text,
  .page-live-baccarat__strategy-description,
  .page-live-baccarat__faq-answer {
    font-size: 0.95em;
  }

  .page-live-baccarat__betting-options-grid,
  .page-live-baccarat__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-live-baccarat__betting-card,
  .page-live-baccarat__tip-card,
  .page-live-baccarat__strategy-list .page-live-baccarat__list-item,
  .page-live-baccarat__faq-item {
    padding: 20px;
  }

  .page-live-baccarat__card-title,
  .page-live-baccarat__strategy-heading,
  .page-live-baccarat__faq-question {
    font-size: 1.3em;
  }

  .page-live-baccarat__introduction-section img,
  .page-live-baccarat__betting-section img,
  .page-live-baccarat__tip-card img {
    max-width: 100%;
    height: auto;
  }

  .page-live-baccarat {
    max-width: 100%;
    overflow-x: hidden;
  }
}