.page-resources-how-to-bet-on-7-club-app {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: var(--background-color, #FFFFFF);
}

.page-resources-how-to-bet-on-7-club-app__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-how-to-bet-on-7-club-app__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-how-to-bet-on-7-club-app__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-bet-on-7-club-app__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-bet-on-7-club-app__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-how-to-bet-on-7-club-app__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-bet-on-7-club-app__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-bet-on-7-club-app__btn-primary {
  display: inline-block;
  background-color: #017439;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid #ffffff;
}

.page-resources-how-to-bet-on-7-club-app__btn-primary:hover {
  background-color: #005f2e;
  border-color: #f0f0f0;
}

.page-resources-how-to-bet-on-7-club-app__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-how-to-bet-on-7-club-app__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-resources-how-to-bet-on-7-club-app__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: inherit; /* Inherit color from parent section */
}

.page-resources-how-to-bet-on-7-club-app__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  color: inherit;
}

.page-resources-how-to-bet-on-7-club-app__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-bet-on-7-club-app__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-how-to-bet-on-7-club-app__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-bet-on-7-club-app__list--inline {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-resources-how-to-bet-on-7-club-app__list--inline .page-resources-how-to-bet-on-7-club-app__list-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
  border-radius: 5px;
  white-space: nowrap;
}

.page-resources-how-to-bet-on-7-club-app__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-bet-on-7-club-app__step-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-bet-on-7-club-app__step-title {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-on-7-club-app__step-description {
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-how-to-bet-on-7-club-app__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-how-to-bet-on-7-club-app__content-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-bet-on-7-club-app__grid-2-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-bet-on-7-club-app__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-how-to-bet-on-7-club-app__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-on-7-club-app__card-text {
  color: #555555;
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-how-to-bet-on-7-club-app__btn-register {
  display: inline-block;
  background-color: #C30808;
  color: #FFFF00;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid #C30808;
}

.page-resources-how-to-bet-on-7-club-app__btn-register:hover {
  background-color: #9c0606;
}

.page-resources-how-to-bet-on-7-club-app__btn-login {
  display: inline-block;
  background-color: #C30808;
  color: #FFFF00;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid #C30808;
}

.page-resources-how-to-bet-on-7-club-app__btn-login:hover {
  background-color: #9c0606;
}

.page-resources-how-to-bet-on-7-club-app__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-bet-on-7-club-app__ordered-list .page-resources-how-to-bet-on-7-club-app__list-item {
  color: #f0f0f0;
}

.page-resources-how-to-bet-on-7-club-app__steps-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-bet-on-7-club-app__step-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.page-resources-how-to-bet-on-7-club-app__step-card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-on-7-club-app__step-card-description {
  color: #555555;
  font-size: 1em;
}

.page-resources-how-to-bet-on-7-club-app__tip-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.page-resources-how-to-bet-on-7-club-app__tip-title {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-on-7-club-app__tip-description {
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-how-to-bet-on-7-club-app__grid-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-bet-on-7-club-app__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-bet-on-7-club-app__feature-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-resources-how-to-bet-on-7-club-app__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  width: 400px;
  height: 300px;
  object-fit: cover;
}

.page-resources-how-to-bet-on-7-club-app__feature-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
}

.page-resources-how-to-bet-on-7-club-app__feature-description {
  color: #555555;
  font-size: 1em;
}

.page-resources-how-to-bet-on-7-club-app__video-section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-how-to-bet-on-7-club-app__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-bet-on-7-club-app__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}

.page-resources-how-to-bet-on-7-club-app__faq-section {
  padding: 60px 20px;
}

.page-resources-how-to-bet-on-7-club-app__faq-list {
  margin-top: 40px;
}

.page-resources-how-to-bet-on-7-club-app__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-resources-how-to-bet-on-7-club-app__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-bet-on-7-club-app__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-bet-on-7-club-app__faq-title {
  margin: 0;
  color: inherit;
}

.page-resources-how-to-bet-on-7-club-app__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439;
}

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

.page-resources-how-to-bet-on-7-club-app__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  font-size: 1em;
}

.page-resources-how-to-bet-on-7-club-app__faq-item.active .page-resources-how-to-bet-on-7-club-app__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 15px 25px;
}

.page-resources-how-to-bet-on-7-club-app__conclusion-section {
  padding: 60px 20px;
  text-align: center;
}

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

  .page-resources-how-to-bet-on-7-club-app__section-title {
    font-size: 2em;
  }
}

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

  .page-resources-how-to-bet-on-7-club-app__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-bet-on-7-club-app__hero-content {
    margin-bottom: 30px;
  }

  .page-resources-how-to-bet-on-7-club-app__main-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-bet-on-7-club-app__description {
    font-size: 1em;
  }

  .page-resources-how-to-bet-on-7-club-app__btn-primary,
  .page-resources-how-to-bet-on-7-club-app__btn-register,
  .page-resources-how-to-bet-on-7-club-app__btn-login {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px !important;
  }

  .page-resources-how-to-bet-on-7-club-app__cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-bet-on-7-club-app__hero-image {
    filter: brightness(0.4) !important; /* Even darker for smaller screens */
  }

  .page-resources-how-to-bet-on-7-club-app__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-bet-on-7-club-app__sub-title {
    font-size: 1.4em;
  }

  .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__download-section .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__register-login-section .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__deposit-section .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__betting-guide-section .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__tips-section .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__other-features-section .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__video-section .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__faq-section .page-resources-how-to-bet-on-7-club-app__container,
  .page-resources-how-to-bet-on-7-club-app__conclusion-section .page-resources-how-to-bet-on-7-club-app__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-resources-how-to-bet-on-7-club-app img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-bet-on-7-club-app video,
  .page-resources-how-to-bet-on-7-club-app__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-bet-on-7-club-app__video-section,
  .page-resources-how-to-bet-on-7-club-app__video-container,
  .page-resources-how-to-bet-on-7-club-app__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-how-to-bet-on-7-club-app__card {
    padding: 20px;
  }

  .page-resources-how-to-bet-on-7-club-app__list--inline {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-how-to-bet-on-7-club-app__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-how-to-bet-on-7-club-app__faq-answer {
    padding: 0 20px;
  }

  .page-resources-how-to-bet-on-7-club-app__faq-item.active .page-resources-how-to-bet-on-7-club-app__faq-answer {
    padding: 15px 20px;
  }
}

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

  .page-resources-how-to-bet-on-7-club-app__section-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-bet-on-7-club-app__hero-section {
    padding: 40px 10px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-bet-on-7-club-app__description {
    font-size: 0.9em;
  }

  .page-resources-how-to-bet-on-7-club-app__btn-primary {
    padding: 10px 20px;
  }

  .page-resources-how-to-bet-on-7-club-app__step-item,
  .page-resources-how-to-bet-on-7-club-app__card,
  .page-resources-how-to-bet-on-7-club-app__step-card,
  .page-resources-how-to-bet-on-7-club-app__tip-card,
  .page-resources-how-to-bet-on-7-club-app__feature-card {
    padding: 15px;
  }

  .page-resources-how-to-bet-on-7-club-app__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-resources-how-to-bet-on-7-club-app__faq-answer {
    padding: 0 15px;
  }

  .page-resources-how-to-bet-on-7-club-app__faq-item.active .page-resources-how-to-bet-on-7-club-app__faq-answer {
    padding: 10px 15px;
  }
}