.page-blog-buraco-bet-strategy-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Main text color */
  background-color: #140C0C; /* Page background color */
}

.page-blog-buraco-bet-strategy-guide__dark-bg {
  background-color: #140C0C;
  color: #FFF1E8;
}

.page-blog-buraco-bet-strategy-guide__light-bg {
  background-color: #2A1212; /* Card BG as a lighter contrast for sections */
  color: #FFF1E8;
}

.page-blog-buraco-bet-strategy-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-buraco-bet-strategy-guide__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-buraco-bet-strategy-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-buraco-bet-strategy-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-blog-buraco-bet-strategy-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 40px 20px;
  margin-top: -200px; /* Pull content up over the image a bit for visual flow */
  color: #FFF1E8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-buraco-bet-strategy-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F3C54D; /* Gold color for main title */
}

.page-blog-buraco-bet-strategy-guide__subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin-bottom: 30px;
  color: #FFF1E8;
}

.page-blog-buraco-bet-strategy-guide__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #FFF1E8;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-buraco-bet-strategy-guide__btn-primary:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.page-blog-buraco-bet-strategy-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid #6A1E1E;
}

.page-blog-buraco-bet-strategy-guide__section:last-of-type {
  border-bottom: none;
}

.page-blog-buraco-bet-strategy-guide__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F3C54D;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-blog-buraco-bet-strategy-guide__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF1E8;
}

.page-blog-buraco-bet-strategy-guide__image-and-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.page-blog-buraco-bet-strategy-guide__image-content {
  flex: 1;
  min-width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #6A1E1E;
  display: block;
}

.page-blog-buraco-bet-strategy-guide__list {
  flex: 1;
  min-width: 300px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-buraco-bet-strategy-guide__list-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: #FFF1E8;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-buraco-bet-strategy-guide__list-item:last-child {
  margin-bottom: 0;
}

.page-blog-buraco-bet-strategy-guide__faq-list {
  margin-top: 40px;
}

.page-blog-buraco-bet-strategy-guide__faq-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-buraco-bet-strategy-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F3C54D;
  font-weight: bold;
  font-size: 1.15rem;
  position: relative;
  list-style: none;
}

.page-blog-buraco-bet-strategy-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-buraco-bet-strategy-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #FFF1E8;
  transition: transform 0.3s ease;
}

.page-blog-buraco-bet-strategy-guide__faq-item[open] .page-blog-buraco-bet-strategy-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-buraco-bet-strategy-guide__faq-answer {
  padding: 0 25px 20px;
  color: #FFF1E8;
  font-size: 1rem;
  border-top: 1px solid #6A1E1E;
}

.page-blog-buraco-bet-strategy-guide__faq-answer p {
  margin: 0;
  padding-top: 15px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-buraco-bet-strategy-guide__hero-content {
    margin-top: -150px;
  }
  .page-blog-buraco-bet-strategy-guide__image-and-text-block {
    flex-direction: column;
  }
  .page-blog-buraco-bet-strategy-guide__image-content,
  .page-blog-buraco-bet-strategy-guide__list {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-buraco-bet-strategy-guide__hero-content {
    margin-top: -100px;
    padding: 20px;
  }
  .page-blog-buraco-bet-strategy-guide__main-title {
    font-size: 2.2rem;
  }
  .page-blog-buraco-bet-strategy-guide__subtitle {
    font-size: 1rem;
  }
  .page-blog-buraco-bet-strategy-guide__section {
    padding: 40px 0;
  }
  .page-blog-buraco-bet-strategy-guide__section-title {
    font-size: 2rem;
  }
  .page-blog-buraco-bet-strategy-guide__text-block {
    font-size: 0.95rem;
  }
  .page-blog-buraco-bet-strategy-guide__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-buraco-bet-strategy-guide__faq-answer {
    padding: 0 20px 15px;
  }

  /* Mobile image, video, button responsiveness */
  .page-blog-buraco-bet-strategy-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-buraco-bet-strategy-guide video,
  .page-blog-buraco-bet-strategy-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-buraco-bet-strategy-guide__section,
  .page-blog-buraco-bet-strategy-guide__card,
  .page-blog-buraco-bet-strategy-guide__container,
  .page-blog-buraco-bet-strategy-guide__video-section,
  .page-blog-buraco-bet-strategy-guide__video-container,
  .page-blog-buraco-bet-strategy-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-buraco-bet-strategy-guide__video-section {
    padding-top: 10px !important;
  }
  .page-blog-buraco-bet-strategy-guide__cta-button,
  .page-blog-buraco-bet-strategy-guide__btn-primary,
  .page-blog-buraco-bet-strategy-guide__btn-secondary,
  .page-blog-buraco-bet-strategy-guide a[class*="button"],
  .page-blog-buraco-bet-strategy-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-buraco-bet-strategy-guide__cta-buttons,
  .page-blog-buraco-bet-strategy-guide__button-group,
  .page-blog-buraco-bet-strategy-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-buraco-bet-strategy-guide__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}