.page-gambling-reviews-bl555-comprehensive {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-gambling-reviews-bl555-comprehensive h1, .page-gambling-reviews-bl555-comprehensive h2, .page-gambling-reviews-bl555-comprehensive h3 {
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-gambling-reviews-bl555-comprehensive h1 {
  font-size: 2.8em;
  text-align: center;
}

.page-gambling-reviews-bl555-comprehensive h2 {
  font-size: 2.2em;
  border-bottom: 3px solid #FFCC00;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.page-gambling-reviews-bl555-comprehensive h3 {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
}

.page-gambling-reviews-bl555-comprehensive p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-gambling-reviews-bl555-comprehensive ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-gambling-reviews-bl555-comprehensive ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-gambling-reviews-bl555-comprehensive li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-gambling-reviews-bl555-comprehensive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-reviews-bl555-comprehensive__hero {
  background: linear-gradient(135deg, #003366 0%, #004488 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-gambling-reviews-bl555-comprehensive__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-gambling-reviews-bl555-comprehensive__hero h1 {
  color: #FFCC00;
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-gambling-reviews-bl555-comprehensive__hero p {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-gambling-reviews-bl555-comprehensive__hero-image {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.page-gambling-reviews-bl555-comprehensive__image-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-gambling-reviews-bl555-comprehensive__image-small {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-gambling-reviews-bl555-comprehensive__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-gambling-reviews-bl555-comprehensive__btn--primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-gambling-reviews-bl555-comprehensive__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-gambling-reviews-bl555-comprehensive__btn--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-gambling-reviews-bl555-comprehensive__btn--secondary:hover {
  background-color: #004488;
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-gambling-reviews-bl555-comprehensive__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-gambling-reviews-bl555-comprehensive__section {
  padding: 60px 0;
}

.page-gambling-reviews-bl555-comprehensive__section--overview {
  background-color: #ffffff;
}

.page-gambling-reviews-bl555-comprehensive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-gambling-reviews-bl555-comprehensive__grid-item {
  background-color: #f0f8ff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-gambling-reviews-bl555-comprehensive__grid-item h3 {
  color: #003366;
  margin-top: 0;
  font-size: 1.6em;
}

.page-gambling-reviews-bl555-comprehensive__section--criteria {
  background-color: #f8f8f8;
}

.page-gambling-reviews-bl555-comprehensive__criteria-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-gambling-reviews-bl555-comprehensive__criteria-item h3 {
  color: #003366;
  font-size: 2em;
  margin-top: 0;
}

.page-gambling-reviews-bl555-comprehensive__criteria-item ul {
  list-style-type: none;
  padding-left: 0;
}

.page-gambling-reviews-bl555-comprehensive__criteria-item ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.page-gambling-reviews-bl555-comprehensive__criteria-item ul li::before {
  content: '✔';
  color: #FFCC00;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-gambling-reviews-bl555-comprehensive__section--guide {
  background-color: #e6f7ff;
}

.page-gambling-reviews-bl555-comprehensive__guide-step {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-gambling-reviews-bl555-comprehensive__guide-step h3 {
  color: #003366;
  font-size: 1.9em;
  margin-top: 0;
}

.page-gambling-reviews-bl555-comprehensive__guide-step ol {
  text-align: left;
  display: inline-block;
  margin-left: 0;
  padding-left: 20px;
}

.page-gambling-reviews-bl555-comprehensive__guide-step ol li {
  margin-bottom: 10px;
}

.page-gambling-reviews-bl555-comprehensive__guide-step a {
  margin-top: 20px;
}

.page-gambling-reviews-bl555-comprehensive__section--testimonials {
  background-color: #f0f0f0;
}

.page-gambling-reviews-bl555-comprehensive__testimonial-card {
  background-color: #ffffff;
  padding: 25px;
  border-left: 5px solid #FFCC00;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-gambling-reviews-bl555-comprehensive__testimonial-card p {
  font-style: italic;
  margin-bottom: 10px;
}

.page-gambling-reviews-bl555-comprehensive__testimonial-card span {
  font-weight: bold;
  color: #003366;
  display: block;
  text-align: right;
}

.page-gambling-reviews-bl555-comprehensive__section--responsible-gambling {
  background-color: #ffffff;
  border-top: 1px solid #eee;
}

.page-gambling-reviews-bl555-comprehensive__section--responsible-gambling ul {
  list-style-type: none;
  padding-left: 0;
}

.page-gambling-reviews-bl555-comprehensive__section--responsible-gambling ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-gambling-reviews-bl555-comprehensive__section--responsible-gambling ul li::before {
  content: '⚠️';
  position: absolute;
  left: 0;
  font-size: 1.2em;
}

.page-gambling-reviews-bl555-comprehensive__section--conclusion {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  padding-bottom: 80px;
}

.page-gambling-reviews-bl555-comprehensive__section--conclusion h2 {
  color: #FFCC00;
  border-bottom-color: #FFCC00;
}

.page-gambling-reviews-bl555-comprehensive__section--conclusion h3 {
  color: #FFCC00;
  font-size: 1.8em;
  margin-top: 40px;
}

.page-gambling-reviews-bl555-comprehensive__section--conclusion p {
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: 1.15em;
}

.page-gambling-reviews-bl555-comprehensive__section--conclusion ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-align: left;
}

.page-gambling-reviews-bl555-comprehensive__section--conclusion ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-gambling-reviews-bl555-comprehensive__section--conclusion ul li::before {
  content: '✓';
  color: #FFCC00;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-gambling-reviews-bl555-comprehensive__hero h1 {
    font-size: 2.8em;
  }
  .page-gambling-reviews-bl555-comprehensive__hero p {
    font-size: 1.1em;
  }
  .page-gambling-reviews-bl555-comprehensive h2 {
    font-size: 1.8em;
  }
  .page-gambling-reviews-bl555-comprehensive h3 {
    font-size: 1.5em;
  }
  .page-gambling-reviews-bl555-comprehensive__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-gambling-reviews-bl555-comprehensive__btn--large {
    padding: 15px 35px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-gambling-reviews-bl555-comprehensive__hero {
    padding: 60px 0;
  }
  .page-gambling-reviews-bl555-comprehensive__hero h1 {
    font-size: 2.2em;
  }
  .page-gambling-reviews-bl555-comprehensive__hero p {
    font-size: 1em;
  }
  .page-gambling-reviews-bl555-comprehensive h2 {
    font-size: 1.6em;
  }
  .page-gambling-reviews-bl555-comprehensive h3 {
    font-size: 1.3em;
  }
  .page-gambling-reviews-bl555-comprehensive__grid {
    grid-template-columns: 1fr;
  }
  .page-gambling-reviews-bl555-comprehensive__section {
    padding: 40px 0;
  }
  .page-gambling-reviews-bl555-comprehensive__criteria-item,
  .page-gambling-reviews-bl555-comprehensive__guide-step {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-gambling-reviews-bl555-comprehensive__hero h1 {
    font-size: 1.8em;
  }
  .page-gambling-reviews-bl555-comprehensive__hero p {
    font-size: 0.9em;
  }
  .page-gambling-reviews-bl555-comprehensive h2 {
    font-size: 1.4em;
  }
  .page-gambling-reviews-bl555-comprehensive h3 {
    font-size: 1.2em;
  }
  .page-gambling-reviews-bl555-comprehensive__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-gambling-reviews-bl555-comprehensive__btn--large {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-gambling-reviews-bl555-comprehensive p, .page-gambling-reviews-bl555-comprehensive li {
    font-size: 0.95em;
  }
}