.page-resources-nohu90-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text */
  background-color: #1A1A2E; /* Dark blue/near black background */
  line-height: 1.6;
}

.page-resources-nohu90-sports-betting-guide .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-nohu90-sports-betting-guide .hero-section {
  background: linear-gradient(135deg, #FFD700, #DC143C);
  color: #1A1A2E;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-nohu90-sports-betting-guide .hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.page-resources-nohu90-sports-betting-guide .hero-content {
  max-width: 800px;
}

.page-resources-nohu90-sports-betting-guide .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #1A1A2E;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.page-resources-nohu90-sports-betting-guide .hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #333;
}

.page-resources-nohu90-sports-betting-guide .hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.page-resources-nohu90-sports-betting-guide .hero-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-nohu90-sports-betting-guide .section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold */
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-nohu90-sports-betting-guide .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #DC143C; /* Deep Red */
  border-radius: 2px;
}

.page-resources-nohu90-sports-betting-guide .subsection-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #DC143C;
  padding-left: 15px;
}

.page-resources-nohu90-sports-betting-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-nohu90-sports-betting-guide ul,
.page-resources-nohu90-sports-betting-guide ol {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #E0E0E0;
}

.page-resources-nohu90-sports-betting-guide li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-nohu90-sports-betting-guide strong {
  color: #FFD700;
}

.page-resources-nohu90-sports-betting-guide .btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-resources-nohu90-sports-betting-guide .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #1A1A2E; /* Dark blue/near black */
  border: 2px solid #FFD700;
}

.page-resources-nohu90-sports-betting-guide .btn-primary:hover {
  background-color: #DC143C; /* Deep Red */
  border-color: #DC143C;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(220, 20, 60, 0.4);
}

.page-resources-nohu90-sports-betting-guide .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-resources-nohu90-sports-betting-guide .btn-secondary:hover {
  background-color: #FFD700;
  color: #1A1A2E;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-nohu90-sports-betting-guide .action-button {
  margin-top: 20px;
}

.page-resources-nohu90-sports-betting-guide section {
  padding: 60px 0;
}

.page-resources-nohu90-sports-betting-guide .introduction-section,
.page-resources-nohu90-sports-betting-guide .betting-process-section,
.page-resources-nohu90-sports-betting-guide .responsibility-section,
.page-resources-nohu90-sports-betting-guide .conclusion-section {
  text-align: center;
  background-color: #1A1A2E;
}

.page-resources-nohu90-sports-betting-guide .basics-section,
.page-resources-nohu90-sports-betting-guide .tips-section,
.page-resources-nohu90-sports-betting-guide .faq-section {
  background-color: #2A2A3E;
}

.page-resources-nohu90-sports-betting-guide .grid-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-nohu90-sports-betting-guide .grid-item {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-nohu90-sports-betting-guide .content-image {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 30px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-nohu90-sports-betting-guide .content-image-small {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 20px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-nohu90-sports-betting-guide .faq-item {
  background-color: #1A1A2E;
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-nohu90-sports-betting-guide .faq-question {
  font-size: 1.4em;
  color: #FFD700; /* Gold */
  margin-bottom: 10px;
}

.page-resources-nohu90-sports-betting-guide .faq-answer {
  font-size: 1.05em;
  color: #B0B0B0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-nohu90-sports-betting-guide .hero-title {
    font-size: 2.8em;
  }
  .page-resources-nohu90-sports-betting-guide .hero-description {
    font-size: 1.1em;
  }
  .page-resources-nohu90-sports-betting-guide .section-title {
    font-size: 2.2em;
  }
  .page-resources-nohu90-sports-betting-guide .subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-nohu90-sports-betting-guide .hero-section {
    padding: 60px 0;
  }
  .page-resources-nohu90-sports-betting-guide .hero-title {
    font-size: 2.2em;
  }
  .page-resources-nohu90-sports-betting-guide .hero-description {
    font-size: 1em;
  }
  .page-resources-nohu90-sports-betting-guide .section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page-resources-nohu90-sports-betting-guide .subsection-title {
    font-size: 1.4em;
  }
  .page-resources-nohu90-sports-betting-guide p,
  .page-resources-nohu90-sports-betting-guide li,
  .page-resources-nohu90-sports-betting-guide .faq-answer {
    font-size: 0.95em;
  }
  .page-resources-nohu90-sports-betting-guide .btn {
    padding: 10px 20px;
    font-size: 1em;
  }
  .page-resources-nohu90-sports-betting-guide .grid-columns {
    grid-template-columns: 1fr;
  }
  .page-resources-nohu90-sports-betting-guide section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-resources-nohu90-sports-betting-guide .hero-title {
    font-size: 1.8em;
  }
  .page-resources-nohu90-sports-betting-guide .hero-description {
    font-size: 0.9em;
  }
  .page-resources-nohu90-sports-betting-guide .section-title {
    font-size: 1.5em;
  }
  .page-resources-nohu90-sports-betting-guide .subsection-title {
    font-size: 1.2em;
  }
  .page-resources-nohu90-sports-betting-guide .faq-question {
    font-size: 1.2em;
  }
  .page-resources-nohu90-sports-betting-guide .btn {
    padding: 8px 18px;
    font-size: 0.9em;
  }
}