/* style/blog-mastering-the-reels-strategies-for-777-slots.css */
.page-blog-mastering-the-reels-strategies-for-777-slots {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #404040;
  background-color: #F3F3F3;
  padding-bottom: 40px; /* Ensure space above footer */
}

.page-blog-mastering-the-reels-strategies-for-777-slots__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 40px;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__hero-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-mastering-the-reels-strategies-for-777-slots__hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__main-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  color: #025BE8;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__subtitle {
  font-size: 1.1rem;
  color: #404040;
  margin-bottom: 30px;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button {
  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;
  margin: 10px 5px;
  min-width: 150px;
  text-align: center;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button--register {
  background-color: #1266EC;
  color: #FFFFFF;
  border: 2px solid #1266EC;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button--register:hover {
  background-color: #0e52c7;
  border-color: #0e52c7;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button--play-now,
.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button--join-now {
  background-color: #025BE8;
  color: #FFFFFF;
  border: 2px solid #025BE8;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button--play-now:hover,
.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button--join-now:hover {
  background-color: #004ac9;
  border-color: #004ac9;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button--responsible-gaming {
  background-color: #E5EEFD;
  color: #1266EC;
  border: 2px solid #1266EC;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__cta-button--responsible-gaming:hover {
  background-color: #d0e0fb;
  color: #0e52c7;
  border-color: #0e52c7;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__intro-paragraph {
  font-size: 1.05rem;
  margin-bottom: 30px;
  line-height: 1.7;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__section-title {
  font-size: 2rem;
  color: #025BE8;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  font-weight: bold;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__sub-title {
  font-size: 1.5rem;
  color: #025BE8;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__content-area p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.05rem;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__content-area ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__content-area li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-mastering-the-reels-strategies-for-777-slots__back-to-blog {
  text-align: center;
  margin-top: 40px;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__back-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #025BE8;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__back-button:hover {
  background-color: #004ac9;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__related-articles {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__article-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: 350px;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__article-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-mastering-the-reels-strategies-for-777-slots__card-title {
  font-size: 1.25rem;
  color: #025BE8;
  margin: 15px 15px 10px;
  line-height: 1.4;
  font-weight: bold;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__card-title a {
  color: #025BE8;
  text-decoration: none;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__card-title a:hover {
  text-decoration: underline;
}

.page-blog-mastering-the-reels-strategies-for-777-slots__card-date {
  font-size: 0.9rem;
  color: #888888;
  margin: 0 15px 15px;
}

@media (max-width: 768px) {
  .page-blog-mastering-the-reels-strategies-for-777-slots__hero-section {
    padding-top: 10px; /* Adjust for smaller screens */
  }

  .page-blog-mastering-the-reels-strategies-for-777-slots__main-title {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .page-blog-mastering-the-reels-strategies-for-777-slots__subtitle,
  .page-blog-mastering-the-reels-strategies-for-777-slots__intro-paragraph,
  .page-blog-mastering-the-reels-strategies-for-777-slots__content-area p,
  .page-blog-mastering-the-reels-strategies-for-777-slots__content-area li {
    font-size: 1rem;
  }

  .page-blog-mastering-the-reels-strategies-for-777-slots__section-title {
    font-size: 1.75rem;
  }

  .page-blog-mastering-the-reels-strategies-for-777-slots__sub-title {
    font-size: 1.3rem;
  }

  .page-blog-mastering-the-reels-strategies-for-777-slots__cta-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }

  .page-blog-mastering-the-reels-strategies-for-777-slots__article-list {
    grid-template-columns: 1fr;
  }

  .page-blog-mastering-the-reels-strategies-for-777-slots__article-card {
    min-height: auto;
  }

  .page-blog-mastering-the-reels-strategies-for-777-slots__hero-image img,
  .page-blog-mastering-the-reels-strategies-for-777-slots__image-container img,
  .page-blog-mastering-the-reels-strategies-for-777-slots__article-card img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px; /* Ensure minimum size */
  }

  /* Ensure content area images do not cause overflow */
  .page-blog-mastering-the-reels-strategies-for-777-slots__content-area img {
    max-width: 100%;
    height: auto;
  }
}