.page-resources-how-to-bet-efficiently-on-dd7 {
  color: #333333;
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-how-to-bet-efficiently-on-dd7__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-bet-efficiently-on-dd7__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-resources-how-to-bet-efficiently-on-dd7__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-how-to-bet-efficiently-on-dd7__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.page-resources-how-to-bet-efficiently-on-dd7__hero-content {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  max-width: 800px;
  padding: 20px;
}

.page-resources-how-to-bet-efficiently-on-dd7__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-how-to-bet-efficiently-on-dd7__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-how-to-bet-efficiently-on-dd7__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-how-to-bet-efficiently-on-dd7__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-resources-how-to-bet-efficiently-on-dd7__sub-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-efficiently-on-dd7__introduction-section,
.page-resources-how-to-bet-efficiently-on-dd7__steps-section,
.page-resources-how-to-bet-efficiently-on-dd7__promotions-section,
.page-resources-how-to-bet-efficiently-on-dd7__support-section,
.page-resources-how-to-bet-efficiently-on-dd7__faq-section,
.page-resources-how-to-bet-efficiently-on-dd7__conclusion-section {
  padding: 80px 0;
}

.page-resources-how-to-bet-efficiently-on-dd7__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-resources-how-to-bet-efficiently-on-dd7__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-bet-efficiently-on-dd7__step-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-bet-efficiently-on-dd7__card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-resources-how-to-bet-efficiently-on-dd7__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-how-to-bet-efficiently-on-dd7__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-efficiently-on-dd7__card p {
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-how-to-bet-efficiently-on-dd7__btn-primary,
.page-resources-how-to-bet-efficiently-on-dd7__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-bet-efficiently-on-dd7__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-bet-efficiently-on-dd7__btn-primary:hover {
  background-color: #1a7fb0;
  border-color: #1a7fb0;
}

.page-resources-how-to-bet-efficiently-on-dd7__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-bet-efficiently-on-dd7__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1a7fb0;
  border-color: #1a7fb0;
}

.page-resources-how-to-bet-efficiently-on-dd7__cta-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-bet-efficiently-on-dd7__dark-section {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-how-to-bet-efficiently-on-dd7__dark-section .page-resources-how-to-bet-efficiently-on-dd7__section-title,
.page-resources-how-to-bet-efficiently-on-dd7__dark-section .page-resources-how-to-bet-efficiently-on-dd7__sub-title {
  color: #FFFFFF;
}

.page-resources-how-to-bet-efficiently-on-dd7__dark-section .page-resources-how-to-bet-efficiently-on-dd7__section-title::after {
  background-color: #FFFFFF;
}

.page-resources-how-to-bet-efficiently-on-dd7__grid-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.page-resources-how-to-bet-efficiently-on-dd7__promotion-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-bet-efficiently-on-dd7__support-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-resources-how-to-bet-efficiently-on-dd7__contact-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-how-to-bet-efficiently-on-dd7__contact-list li {
  margin-bottom: 10px;
}

.page-resources-how-to-bet-efficiently-on-dd7__contact-list a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-bet-efficiently-on-dd7__contact-list a:hover {
  text-decoration: underline;
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-title {
  margin: 0;
  color: #26A9E0;
  font-size: 1.2em;
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-item.active .page-resources-how-to-bet-efficiently-on-dd7__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-how-to-bet-efficiently-on-dd7__faq-item.active .page-resources-how-to-bet-efficiently-on-dd7__faq-answer {
  max-height: 1000px !important;
  padding: 20px 30px;
}

.page-resources-how-to-bet-efficiently-on-dd7__text-block {
  margin-bottom: 20px;
}

.page-resources-how-to-bet-efficiently-on-dd7__conclusion-section {
  text-align: center;
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-resources-how-to-bet-efficiently-on-dd7__conclusion-section .page-resources-how-to-bet-efficiently-on-dd7__section-title {
  color: #FFFFFF;
}

.page-resources-how-to-bet-efficiently-on-dd7__conclusion-section .page-resources-how-to-bet-efficiently-on-dd7__section-title::after {
  background-color: #FFFFFF;
}

.page-resources-how-to-bet-efficiently-on-dd7__conclusion-section p {
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 1.1em;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-how-to-bet-efficiently-on-dd7__hero-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__content-grid,
  .page-resources-how-to-bet-efficiently-on-dd7__grid-two-columns,
  .page-resources-how-to-bet-efficiently-on-dd7__support-content {
    grid-template-columns: 1fr;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__image-content {
    order: -1; /* Image appears above text on smaller screens */
    margin-bottom: 30px;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__step-cards,
  .page-resources-how-to-bet-efficiently-on-dd7__promotion-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-bet-efficiently-on-dd7 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__sub-title {
    font-size: 1.4em;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__introduction-section,
  .page-resources-how-to-bet-efficiently-on-dd7__steps-section,
  .page-resources-how-to-bet-efficiently-on-dd7__promotions-section,
  .page-resources-how-to-bet-efficiently-on-dd7__support-section,
  .page-resources-how-to-bet-efficiently-on-dd7__faq-section,
  .page-resources-how-to-bet-efficiently-on-dd7__conclusion-section {
    padding: 60px 0;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__container {
    padding: 0 15px;
  }

  /* Images responsive */
  .page-resources-how-to-bet-efficiently-on-dd7 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__section,
  .page-resources-how-to-bet-efficiently-on-dd7__card,
  .page-resources-how-to-bet-efficiently-on-dd7__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons responsive */
  .page-resources-how-to-bet-efficiently-on-dd7__btn-primary,
  .page-resources-how-to-bet-efficiently-on-dd7__btn-secondary,
  .page-resources-how-to-bet-efficiently-on-dd7 a[class*="button"],
  .page-resources-how-to-bet-efficiently-on-dd7 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-resources-how-to-bet-efficiently-on-dd7__cta-buttons,
  .page-resources-how-to-bet-efficiently-on-dd7__button-group,
  .page-resources-how-to-bet-efficiently-on-dd7__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;
    flex-direction: column; /* Ensure vertical stacking for multiple buttons */
  }

  /* FAQ responsive */
  .page-resources-how-to-bet-efficiently-on-dd7__faq-question,
  .page-resources-how-to-bet-efficiently-on-dd7__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-how-to-bet-efficiently-on-dd7__faq-item.active .page-resources-how-to-bet-efficiently-on-dd7__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-bet-efficiently-on-dd7__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__hero-section {
    height: 400px;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__section-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__card {
    padding: 20px;
  }

  .page-resources-how-to-bet-efficiently-on-dd7__card-title {
    font-size: 1.3em;
  }
}