/* style/blog-explore-ok88-latest-games-offers.css */

/* Base styles for the page */
.page-blog-explore-ok88-latest-games-offers {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-explore-ok88-latest-games-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-explore-ok88-latest-games-offers__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-blog-explore-ok88-latest-games-offers__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-explore-ok88-latest-games-offers__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-blog-explore-ok88-latest-games-offers__text-link {
  color: #26A9E0;
  text-decoration: underline;
}

/* Buttons */
.page-blog-explore-ok88-latest-games-offers__btn-primary,
.page-blog-explore-ok88-latest-games-offers__btn-secondary,
.page-blog-explore-ok88-latest-games-offers__btn-tertiary {
  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, border-color 0.3s ease;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-explore-ok88-latest-games-offers__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-explore-ok88-latest-games-offers__btn-primary:hover {
  background-color: #1a7fb2;
  border-color: #1a7fb2;
}

.page-blog-explore-ok88-latest-games-offers__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-explore-ok88-latest-games-offers__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-explore-ok88-latest-games-offers__btn-tertiary {
  background-color: #EA7C07; /* Login color for a distinct CTA */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-explore-ok88-latest-games-offers__btn-tertiary:hover {
  background-color: #c96a06;
  border-color: #c96a06;
}

/* Hero Section */
.page-blog-explore-ok88-latest-games-offers__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-explore-ok88-latest-games-offers__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit hero image height */
  overflow: hidden;
  position: relative;
}

.page-blog-explore-ok88-latest-games-offers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-explore-ok88-latest-games-offers__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
  z-index: 10;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-explore-ok88-latest-games-offers__hero-title {
  font-size: 3.2em;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.page-blog-explore-ok88-latest-games-offers__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-explore-ok88-latest-games-offers__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Content Sections */
.page-blog-explore-ok88-latest-games-offers__content-section {
  padding: 60px 0;
  background-color: #0a0a0a; /* Ensure sections have a background for contrast */
}

.page-blog-explore-ok88-latest-games-offers__dark-section {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-blog-explore-ok88-latest-games-offers__dark-bg .page-blog-explore-ok88-latest-games-offers__section-title {
  color: #FFFFFF;
}

.page-blog-explore-ok88-latest-games-offers__dark-bg .page-blog-explore-ok88-latest-games-offers__text-block {
  color: #f0f0f0;
}

.page-blog-explore-ok88-latest-games-offers__image-and-text {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-blog-explore-ok88-latest-games-offers__image-and-text--reverse {
  flex-direction: row-reverse;
}

.page-blog-explore-ok88-latest-games-offers__content-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  display: block;
  min-width: 200px; /* Minimum image size */
}

.page-blog-explore-ok88-latest-games-offers__text-wrapper {
  flex: 1;
}

.page-blog-explore-ok88-latest-games-offers__game-categories,
.page-blog-explore-ok88-latest-games-offers__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-explore-ok88-latest-games-offers__game-card,
.page-blog-explore-ok88-latest-games-offers__promo-card {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for cards */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-blog-explore-ok88-latest-games-offers__game-card-image,
.page-blog-explore-ok88-latest-games-offers__promo-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 15px;
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-explore-ok88-latest-games-offers__game-card-title,
.page-blog-explore-ok88-latest-games-offers__promo-card-title {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-explore-ok88-latest-games-offers__game-card-title a,
.page-blog-explore-ok88-latest-games-offers__promo-card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-explore-ok88-latest-games-offers__game-card-title a:hover,
.page-blog-explore-ok88-latest-games-offers__promo-card-title a:hover {
  text-decoration: underline;
}

.page-blog-explore-ok88-latest-games-offers__game-card-description,
.page-blog-explore-ok88-latest-games-offers__promo-card-description {
  font-size: 0.95em;
  color: #f0f0f0;
  padding: 0 15px;
  flex-grow: 1;
}

.page-blog-explore-ok88-latest-games-offers__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Support List */
.page-blog-explore-ok88-latest-games-offers__support-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  color: #ffffff;
}

.page-blog-explore-ok88-latest-games-offers__support-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  line-height: 1.5;
}

.page-blog-explore-ok88-latest-games-offers__support-item strong {
  color: #26A9E0;
}

/* FAQ Section */
.page-blog-explore-ok88-latest-games-offers__faq-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Dark background for FAQ */
}

.page-blog-explore-ok88-latest-games-offers__faq-list {
  margin-top: 40px;
}

.page-blog-explore-ok88-latest-games-offers__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-explore-ok88-latest-games-offers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #26A9E0;
  background-color: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-explore-ok88-latest-games-offers__faq-item[open] .page-blog-explore-ok88-latest-games-offers__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-explore-ok88-latest-games-offers__faq-qtext {
  flex-grow: 1;
}

.page-blog-explore-ok88-latest-games-offers__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-explore-ok88-latest-games-offers__faq-answer {
  padding: 20px;
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-blog-explore-ok88-latest-games-offers__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-explore-ok88-latest-games-offers__faq-item summary {
  list-style: none;
}

/* CTA Section at the bottom */
.page-blog-explore-ok88-latest-games-offers__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #0d0d0d;
}

.page-blog-explore-ok88-latest-games-offers__cta-section .page-blog-explore-ok88-latest-games-offers__section-title {
  color: #FFFFFF;
}

.page-blog-explore-ok88-latest-games-offers__cta-section .page-blog-explore-ok88-latest-games-offers__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page-blog-explore-ok88-latest-games-offers__cta-section .page-blog-explore-ok88-latest-games-offers__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-explore-ok88-latest-games-offers__hero-title {
    font-size: 2.8em;
  }

  .page-blog-explore-ok88-latest-games-offers__section-title {
    font-size: 2em;
  }

  .page-blog-explore-ok88-latest-games-offers__image-and-text {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-explore-ok88-latest-games-offers__image-and-text--reverse {
    flex-direction: column;
  }

  .page-blog-explore-ok88-latest-games-offers__content-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-explore-ok88-latest-games-offers {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-explore-ok88-latest-games-offers__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-explore-ok88-latest-games-offers__hero-title {
    font-size: 2em;
  }

  .page-blog-explore-ok88-latest-games-offers__hero-description {
    font-size: 1em;
  }

  .page-blog-explore-ok88-latest-games-offers__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-explore-ok88-latest-games-offers__btn-primary,
  .page-blog-explore-ok88-latest-games-offers__btn-secondary,
  .page-blog-explore-ok88-latest-games-offers__btn-tertiary,
  .page-blog-explore-ok88-latest-games-offers a[class*="button"],
  .page-blog-explore-ok88-latest-games-offers 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;
    padding-right: 15px;
  }

  .page-blog-explore-ok88-latest-games-offers__hero-cta-buttons,
  .page-blog-explore-ok88-latest-games-offers__cta-section .page-blog-explore-ok88-latest-games-offers__cta-buttons,
  .page-blog-explore-ok88-latest-games-offers__button-group,
  .page-blog-explore-ok88-latest-games-offers__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-explore-ok88-latest-games-offers__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-explore-ok88-latest-games-offers__text-block {
    font-size: 1em;
  }

  .page-blog-explore-ok88-latest-games-offers__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-explore-ok88-latest-games-offers__image-and-text,
  .page-blog-explore-ok88-latest-games-offers__game-categories,
  .page-blog-explore-ok88-latest-games-offers__promo-grid,
  .page-blog-explore-ok88-latest-games-offers__support-list,
  .page-blog-explore-ok88-latest-games-offers__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .page-blog-explore-ok88-latest-games-offers__game-card-image,
  .page-blog-explore-ok88-latest-games-offers__promo-card-image {
    height: 180px; /* Adjust height for smaller screens */
    min-height: 180px;
  }

  .page-blog-explore-ok88-latest-games-offers__faq-question {
    font-size: 1.05em;
    padding: 15px;
  }

  .page-blog-explore-ok88-latest-games-offers__faq-answer {
    padding: 15px;
  }

  .page-blog-explore-ok88-latest-games-offers__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-explore-ok88-latest-games-offers__content-section,
  .page-blog-explore-ok88-latest-games-offers__faq-section,
  .page-blog-explore-ok88-latest-games-offers__cta-section {
    padding: 40px 0;
  }
}