.page-blog-thrill-of-777-slots {
  font-family: Arial, sans-serif;
  color: #FFFFFF;
  background-color: #000000; /* Main color as per prompt */
  line-height: 1.6;
  padding-top: 10px; /* Small top padding to avoid header overlap */
}

.page-blog-thrill-of-777-slots__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #000000;
  position: relative; /* For image positioning if needed, but content is below */
}

.page-blog-thrill-of-777-slots__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for large screens */
  margin-bottom: 20px;
  order: 1; /* Ensure image comes before text content */
}

.page-blog-thrill-of-777-slots__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-thrill-of-777-slots__hero-content {
  order: 2; /* Ensure text content comes after image */
  padding: 0 15px;
  max-width: 900px;
  width: 100%;
  margin-top: 20px; /* Space between image and text */
}

.page-blog-thrill-of-777-slots__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #FCBC45;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-thrill-of-777-slots__lead-paragraph {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-blog-thrill-of-777-slots__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000; /* Black text on gold button for contrast */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid transparent;
  min-width: 200px; /* Ensure button is not too small */
  text-align: center;
}

.page-blog-thrill-of-777-slots__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
  border-color: #FFFFFF;
}

.page-blog-thrill-of-777-slots__content-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #1a1a1a; /* Dark gray background for content blocks for depth */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-thrill-of-777-slots__article-body {
  flex: 3;
  min-width: 300px;
  max-width: 70%;
}

.page-blog-thrill-of-777-slots__sidebar {
  flex: 1;
  min-width: 250px;
  max-width: 25%;
  background-color: #0d0d0d; /* Slightly darker sidebar background */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-thrill-of-777-slots__section-title {
  font-size: 2rem;
  color: #FCBC45;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
}

.page-blog-thrill-of-777-slots__section-title:first-of-type {
  margin-top: 0;
}

.page-blog-thrill-of-777-slots__article-body p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-blog-thrill-of-777-slots__article-body strong {
  color: #FCBC45;
}

.page-blog-thrill-of-777-slots__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-blog-thrill-of-777-slots__list li {
  margin-bottom: 8px;
}

.page-blog-thrill-of-777-slots__image-inline {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-thrill-of-777-slots__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-thrill-of-777-slots__game-card {
  background-color: #0d0d0d;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-thrill-of-777-slots__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}

.page-blog-thrill-of-777-slots__game-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
  object-fit: cover;
}

.page-blog-thrill-of-777-slots__game-title {
  font-size: 1.3rem;
  color: #FCBC45;
  margin-bottom: 10px;
}

.page-blog-thrill-of-777-slots__game-description {
  font-size: 0.95rem;
  color: #B0B0B0;
  margin-bottom: 15px;
}

.page-blog-thrill-of-777-slots__game-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.page-blog-thrill-of-777-slots__game-button:hover {
  background-color: #e0a800;
}

.page-blog-thrill-of-777-slots__cta-button--final {
  margin-top: 30px;
  width: auto;
  min-width: 250px;
}

.page-blog-thrill-of-777-slots__cta-button--wide {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  display: block;
}

.page-blog-thrill-of-777-slots__faq-item {
  background-color: #0d0d0d;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.page-blog-thrill-of-777-slots__faq-question {
  font-size: 1.15rem;
  color: #FCBC45;
  margin-bottom: 10px;
}

.page-blog-thrill-of-777-slots__faq-answer {
  font-size: 0.95rem;
  color: #B0B0B0;
}

.page-blog-thrill-of-777-slots__sidebar-block {
  margin-bottom: 30px;
}

.page-blog-thrill-of-777-slots__sidebar-title {
  font-size: 1.5rem;
  color: #FCBC45;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}

.page-blog-thrill-of-777-slots__latest-posts,
.page-blog-thrill-of-777-slots__popular-games {
  list-style-type: none;
  padding: 0;
}

.page-blog-thrill-of-777-slots__latest-posts li,
.page-blog-thrill-of-777-slots__popular-games li {
  margin-bottom: 10px;
}

.page-blog-thrill-of-777-slots__latest-posts a,
.page-blog-thrill-of-777-slots__popular-games a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-thrill-of-777-slots__latest-posts a:hover,
.page-blog-thrill-of-777-slots__popular-games a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-blog-thrill-of-777-slots__sidebar-cta {
  display: block;
  text-align: center;
  background-color: #000000;
  border-radius: 8px;
  padding: 15px;
  text-decoration: none;
  color: #FFFFFF;
  transition: background-color 0.3s ease;
}

.page-blog-thrill-of-777-slots__sidebar-cta:hover {
  background-color: #1a1a1a;
}

.page-blog-thrill-of-777-slots__sidebar-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
  object-fit: cover;
}

.page-blog-thrill-of-777-slots__sidebar-cta p {
  font-weight: bold;
  color: #FCBC45;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .page-blog-thrill-of-777-slots__hero-content {
    padding: 0 10px;
  }

  .page-blog-thrill-of-777-slots__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-thrill-of-777-slots__lead-paragraph {
    font-size: 1rem;
  }

  .page-blog-thrill-of-777-slots__content-section {
    flex-direction: column;
    padding: 20px 15px;
  }

  .page-blog-thrill-of-777-slots__article-body,
  .page-blog-thrill-of-777-slots__sidebar {
    max-width: 100%;
    width: 100%;
  }

  .page-blog-thrill-of-777-slots__section-title {
    font-size: 1.7rem;
  }

  .page-blog-thrill-of-777-slots__game-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-thrill-of-777-slots__image-inline {
    max-width: 100%;
    height: auto; /* Ensure images scale down */
  }

  /* Mobile content area image constraint */
  .page-blog-thrill-of-777-slots img {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-thrill-of-777-slots__cta-button--wide {
    max-width: 100%;
  }
}