.page-resources-mobile-betting-app-tutorial {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Body background from shared.css */
}

.page-resources-mobile-betting-app-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-mobile-betting-app-tutorial__dark-bg {
  background-color: #121212;
  color: #ffffff;
}

.page-resources-mobile-betting-app-tutorial__light-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-mobile-betting-app-tutorial__hero-section {
  position: relative;
  padding: 80px 0 40px;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-resources-mobile-betting-app-tutorial__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #26A9E0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-mobile-betting-app-tutorial__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

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

.page-resources-mobile-betting-app-tutorial__btn-primary,
.page-resources-mobile-betting-app-tutorial__btn-secondary {
  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, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-mobile-betting-app-tutorial__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-mobile-betting-app-tutorial__btn-primary:hover {
  background-color: #1e87bb;
  border-color: #1e87bb;
}

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

.page-resources-mobile-betting-app-tutorial__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-mobile-betting-app-tutorial__hero-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Adjust as needed */
  margin: 40px auto 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-mobile-betting-app-tutorial__hero-video {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.page-resources-mobile-betting-app-tutorial__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-resources-mobile-betting-app-tutorial__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-mobile-betting-app-tutorial__text-block a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-mobile-betting-app-tutorial__text-block a:hover {
  text-decoration: underline;
}

.page-resources-mobile-betting-app-tutorial__image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-mobile-betting-app-tutorial__image-card {
  background-color: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
}

.page-resources-mobile-betting-app-tutorial__image-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px;
}

.page-resources-mobile-betting-app-tutorial__image-card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-resources-mobile-betting-app-tutorial__list {
  list-style: none;
  padding: 0 25px;
  text-align: left;
  color: #e0e0e0;
}

.page-resources-mobile-betting-app-tutorial__list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-resources-mobile-betting-app-tutorial__list li::before {
  content: '•';
  color: #26A9E0;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-mobile-betting-app-tutorial__numbered-list {
  list-style: decimal;
  padding: 0 20px 0 40px;
  text-align: left;
  color: #e0e0e0;
  font-size: 1.1em;
}

.page-resources-mobile-betting-app-tutorial__numbered-list li {
  margin-bottom: 15px;
  line-height: 1.5;
}

.page-resources-mobile-betting-app-tutorial__numbered-list li strong {
  color: #26A9E0;
}

.page-resources-mobile-betting-app-tutorial__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-mobile-betting-app-tutorial__feature-card {
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 25px;
  text-align: left;
  color: #e0e0e0;
}

.page-resources-mobile-betting-app-tutorial__feature-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px;
}

.page-resources-mobile-betting-app-tutorial__feature-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-mobile-betting-app-tutorial__features-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-mobile-betting-app-tutorial__feature-item {
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  padding: 25px;
  text-align: center;
  color: #e0e0e0;
}

.page-resources-mobile-betting-app-tutorial__feature-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px;
}

.page-resources-mobile-betting-app-tutorial__feature-item-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-mobile-betting-app-tutorial__feature-item-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-mobile-betting-app-tutorial__feature-item-title a:hover {
  text-decoration: underline;
}

.page-resources-mobile-betting-app-tutorial__list-with-icons {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  color: #e0e0e0;
}

.page-resources-mobile-betting-app-tutorial__list-with-icons li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-mobile-betting-app-tutorial__list-icon {
  font-size: 2em;
  color: #26A9E0;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-resources-mobile-betting-app-tutorial__list-with-icons p {
  margin: 0;
  font-size: 1.1em;
}

.page-resources-mobile-betting-app-tutorial__faq-section {
  padding: 80px 0;
}

.page-resources-mobile-betting-app-tutorial__faq-list {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}

.page-resources-mobile-betting-app-tutorial__faq-item {
  background-color: #1a1a1a;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-resources-mobile-betting-app-tutorial__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #26A9E0;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-mobile-betting-app-tutorial__faq-question:hover {
  background-color: #1e87bb;
}

.page-resources-mobile-betting-app-tutorial__faq-question h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.1em;
}

