.page-blog-top-5-casino-games {
  font-family: Arial, sans-serif;
  color: #404040;
  background-color: #F3F3F3;
}

.page-blog-top-5-casino-games__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Small top padding for visual balance */
}

.page-blog-top-5-casino-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

.page-blog-top-5-casino-games__hero-title {
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #ffffff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-5-casino-games__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-5-casino-games__hero-button {
  display: inline-block;
  background-color: #1266EC; /* Register color */
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-top-5-casino-games__hero-button:hover {
  background-color: #025BE8;
}

.page-blog-top-5-casino-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-top-5-casino-games__introduction-section,
.page-blog-top-5-casino-games__game-list-section,
.page-blog-top-5-casino-games__cta-section,
.page-blog-top-5-casino-games__faq-section {
  padding: 40px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-top-5-casino-games__section-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #025BE8;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-top-5-casino-games__section-text {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-top-5-casino-games__cta-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #1266EC; /* Register color */
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-top-5-casino-games__cta-button:hover {
  background-color: #025BE8;
}

.page-blog-top-5-casino-games__game-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-blog-top-5-casino-games__game-item--reversed {
  flex-direction: row-reverse;
}

.page-blog-top-5-casino-games__game-image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-blog-top-5-casino-games__game-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-top-5-casino-games__game-content {
  flex: 1;
  padding: 30px;
}

.page-blog-top-5-casino-games__game-title {
  font-size: 1.8rem;
  color: #025BE8;
  margin-bottom: 15px;
}

.page-blog-top-5-casino-games__game-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-blog-top-5-casino-games__game-button {
  display: inline-block;
  background-color: #025BE8;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-top-5-casino-games__game-button:hover {
  background-color: #1266EC;
}

.page-blog-top-5-casino-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-top-5-casino-games__cta-button--primary {
  background-color: #1266EC; /* Register color */
}

.page-blog-top-5-casino-games__cta-button--primary:hover {
  background-color: #025BE8;
}

.page-blog-top-5-casino-games__cta-button--secondary {
  background-color: #E5EEFD; /* Login color */
  color: #025BE8;
}

.page-blog-top-5-casino-games__cta-button--secondary:hover {
  background-color: #d1e2fa;
  color: #025BE8;
}

.page-blog-top-5-casino-games__faq-list {
  margin-top: 30px;
}

.page-blog-top-5-casino-games__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-top-5-casino-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #025BE8;
  font-size: 1.1rem;
  list-style: none;
}

.page-blog-top-5-casino-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-top-5-casino-games__faq-qtext {
  flex-grow: 1;
}

.page-blog-top-5-casino-games__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-top-5-casino-games__faq-answer {
  padding: 0 20px 15px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #404040;
}

.page-blog-top-5-casino-games__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-top-5-casino-games__game-item {
    flex-direction: column;
  }

  .page-blog-top-5-casino-games__game-item--reversed {
    flex-direction: column;
  }

  .page-blog-top-5-casino-games__game-content {
    padding: 20px;
  }

  .page-blog-top-5-casino-games__hero-title {
    font-size: clamp(1.5rem, 4vw, 3rem);
  }

  .page-blog-top-5-casino-games__hero-description {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
  }
}

@media (max-width: 768px) {
  .page-blog-top-5-casino-games {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-top-5-casino-games__hero-section {
    padding-top: 5px !important;
  }

  .page-blog-top-5-casino-games__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-top-5-casino-games__hero-content {
    padding: 15px 10px;
  }

  .page-blog-top-5-casino-games__hero-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem) !important;
  }

  .page-blog-top-5-casino-games__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem) !important;
    margin-bottom: 15px;
  }

  .page-blog-top-5-casino-games__hero-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .page-blog-top-5-casino-games__container {
    padding: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-top-5-casino-games__introduction-section,
  .page-blog-top-5-casino-games__game-list-section,
  .page-blog-top-5-casino-games__cta-section,
  .page-blog-top-5-casino-games__faq-section {
    padding: 20px 0;
    margin-bottom: 15px;
  }

  .page-blog-top-5-casino-games__section-title {
    font-size: clamp(1.3rem, 5vw, 2rem) !important;
    margin-bottom: 20px;
  }

  .page-blog-top-5-casino-games__section-text {
    font-size: 1rem !important;
    margin-bottom: 20px;
  }

  .page-blog-top-5-casino-games__cta-button,
  .page-blog-top-5-casino-games__game-button,
  .page-blog-top-5-casino-games a[class*="button"],
  .page-blog-top-5-casino-games a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-top-5-casino-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-top-5-casino-games__game-item {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .page-blog-top-5-casino-games__game-item--reversed {
    flex-direction: column;
  }

  .page-blog-top-5-casino-games__game-image-wrapper {
    min-width: unset;
  }

  .page-blog-top-5-casino-games__game-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-top-5-casino-games__game-content {
    padding: 15px;
  }

  .page-blog-top-5-casino-games__game-title {
    font-size: 1.5rem !important;
    margin-bottom: 10px;
  }

  .page-blog-top-5-casino-games__game-description {
    font-size: 0.95rem !important;
    margin-bottom: 15px;
  }

  .page-blog-top-5-casino-games__faq-question {
    font-size: 1rem !important;
    padding: 12px 15px;
  }

  .page-blog-top-5-casino-games__faq-answer {
    padding: 0 15px 12px 15px;
    font-size: 0.95rem !important;
  }
}