.page-blog-guide-to-online-slots {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  background-color: #f8f8f8;
}

.page-blog-guide-to-online-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-guide-to-online-slots__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 0; /* Assuming shared.css handles body padding-top */
  margin-top: 0;
}

.page-blog-guide-to-online-slots__hero-image {
  width: 100%;
  height: 675px;
  object-fit: cover;
  display: block;
}

.page-blog-guide-to-online-slots__hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  padding: 40px 20px;
  text-align: center;
  color: #ffffff;
}

.page-blog-guide-to-online-slots__hero-title {
  font-size: clamp(2em, 5vw, 3.5em); /* Responsive font size for H1 */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #FFD700; /* Gold color for emphasis */
}

.page-blog-guide-to-online-slots__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-guide-to-online-slots__hero-btn {
  display: inline-block;
  background-color: #FFD700; /* Primary brand color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-blog-guide-to-online-slots__hero-btn:hover {
  background-color: #e6c200;
}

.page-blog-guide-to-online-slots__section-title {
  font-size: 2.5em;
  color: #8B0000; /* Secondary brand color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-guide-to-online-slots__subsection-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-guide-to-online-slots__text-block {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-blog-guide-to-online-slots__image-content {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-guide-to-online-slots__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-guide-to-online-slots__list-item {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-blog-guide-to-online-slots__introduction-section,
.page-blog-guide-to-online-slots__basics-section,
.page-blog-guide-to-online-slots__types-section,
.page-blog-guide-to-online-slots__strategies-section,
.page-blog-guide-to-online-slots__responsible-gaming-section,
.page-blog-guide-to-online-slots__faq-section,
.page-blog-guide-to-online-slots__cta-section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-blog-guide-to-online-slots__cta-section {
  text-align: center;
  background-color: #FFD700;
  color: #333333;
  border-bottom: none;
}

.page-blog-guide-to-online-slots__cta-section .page-blog-guide-to-online-slots__section-title {
  color: #8B0000;
}

.page-blog-guide-to-online-slots__cta-section .page-blog-guide-to-online-slots__text-block {
  color: #333333;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-guide-to-online-slots__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Ensure buttons wrap on smaller screens */
}

.page-blog-guide-to-online-slots__btn-primary,
.page-blog-guide-to-online-slots__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  min-width: 200px;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-guide-to-online-slots__btn-primary {
  background-color: #8B0000; /* Secondary brand color */
  color: #ffffff;
  border: 2px solid #8B0000;
}

.page-blog-guide-to-online-slots__btn-primary:hover {
  background-color: #6a0000;
  border-color: #6a0000;
}

.page-blog-guide-to-online-slots__btn-secondary {
  background-color: transparent;
  color: #8B0000; /* Secondary brand color */
  border: 2px solid #8B0000;
}

.page-blog-guide-to-online-slots__btn-secondary:hover {
  background-color: #8B0000;
  color: #ffffff;
}

.page-blog-guide-to-online-slots__grid-two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.page-blog-guide-to-online-slots__grid-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-guide-to-online-slots__grid-item .page-blog-guide-to-online-slots__image-content {
  margin-top: 0;
  margin-bottom: 20px;
  height: 400px; /* Specific height for consistency in grid */
}

.page-blog-guide-to-online-slots__faq-list {
  margin-top: 40px;
}

.page-blog-guide-to-online-slots__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-guide-to-online-slots__faq-question {
  display: block;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-blog-guide-to-online-slots__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-blog-guide-to-online-slots__faq-item[open] .page-blog-guide-to-online-slots__faq-question::after {
  content: '−';
}

.page-blog-guide-to-online-slots__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.0em;
  line-height: 1.6;
  color: #555555;
}

/* Media Queries for Responsive Design */
@media (max-width: 1024px) {
  .page-blog-guide-to-online-slots__hero-image {
    height: 500px;
  }

  .page-blog-guide-to-online-slots__grid-two-columns {
    grid-template-columns: 1fr;
  }

  .page-blog-guide-to-online-slots__grid-item .page-blog-guide-to-online-slots__image-content {
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-blog-guide-to-online-slots__hero-image {
    height: 350px;
  }

  .page-blog-guide-to-online-slots__hero-content {
    padding: 20px 15px;
  }

  .page-blog-guide-to-online-slots__hero-title {
    font-size: 2em;
  }

  .page-blog-guide-to-online-slots__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-guide-to-online-slots__hero-btn {
    padding: 12px 25px;
  }

  .page-blog-guide-to-online-slots__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-guide-to-online-slots__subsection-title {
    font-size: 1.5em;
  }

  .page-blog-guide-to-online-slots__text-block,
  .page-blog-guide-to-online-slots__list-item {
    font-size: 0.95em;
  }

  .page-blog-guide-to-online-slots__introduction-section,
  .page-blog-guide-to-online-slots__basics-section,
  .page-blog-guide-to-online-slots__types-section,
  .page-blog-guide-to-online-slots__strategies-section,
  .page-blog-guide-to-online-slots__responsible-gaming-section,
  .page-blog-guide-to-online-slots__faq-section,
  .page-blog-guide-to-online-slots__cta-section {
    padding: 40px 0;
  }

  .page-blog-guide-to-online-slots__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-guide-to-online-slots__btn-primary,
  .page-blog-guide-to-online-slots__btn-secondary {
    width: 100%;
    max-width: 300px; /* Limit width even if 100% to avoid stretching too much */
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-guide-to-online-slots__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-guide-to-online-slots__faq-question::after {
    right: 20px;
  }

  .page-blog-guide-to-online-slots__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-guide-to-online-slots img {
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }
}