.page-resources-mobile-betting-app-advantages {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-mobile-betting-app-advantages__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content clears fixed header */
  background-color: #1A202C; /* Dark background for hero */
  color: #ffffff;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-resources-mobile-betting-app-advantages__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.page-resources-mobile-betting-app-advantages__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-mobile-betting-app-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mobile-betting-app-advantages__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-mobile-betting-app-advantages__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-resources-mobile-betting-app-advantages__button--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-resources-mobile-betting-app-advantages__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-mobile-betting-app-advantages__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-mobile-betting-app-advantages__button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-resources-mobile-betting-app-advantages__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-mobile-betting-app-advantages__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-resources-mobile-betting-app-advantages__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 0 auto;
  padding: 60px 20px;
}

.page-resources-mobile-betting-app-advantages__section-title {
  font-size: 2.5em;
  color: #1A202C;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-mobile-betting-app-advantages__sub-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-mobile-betting-app-advantages__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-mobile-betting-app-advantages__paragraph--center {
  text-align: center;
}

.page-resources-mobile-betting-app-advantages__highlight {
  color: #1A202C;
  font-weight: bold;
}

.page-resources-mobile-betting-app-advantages__feature-card {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  gap: 30px;
}

.page-resources-mobile-betting-app-advantages__feature-image {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-resources-mobile-betting-app-advantages__feature-text {
  flex-grow: 1;
}

.page-resources-mobile-betting-app-advantages__list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-resources-mobile-betting-app-advantages__list-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-mobile-betting-app-advantages__list-item::before {
  content: '⚡';
  position: absolute;
  left: 0;
  color: #FFD700;
}

.page-resources-mobile-betting-app-advantages__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-resources-mobile-betting-app-advantages__ordered-list .page-resources-mobile-betting-app-advantages__list-item {
  padding-left: 0;
  margin-bottom: 15px;
}

.page-resources-mobile-betting-app-advantages__ordered-list .page-resources-mobile-betting-app-advantages__list-item::before {
  content: none;
}

.page-resources-mobile-betting-app-advantages__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-mobile-betting-app-advantages__link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-mobile-betting-app-advantages__faq-section {
  margin-top: 50px;
}

.page-resources-mobile-betting-app-advantages__faq-item {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-mobile-betting-app-advantages__faq-question {
  font-size: 1.2em;
  color: #1A202C;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-mobile-betting-app-advantages__faq-answer {
  font-size: 1em;
  color: #555;
  margin-bottom: 0;
}

.page-resources-mobile-betting-app-advantages__related-links {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-resources-mobile-betting-app-advantages__related-item {
  background-color: #FFD700;
  border-radius: 5px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.page-resources-mobile-betting-app-advantages__related-item:hover {
  background-color: #e6c200;
}

.page-resources-mobile-betting-app-advantages__related-item .page-resources-mobile-betting-app-advantages__link {
  color: #1A202C;
  text-decoration: none;
}

.page-resources-mobile-betting-app-advantages__related-item .page-resources-mobile-betting-app-advantages__link:hover {
  color: #1A202C;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-mobile-betting-app-advantages__hero-title {
    font-size: 2.5em;
  }

  .page-resources-mobile-betting-app-advantages__hero-description {
    font-size: 1em;
  }

  .page-resources-mobile-betting-app-advantages__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-mobile-betting-app-advantages__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-mobile-betting-app-advantages__section-title {
    font-size: 2em;
  }

  .page-resources-mobile-betting-app-advantages__sub-title {
    font-size: 1.6em;
  }

  .page-resources-mobile-betting-app-advantages__feature-card {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .page-resources-mobile-betting-app-advantages__feature-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
  }

  .page-resources-mobile-betting-app-advantages__content-area img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-mobile-betting-app-advantages__hero-title {
    font-size: 2em;
  }

  .page-resources-mobile-betting-app-advantages__hero-description {
    font-size: 0.9em;
  }

  .page-resources-mobile-betting-app-advantages__button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-mobile-betting-app-advantages__section-title {
    font-size: 1.8em;
  }

  .page-resources-mobile-betting-app-advantages__sub-title {
    font-size: 1.4em;
  }

  .page-resources-mobile-betting-app-advantages__paragraph,
  .page-resources-mobile-betting-app-advantages__list-item,
  .page-resources-mobile-betting-app-advantages__faq-question,
  .page-resources-mobile-betting-app-advantages__faq-answer {
    font-size: 0.95em;
  }
}