.page-resources-how-to-choose-best-online-casino {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

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

.page-resources-how-to-choose-best-online-casino__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-how-to-choose-best-online-casino__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-choose-best-online-casino__section-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

/* Hero Section */
.page-resources-how-to-choose-best-online-casino__hero-section {
  padding: 120px 0 60px 0; /* Adjusted for header offset */
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-choose-best-online-casino__hero-section .page-resources-how-to-choose-best-online-casino__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-resources-how-to-choose-best-online-casino__hero-content {
  max-width: 800px;
  text-align: center;
  z-index: 1;
}

.page-resources-how-to-choose-best-online-casino__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #26A9E0;
  line-height: 1.2;
}

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

.page-resources-how-to-choose-best-online-casino__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-best-online-casino__btn-primary,
.page-resources-how-to-choose-best-online-casino__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-how-to-choose-best-online-casino__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-choose-best-online-casino__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-how-to-choose-best-online-casino__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-choose-best-online-casino__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-choose-best-online-casino__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  z-index: 0;
}

.page-resources-how-to-choose-best-online-casino__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: block;
}

/* Grid for factors section */
.page-resources-how-to-choose-best-online-casino__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-best-online-casino__card {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white for dark background */
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; /* Ensure cards have equal height */
  box-sizing: border-box;
}

.page-resources-how-to-choose-best-online-casino__card-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
}

.page-resources-how-to-choose-best-online-casino__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-choose-best-online-casino__card-text {
  font-size: 1em;
  color: #f0f0f0;
  flex-grow: 1;
}

/* Why SKY88 Section */
.page-resources-how-to-choose-best-online-casino__why-sky88-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}

.page-resources-how-to-choose-best-online-casino__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-best-online-casino__content-block {
  background: rgba(255, 255, 255, 0.08); /* Slightly less transparent */
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.page-resources-how-to-choose-best-online-casino__content-block-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-choose-best-online-casino__content-block-text {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-how-to-choose-best-online-casino__btn-text {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: auto; /* Push to bottom */
  transition: color 0.3s ease;
}

.page-resources-how-to-choose-best-online-casino__btn-text:hover {
  color: #4dc2ff;
  text-decoration: underline;
}

.page-resources-how-to-choose-best-online-casino__image-full-width {
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-best-online-casino__full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Tips Section */
.page-resources-how-to-choose-best-online-casino__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-best-online-casino__tip-card {
  background: rgba(255, 255, 255, 0.05); /* Very slight transparency */
  color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}

.page-resources-how-to-choose-best-online-casino__tip-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-choose-best-online-casino__tip-text {
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-resources-how-to-choose-best-online-casino__image-center {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-how-to-choose-best-online-casino__center-image {
  width: 100%;
  height: auto;
  display: block;
}

/* FAQ Section */
.page-resources-how-to-choose-best-online-casino__faq-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.page-resources-how-to-choose-best-online-casino__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

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