/* style/blog-how-to-choose-best-online-casino.css */
.page-blog-how-to-choose-best-online-casino {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff; /* Assuming body background is light */
}

.page-blog-how-to-choose-best-online-casino__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-blog-how-to-choose-best-online-casino__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
}

.page-blog-how-to-choose-best-online-casino__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-best-online-casino__hero-content {
  max-width: 900px;
  padding: 20px;
  margin-top: 20px;
}

.page-blog-how-to-choose-best-online-casino__main-title {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-best-online-casino__hero-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-best-online-casino__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

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

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

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

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

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

.page-blog-how-to-choose-best-online-casino__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-how-to-choose-best-online-casino__section-intro,
.page-blog-how-to-choose-best-online-casino__article,
.page-blog-how-to-choose-best-online-casino__section {
  margin-bottom: 40px;
}

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

.page-blog-how-to-choose-best-online-casino__section-description {
  font-size: 1.05em;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-best-online-casino__article-subtitle {
  font-size: 1.5em;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-best-online-casino__article-paragraph,
.page-blog-how-to-choose-best-online-casino__list-text,
.page-blog-how-to-choose-best-online-casino__criteria-text,
.page-blog-how-to-choose-best-online-casino__tip-text,
.page-blog-how-to-choose-best-online-casino__casino-description {
  margin-bottom: 15px;
  color: #444444;
}

.page-blog-how-to-choose-best-online-casino__section-divider {
  border-bottom: 1px dashed #e0e0e0;
  margin: 60px 0;
}

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

.page-blog-how-to-choose-best-online-casino__criteria-item,
.page-blog-how-to-choose-best-online-casino__tip-item,
.page-blog-how-to-choose-best-online-casino__casino-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.page-blog-how-to-choose-best-online-casino__criteria-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  object-fit: cover;
}

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

.page-blog-how-to-choose-best-online-casino__sub-criteria-title {
  font-size: 1.1em;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 8px;
  font-weight: bold;
}

.page-blog-how-to-choose-best-online-casino__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #444444;
}

.page-blog-how-to-choose-best-online-casino__list-item {
  margin-bottom: 8px;
}

.page-blog-how-to-choose-best-online-casino__numbered-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
}

.page-blog-how-to-choose-best-online-casino__numbered-list .page-blog-how-to-choose-best-online-casino__list-item {
  counter-increment: my-awesome-counter;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
}

.page-blog-how-to-choose-best-online-casino__numbered-list .page-blog-how-to-choose-best-online-casino__list-item::before {
  content: counter(my-awesome-counter);
  background-color: #26A9E0;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

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

.page-blog-how-to-choose-best-online-casino__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

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

.page-blog-how-to-choose-best-online-casino__mt-auto {
  margin-top: auto;
}

.page-blog-how-to-choose-best-online-casino__recommended-casinos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-blog-how-to-choose-best-online-casino__casino-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 15px;
  display: block;
}

.page-blog-how-to-choose-best-online-casino__casino-title {
  font-size: 1.4em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-choose-best-online-casino__casino-description {
  text-align: center;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-best-online-casino__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-how-to-choose-best-online-casino__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-blog-how-to-choose-best-online-casino__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-how-to-choose-best-online-casino__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-best-online-casino__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-best-online-casino__faq-toggle {
  margin-left: 15px;
  font-size: 1.5em;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-blog-how-to-choose-best-online-casino__faq-item[open] .page-blog-how-to-choose-best-online-casino__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-best-online-casino__faq-answer {
  padding: 20px 25px;
  background-color: #ffffff;
  color: #444444;
  font-size: 1.0em;
}

.page-blog-how-to-choose-best-online-casino__faq-answer p {
  margin-bottom: 0;
}

/* General image styling */
.page-blog-how-to-choose-best-online-casino img:not(.page-blog-how-to-choose-best-online-casino__casino-logo) {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-best-online-casino__main-title {
    font-size: 2em;
  }
  .page-blog-how-to-choose-best-online-casino__section-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-choose-best-online-casino__criteria-grid,
  .page-blog-how-to-choose-best-online-casino__tips-grid,
  .page-blog-how-to-choose-best-online-casino__recommended-casinos-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-best-online-casino {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-best-online-casino__hero-section {
    padding-top: 0 !important; /* Ensure no double padding with body offset */
    padding-bottom: 30px;
  }

  .page-blog-how-to-choose-best-online-casino__hero-content {
    padding: 15px;
    margin-top: 15px;
  }

  .page-blog-how-to-choose-best-online-casino__main-title {
    font-size: 1.8em;
    margin-bottom: 10px;
  }

  .page-blog-how-to-choose-best-online-casino__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-best-online-casino__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-how-to-choose-best-online-casino__btn-primary,
  .page-blog-how-to-choose-best-online-casino__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-best-online-casino__content-area {
    padding: 20px 15px;
  }

  .page-blog-how-to-choose-best-online-casino__section-title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  .page-blog-how-to-choose-best-online-casino__section-description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-best-online-casino__article-subtitle {
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-choose-best-online-casino__criteria-grid,
  .page-blog-how-to-choose-best-online-casino__tips-grid,
  .page-blog-how-to-choose-best-online-casino__recommended-casinos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-choose-best-online-casino__criteria-item,
  .page-blog-how-to-choose-best-online-casino__tip-item,
  .page-blog-how-to-choose-best-online-casino__casino-card {
    padding: 20px;
  }

  .page-blog-how-to-choose-best-online-casino__list-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-choose-best-online-casino__numbered-list .page-blog-how-to-choose-best-online-casino__list-item {
    padding-left: 35px;
  }

  .page-blog-how-to-choose-best-online-casino__numbered-list .page-blog-how-to-choose-best-online-casino__list-item::before {
    width: 25px;
    height: 25px;
    font-size: 0.9em;
  }

  .page-blog-how-to-choose-best-online-casino__casino-logo {
    width: 120px;
    height: 120px;
  }

  .page-blog-how-to-choose-best-online-casino__faq-item summary {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-how-to-choose-best-online-casino__faq-answer {
    padding: 15px 20px;
  }

  /* General image responsiveness for content area, excluding specific logos */
  .page-blog-how-to-choose-best-online-casino img:not(.page-blog-how-to-choose-best-online-casino__casino-logo) {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Image container responsiveness */
  .page-blog-how-to-choose-best-online-casino__hero-image-wrapper,
  .page-blog-how-to-choose-best-online-casino__criteria-item,
  .page-blog-how-to-choose-best-online-casino__tip-item,
  .page-blog-how-to-choose-best-online-casino__casino-card,
  .page-blog-how-to-choose-best-online-casino__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden;
  }

  /* LOGO轮播区域 - Special Handling: No logo carousel section on this page, but if it existed, it would follow the 80x80 rule. */
  /* The prompt mentions `__logo-carousel-section` but this page type does not inherently have one. */
  /* If a logo carousel section were to be included: */
  /*
  .page-blog-how-to-choose-best-online-casino__logo-carousel-section {
    padding: 10px 15px 20px;
  }
  .page-blog-how-to-choose-best-online-casino__logo-item {
    width: 80px !important; 
    height: 80px !important; 
    max-width: 80px !important; 
    box-sizing: border-box;
  }
  */
}