.page-blog-how-to-play-dagac3-sports-betting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

.page-blog-how-to-play-dagac3-sports-betting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #0D0E12; /* Background */
  color: #FFF3E6;
}

.page-blog-how-to-play-dagac3-sports-betting__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-blog-how-to-play-dagac3-sports-betting__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-how-to-play-dagac3-sports-betting__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-play-dagac3-sports-betting__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-how-to-play-dagac3-sports-betting__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFF3E6; /* Text Main */
  margin-bottom: 15px;
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size for H1 */
}

.page-blog-how-to-play-dagac3-sports-betting__subtitle {
  font-size: 18px;
  color: #FFF3E6; /* Text Main */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-play-dagac3-sports-betting__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-play-dagac3-sports-betting__cta-button:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-play-dagac3-sports-betting__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button color */
  color: #ffffff;
}

.page-blog-how-to-play-dagac3-sports-betting__btn-secondary {
  background: none;
  color: #FF8C1A; /* Main color */
  border: 2px solid #FF8C1A; /* Main color */
}

.page-blog-how-to-play-dagac3-sports-betting__btn-secondary:hover {
  background: #FF8C1A; /* Main color */
  color: #ffffff;
}

.page-blog-how-to-play-dagac3-sports-betting__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page-blog-how-to-play-dagac3-sports-betting__button-group .page-blog-how-to-play-dagac3-sports-betting__cta-button {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
}

.page-blog-how-to-play-dagac3-sports-betting__content-section {
  padding: 50px 20px;
  margin-bottom: 20px;
}

.page-blog-how-to-play-dagac3-sports-betting__light-bg {
  background-color: #FFF3E6; /* Text Main as light background */
  color: #333333; /* Dark text for contrast */
}

.page-blog-how-to-play-dagac3-sports-betting__dark-bg {
  background-color: #17191F; /* Card BG as dark background */
  color: #FFF3E6; /* Text Main */
}

.page-blog-how-to-play-dagac3-sports-betting__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-how-to-play-dagac3-sports-betting__section-title {
  font-size: clamp(24px, 3.5vw, 38px);
  color: #FF8C1A; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-play-dagac3-sports-betting__sub-section-title {
  font-size: clamp(20px, 2.8vw, 28px);
  color: #FFA53A; /* Accent color */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-how-to-play-dagac3-sports-betting__paragraph {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-how-to-play-dagac3-sports-betting__unordered-list,
.page-blog-how-to-play-dagac3-sports-betting__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 17px;
}

.page-blog-how-to-play-dagac3-sports-betting__ordered-list {
  list-style-type: decimal;
}

.page-blog-how-to-play-dagac3-sports-betting__unordered-list li,
.page-blog-how-to-play-dagac3-sports-betting__ordered-list li {
  margin-bottom: 10px;
}

.page-blog-how-to-play-dagac3-sports-betting__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-blog-how-to-play-dagac3-sports-betting__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Styles */
details.page-blog-how-to-play-dagac3-sports-betting__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #A84F0C; /* Border color */
  overflow: hidden;
  background: #17191F; /* Card BG */
  color: #FFF3E6;
}

details.page-blog-how-to-play-dagac3-sports-betting__faq-item summary.page-blog-how-to-play-dagac3-sports-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #FFF3E6;
}

details.page-blog-how-to-play-dagac3-sports-betting__faq-item summary.page-blog-how-to-play-dagac3-sports-betting__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-how-to-play-dagac3-sports-betting__faq-item summary.page-blog-how-to-play-dagac3-sports-betting__faq-question:hover {
  background: rgba(255, 132, 0, 0.1); /* Subtle hover effect */
}

.page-blog-how-to-play-dagac3-sports-betting__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFF3E6;
}

.page-blog-how-to-play-dagac3-sports-betting__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFA53A; /* Accent color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-how-to-play-dagac3-sports-betting__faq-item .page-blog-how-to-play-dagac3-sports-betting__faq-answer {
  padding: 0 20px 20px;
  background: #0D0E12; /* Background */
  border-radius: 0 0 5px 5px;
  color: #FFF3E6;
}

.page-blog-how-to-play-dagac3-sports-betting__faq-answer p {
  margin-bottom: 0;
  font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-how-to-play-dagac3-sports-betting__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-how-to-play-dagac3-sports-betting__hero-image img {
    border-radius: 4px;
  }
  
  .page-blog-how-to-play-dagac3-sports-betting__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .page-blog-how-to-play-dagac3-sports-betting__subtitle {
    font-size: 16px;
    max-width: 100%;
  }

  .page-blog-how-to-play-dagac3-sports-betting__cta-button,
  .page-blog-how-to-play-dagac3-sports-betting a[class*="button"],
  .page-blog-how-to-play-dagac3-sports-betting a[class*="btn"] {
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-play-dagac3-sports-betting__button-group {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-play-dagac3-sports-betting__button-group .page-blog-how-to-play-dagac3-sports-betting__cta-button {
    min-width: unset;
    max-width: 100%;
  }

  .page-blog-how-to-play-dagac3-sports-betting__content-section {
    padding: 30px 15px;
  }

  .page-blog-how-to-play-dagac3-sports-betting__section-title {
    font-size: clamp(22px, 6vw, 30px);
    margin-bottom: 30px;
  }

  .page-blog-how-to-play-dagac3-sports-betting__sub-section-title {
    font-size: clamp(18px, 5vw, 24px);
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-play-dagac3-sports-betting__paragraph,
  .page-blog-how-to-play-dagac3-sports-betting__unordered-list,
  .page-blog-how-to-play-dagac3-sports-betting__ordered-list {
    font-size: 16px;
  }

  .page-blog-how-to-play-dagac3-sports-betting__unordered-list li,
  .page-blog-how-to-play-dagac3-sports-betting__ordered-list li {
    margin-bottom: 8px;
  }

  .page-blog-how-to-play-dagac3-sports-betting__image-wrapper {
    margin: 30px 0;
  }

  .page-blog-how-to-play-dagac3-sports-betting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-how-to-play-dagac3-sports-betting__container {
    padding: 0;
  }

  details.page-blog-how-to-play-dagac3-sports-betting__faq-item summary.page-blog-how-to-play-dagac3-sports-betting__faq-question {
    padding: 15px;
  }

  .page-blog-how-to-play-dagac3-sports-betting__faq-qtext {
    font-size: 16px;
  }

  .page-blog-how-to-play-dagac3-sports-betting__faq-answer {
    padding: 0 15px 15px;
  }
  
  .page-blog-how-to-play-dagac3-sports-betting__faq-answer p {
    font-size: 15px;
  }
}