.page-blog-online-betting-guide-bty523 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--background, #08160F); /* Page background */
}

/* Hero Section */
.page-blog-online-betting-guide-bty523__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: var(--deep-green, #0A4B2C); /* Ensure good contrast for hero section */
  padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-online-betting-guide-bty523__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Adjust based on image size */
  margin-bottom: 20px;
}

.page-blog-online-betting-guide-bty523__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-online-betting-guide-bty523__hero-content {
  max-width: 900px;
  z-index: 1; /* Ensure content is above image if any overlap */
}

.page-blog-online-betting-guide-bty523__main-title {
  font-size: clamp(2rem, 5vw, 3.5rem); /* Responsive font size */
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-online-betting-guide-bty523__intro-text {
  font-size: 1.1rem;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-online-betting-guide-bty523__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-online-betting-guide-bty523__btn-primary,
.page-blog-online-betting-guide-bty523__btn-secondary,
.page-blog-online-betting-guide-bty523__card-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box; /* Ensure padding is included in width */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words */
}

.page-blog-online-betting-guide-bty523__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-online-betting-guide-bty523__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-online-betting-guide-bty523__btn-secondary {
  background: transparent;
  color: var(--gold, #F2C14E);
  border: 2px solid var(--gold, #F2C14E);
}

.page-blog-online-betting-guide-bty523__btn-secondary:hover {
  background: var(--gold, #F2C14E);
  color: #11271B; /* Dark text on gold hover */
  transform: translateY(-2px);
}

/* General Section Styling */
.page-blog-online-betting-guide-bty523__section {
  padding: 50px 20px;
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-online-betting-guide-bty523__section:nth-of-type(even) {
  background-color: var(--card-b-g, #11271B); /* Alternate background for sections */
}

.page-blog-online-betting-guide-bty523__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-online-betting-guide-bty523__section-title {
  font-size: 2.5rem;
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-online-betting-guide-bty523__section-description {
  font-size: 1.1rem;
  color: var(--text-secondary, #A7D9B8);
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Card Styling */
.page-blog-online-betting-guide-bty523__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-online-betting-guide-bty523__card {
  background-color: var(--card-b-g, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-online-betting-guide-bty523__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-online-betting-guide-bty523__card-image,
.page-blog-online-betting-guide-bty523__game-image,
.page-blog-online-betting-guide-bty523__content-image {
  width: 100%;
  height: auto;
  max-width: 100%; /* Ensure responsiveness */
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-online-betting-guide-bty523__card-title,
.page-blog-online-betting-guide-bty523__game-title {
  font-size: 1.5rem;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-online-betting-guide-bty523__sub-title {
  font-size: 1.8rem;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  font-weight: bold;
  text-align: left;
}

.page-blog-online-betting-guide-bty523__card-text,
.page-blog-online-betting-guide-bty523__game-text,
.page-blog-online-betting-guide-bty523 p {
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 15px;
  flex-grow: 1; /* Allow text to take available space */
}

.page-blog-online-betting-guide-bty523__card-link {
  color: var(--gold, #F2C14E);
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  padding: 8px 15px;
  border: 1px solid var(--gold, #F2C14E);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.page-blog-online-betting-guide-bty523__card-link:hover {
  background-color: var(--gold, #F2C14E);
  color: #11271B; /* Dark text on gold hover */
}

/* Game List Specific Styling */
.page-blog-online-betting-guide-bty523__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-online-betting-guide-bty523__game-card {
  background-color: var(--card-b-g, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-online-betting-guide-bty523__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Transactions Section */
.page-blog-online-betting-guide-bty523__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

.page-blog-online-betting-guide-bty523__text-block {
  flex: 1;
  min-width: 300px;
}

.page-blog-online-betting-guide-bty523__image-container {
  flex: 1;
  min-width: 300px;
}

.page-blog-online-betting-guide-bty523__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-online-betting-guide-bty523__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-online-betting-guide-bty523__list li::before {
  content: '✓'; /* Checkmark icon */
  position: absolute;
  left: 0;
  color: var(--glow, #57E38D); /* Green checkmark */
  font-weight: bold;
}

/* Promotions Section */
.page-blog-online-betting-guide-bty523__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-online-betting-guide-bty523__promo-item {
  background-color: var(--card-b-g, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.page-blog-online-betting-guide-bty523__promo-title {
  font-size: 1.5rem;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-online-betting-guide-bty523__promo-text {
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
  flex-grow: 1;
}

/* FAQ Section */
.page-blog-online-betting-guide-bty523__faq-list {
  margin-top: 30px;
}

.page-blog-online-betting-guide-bty523__faq-item {
  background-color: var(--card-b-g, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden; /* For smooth transition */
}

.page-blog-online-betting-guide-bty523__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  cursor: pointer;
  background-color: var(--deep-green, #0A4B2C); /* Darker background for question */
  border-radius: 8px; /* Apply to summary */
  list-style: none; /* Remove default marker */
}

.page-blog-online-betting-guide-bty523__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

.page-blog-online-betting-guide-bty523__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--gold, #F2C14E);
  margin-left: 15px;
}

.page-blog-online-betting-guide-bty523__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: var(--card-b-g, #11271B); /* Match card background */
}

.page-blog-online-betting-guide-bty523__faq-item[open] .page-blog-online-betting-guide-bty523__faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding-top: 15px;
}

/* Conclusion Section */
.page-blog-online-betting-guide-bty523__section--conclusion {
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-online-betting-guide-bty523__main-title {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
  }
  .page-blog-online-betting-guide-bty523__section-title {
    font-size: 2rem;
  }
  .page-blog-online-betting-guide-bty523__sub-title {
    font-size: 1.6rem;
  }
  .page-blog-online-betting-guide-bty523__card-title,
  .page-blog-online-betting-guide-bty523__game-title,
  .page-blog-online-betting-guide-bty523__promo-title {
    font-size: 1.3rem;
  }
  .page-blog-online-betting-guide-bty523__content-grid,
  .page-blog-online-betting-guide-bty523__game-list,
  .page-blog-online-betting-guide-bty523__promo-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-blog-online-betting-guide-bty523__content-wrapper {
    flex-direction: column;
  }
  .page-blog-online-betting-guide-bty523__text-block,
  .page-blog-online-betting-guide-bty523__image-container {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-online-betting-guide-bty523__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-online-betting-guide-bty523__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
  .page-blog-online-betting-guide-bty523__intro-text {
    font-size: 1rem;
  }
  .page-blog-online-betting-guide-bty523__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-online-betting-guide-bty523__btn-primary,
  .page-blog-online-betting-guide-bty523__btn-secondary,
  .page-blog-online-betting-guide-bty523__card-link {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }
  .page-blog-online-betting-guide-bty523__section {
    padding: 30px 15px;
  }
  .page-blog-online-betting-guide-bty523__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-online-betting-guide-bty523__section-title {
    font-size: 1.8rem;
  }
  .page-blog-online-betting-guide-bty523__section-description {
    font-size: 0.95rem;
  }
  .page-blog-online-betting-guide-bty523__card,
  .page-blog-online-betting-guide-bty523__game-card,
  .page-blog-online-betting-guide-bty523__promo-item {
    padding: 20px;
  }
  .page-blog-online-betting-guide-bty523__card-image,
  .page-blog-online-betting-guide-bty523__game-image,
  .page-blog-online-betting-guide-bty523__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-online-betting-guide-bty523__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }
  .page-blog-online-betting-guide-bty523__faq-answer {
    padding: 0 20px 15px;
  }
}