/* style/resources-how-to-choose-reliable-888-casino.css */
.page-resources-how-to-choose-reliable-888-casino {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Default light text for dark body background */
  background-color: transparent; /* Body background from shared.css */
}

.page-resources-how-to-choose-reliable-888-casino__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-how-to-choose-reliable-888-casino__hero-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #017439; /* Brand primary color for hero background */
  padding-top: var(--header-offset, 120px); /* Ensure header offset */
}

.page-resources-how-to-choose-reliable-888-casino__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-how-to-choose-reliable-888-casino__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-888-casino__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-888-casino__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-how-to-choose-reliable-888-casino__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-resources-how-to-choose-reliable-888-casino__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* General Sections */
.page-resources-how-to-choose-reliable-888-casino__intro-section,
.page-resources-how-to-choose-reliable-888-casino__brand-section,
.page-resources-how-to-choose-reliable-888-casino__benefits-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Dark background for content sections */
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-how-to-choose-reliable-888-casino__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-888-casino__paragraph a {
  color: #FFFF00; /* Yellow for links */
  text-decoration: underline;
}

.page-resources-how-to-choose-reliable-888-casino__paragraph a:hover {
  color: #f0f0f0;
}

/* Criteria Section */
.page-resources-how-to-choose-reliable-888-casino__criteria-section {
  padding: 80px 0;
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-reliable-888-casino__criteria-item {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white card */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-how-to-choose-reliable-888-casino__criteria-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  border-radius: 5px;
}

.page-resources-how-to-choose-reliable-888-casino__criteria-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__criteria-text {
  font-size: 1em;
  color: #f0f0f0;
}

/* Brand Section */
.page-resources-how-to-choose-reliable-888-casino__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-how-to-choose-reliable-888-casino__list-item {
  background-color: #2a2a2a; /* Slightly lighter dark background for list items */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #017439;
  border-radius: 5px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-888-casino__list-item strong {
  color: #FFFF00;
}

.page-resources-how-to-choose-reliable-888-casino__list-item a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-resources-how-to-choose-reliable-888-casino__list-item a:hover {
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-888-casino__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* Steps Section */
.page-resources-how-to-choose-reliable-888-casino__steps-section {
  padding: 80px 0;
  background-color: #1a1a1a; /* Dark background */
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-reliable-888-casino__step-item {
  background-color: rgba(255, 255, 255, 0.08); /* Darker card for this section */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-how-to-choose-reliable-888-casino__step-number {
  width: 50px;
  height: 50px;
  background-color: #017439;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-reliable-888-casino__step-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__step-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-888-casino__step-text a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-resources-how-to-choose-reliable-888-casino__step-text a:hover {
  color: #f0f0f0;
}

/* Benefits Section */
.page-resources-how-to-choose-reliable-888-casino__benefits-section {
  padding: 80px 0;
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-reliable-888-casino__benefit-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-how-to-choose-reliable-888-casino__benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
  border-radius: 5px;
}

.page-resources-how-to-choose-reliable-888-casino__benefit-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__benefit-text {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-888-casino__benefit-text a {
  color: #FFFF00;
  text-decoration: underline;
}

.page-resources-how-to-choose-reliable-888-casino__benefit-text a:hover {
  color: #f0f0f0;
}

/* FAQ Section */
.page-resources-how-to-choose-reliable-888-casino__faq-section {
  padding: 80px 0;
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-how-to-choose-reliable-888-casino__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-reliable-888-casino__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-reliable-888-casino__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-choose-reliable-888-casino__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFFF00;
}

.page-resources-how-to-choose-reliable-888-casino__faq-item.active .page-resources-how-to-choose-reliable-888-casino__faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-888-casino__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-888-casino__faq-item.active .page-resources-how-to-choose-reliable-888-casino__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}