.page-blog-omo88-new-link-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-omo88-new-link-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-omo88-new-link-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px; /* Small top padding, more bottom padding */
  overflow: hidden;
}

.page-blog-omo88-new-link-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-omo88-new-link-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-blog-omo88-new-link-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  z-index: 10;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-omo88-new-link-guide__hero-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem); /* Responsive font size */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__hero-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-omo88-new-link-guide__section-title {
  font-size: clamp(2rem, 4vw, 3rem); /* Responsive font size */
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-blog-omo88-new-link-guide__section-description {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-blog-omo88-new-link-guide__content-section {
  padding: 60px 0;
}

.page-blog-omo88-new-link-guide__dark-bg {
  background-color: #1f1f3a; /* Slightly lighter than body bg for contrast */
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__dark-bg .page-blog-omo88-new-link-guide__section-title {
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__text-block {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-blog-omo88-new-link-guide__text-block p {
  margin-bottom: 15px;
}

.page-blog-omo88-new-link-guide__list,
.page-blog-omo88-new-link-guide__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-omo88-new-link-guide__ordered-list {
  list-style-type: decimal;
}

.page-blog-omo88-new-link-guide__list li,
.page-blog-omo88-new-link-guide__ordered-list li {
  margin-bottom: 10px;
}

.page-blog-omo88-new-link-guide__nested-list {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 10px;
}

.page-blog-omo88-new-link-guide__image-and-text-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-blog-omo88-new-link-guide__image-and-text-grid--reverse {
  flex-direction: row-reverse;
}

.page-blog-omo88-new-link-guide__image-and-text-grid > div {
  flex: 1;
  min-width: 300px;
}

.page-blog-omo88-new-link-guide__image-wrapper {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-blog-omo88-new-link-guide__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-omo88-new-link-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-blog-omo88-new-link-guide__cta-buttons--centered {
  margin-top: 40px;
}

.page-blog-omo88-new-link-guide__btn-primary,
.page-blog-omo88-new-link-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-omo88-new-link-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-omo88-new-link-guide__btn-primary:hover {
  background-color: #1e87c7;
  border-color: #1e87c7;
}

.page-blog-omo88-new-link-guide__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-omo88-new-link-guide__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-omo88-new-link-guide__game-card {
  background-color: #1f1f3a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-omo88-new-link-guide__game-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
  padding: 0 15px;
}

.page-blog-omo88-new-link-guide__game-description {
  font-size: 0.95rem;
  color: #f0f0f0;
  padding: 0 15px;
  flex-grow: 1;
}

.page-blog-omo88-new-link-guide__btn-text {
  display: inline-block;
  margin-top: 20px;
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-omo88-new-link-guide__btn-text:hover {
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__faq-section {
  padding: 60px 0;
}

.page-blog-omo88-new-link-guide__faq-list {
  margin-top: 40px;
}

.page-blog-omo88-new-link-guide__faq-item {
  background-color: #1f1f3a;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #26A9E0;
  background-color: #2a2a47; /* Slightly darker for question background */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none; /* For details/summary */
}

.page-blog-omo88-new-link-guide__faq-item[open] .page-blog-omo88-new-link-guide__faq-question {
  border-bottom: 1px solid #26A9E0;
}

.page-blog-omo88-new-link-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-omo88-new-link-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #f0f0f0;
  background-color: #1f1f3a;
}

.page-blog-omo88-new-link-guide__cta-bottom-section {
  padding: 80px 0;
  text-align: center;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__cta-bottom-section .page-blog-omo88-new-link-guide__section-title {
  color: #ffffff;
}

.page-blog-omo88-new-link-guide__cta-bottom-section .page-blog-omo88-new-link-guide__section-description {
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-omo88-new-link-guide__cta-bottom-section .page-blog-omo88-new-link-guide__btn-primary {
  background-color: #EA7C07; /* Login button color */
  border-color: #EA7C07;
}

.page-blog-omo88-new-link-guide__cta-bottom-section .page-blog-omo88-new-link-guide__btn-primary:hover {
  background-color: #c96806;
  border-color: #c96806;
}

.page-blog-omo88-new-link-guide__cta-bottom-section .page-blog-omo88-new-link-guide__btn-secondary {
  color: #ffffff;
  border-color: #ffffff;
}

.page-blog-omo88-new-link-guide__cta-bottom-section .page-blog-omo88-new-link-guide__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-omo88-new-link-guide__hero-content {
    width: 95%;
  }

  .page-blog-omo88-new-link-guide__image-and-text-grid {
    flex-direction: column;
  }

  .page-blog-omo88-new-link-guide__image-and-text-grid--reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-blog-omo88-new-link-guide__container,
  .page-blog-omo88-new-link-guide__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-omo88-new-link-guide__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-omo88-new-link-guide__hero-title {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .page-blog-omo88-new-link-guide__hero-description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }

  .page-blog-omo88-new-link-guide__section-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 30px;
  }

  .page-blog-omo88-new-link-guide__section-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .page-blog-omo88-new-link-guide__content-section {
    padding: 40px 0;
  }

  .page-blog-omo88-new-link-guide__text-block {
    font-size: 1rem;
  }

  .page-blog-omo88-new-link-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-omo88-new-link-guide__btn-primary,
  .page-blog-omo88-new-link-guide__btn-secondary {
    width: 100% !important;
    max-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-omo88-new-link-guide__cta-buttons,
  .page-blog-omo88-new-link-guide__button-group,
  .page-blog-omo88-new-link-guide__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-omo88-new-link-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-omo88-new-link-guide__image-wrapper,
  .page-blog-omo88-new-link-guide__card,
  .page-blog-omo88-new-link-guide__container,
  .page-blog-omo88-new-link-guide__hero-section,
  .page-blog-omo88-new-link-guide__content-section,
  .page-blog-omo88-new-link-guide__games-grid,
  .page-blog-omo88-new-link-guide__game-card,
  .page-blog-omo88-new-link-guide__faq-section,
  .page-blog-omo88-new-link-guide__faq-item,
  .page-blog-omo88-new-link-guide__cta-bottom-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure no overflow */
  }

  .page-blog-omo88-new-link-guide__hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 20px;
  }

  .page-blog-omo88-new-link-guide__hero-image-wrapper {
    max-height: 400px;
  }

  .page-blog-omo88-new-link-guide__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-omo88-new-link-guide__faq-answer {
    padding: 15px;
    font-size: 0.95rem;
  }
  
  .page-blog-omo88-new-link-guide__game-image {
    height: 180px; /* Adjust height for smaller screens */
  }
}

@media (max-width: 480px) {
  .page-blog-omo88-new-link-guide__hero-title {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .page-blog-omo88-new-link-guide__hero-description {
    font-size: clamp(0.85rem, 3vw, 1rem);
  }

  .page-blog-omo88-new-link-guide__section-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .page-blog-omo88-new-link-guide__text-block {
    font-size: 0.95rem;
  }
}