.page-resources-mobile-betting-app-tutorial__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-mobile-betting-app-tutorial__faq-item.active .page-resources-mobile-betting-app-tutorial__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-mobile-betting-app-tutorial__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
}

.page-resources-mobile-betting-app-tutorial__faq-item.active .page-resources-mobile-betting-app-tutorial__faq-answer {
  max-height: 1000px !important; /* Sufficiently large */
  padding: 20px 25px;
}

.page-resources-mobile-betting-app-tutorial__faq-answer p {
  margin: 0;
  font-size: 1em;
}

.page-resources-mobile-betting-app-tutorial__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #121212;
}

.page-resources-mobile-betting-app-tutorial__cta-title {
  font-size: 2.8em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-mobile-betting-app-tutorial__cta-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-mobile-betting-app-tutorial__hero-title {
    font-size: 2.8em;
  }
  .page-resources-mobile-betting-app-tutorial__hero-description {
    font-size: 1.1em;
  }
  .page-resources-mobile-betting-app-tutorial__section-title {
    font-size: 2em;
  }
  .page-resources-mobile-betting-app-tutorial__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-mobile-betting-app-tutorial__hero-section {
    padding: 60px 0 30px; /* Reduced padding for mobile */
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset on mobile */
  }

  .page-resources-mobile-betting-app-tutorial__hero-title {
    font-size: 2.2em;
  }

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

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

  .page-resources-mobile-betting-app-tutorial__btn-primary,
  .page-resources-mobile-betting-app-tutorial__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-mobile-betting-app-tutorial__container {
    padding: 0 15px;
  }

  .page-resources-mobile-betting-app-tutorial__section-title {
    font-size: 1.8em;
    padding-top: 40px;
  }

  .page-resources-mobile-betting-app-tutorial__text-block,
  .page-resources-mobile-betting-app-tutorial__list li,
  .page-resources-mobile-betting-app-tutorial__numbered-list li,
  .page-resources-mobile-betting-app-tutorial__feature-card p,
  .page-resources-mobile-betting-app-tutorial__feature-item p,
  .page-resources-mobile-betting-app-tutorial__list-with-icons p,
  .page-resources-mobile-betting-app-tutorial__faq-answer p,
  .page-resources-mobile-betting-app-tutorial__cta-description {
    font-size: 1em;
  }

  .page-resources-mobile-betting-app-tutorial__image-grid,
  .page-resources-mobile-betting-app-tutorial__features-grid,
  .page-resources-mobile-betting-app-tutorial__features-showcase-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-mobile-betting-app-tutorial__image-card img,
  .page-resources-mobile-betting-app-tutorial__feature-card img,
  .page-resources-mobile-betting-app-tutorial__feature-item img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-mobile-betting-app-tutorial img,
  .page-resources-mobile-betting-app-tutorial video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-mobile-betting-app-tutorial__hero-video-wrapper,
  .page-resources-mobile-betting-app-tutorial__image-grid,
  .page-resources-mobile-betting-app-tutorial__features-grid,
  .page-resources-mobile-betting-app-tutorial__features-showcase-grid,
  .page-resources-mobile-betting-app-tutorial__cta-buttons,
  .page-resources-mobile-betting-app-tutorial__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-mobile-betting-app-tutorial__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-mobile-betting-app-tutorial__faq-answer {
    padding: 0 20px;
  }

  .page-resources-mobile-betting-app-tutorial__faq-item.active .page-resources-mobile-betting-app-tutorial__faq-answer {
    padding: 15px 20px;
  }

  .page-resources-mobile-betting-app-tutorial__list-with-icons li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
  }

  .page-resources-mobile-betting-app-tutorial__list-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-mobile-betting-app-tutorial__hero-title {
    font-size: 1.8em;
  }
  .page-resources-mobile-betting-app-tutorial__section-title {
    font-size: 1.5em;
  }
  .page-resources-mobile-betting-app-tutorial__cta-title {
    font-size: 1.8em;
  }
}