
    /* General styling for the page */
.page-abc8e {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* White text for contrast */
  background-color: #0d0d0d; /* Dark background */
  line-height: 1.6;
  padding-bottom: 80px; /* Space for floating buttons */
}

/* Section styling */
.page-abc8e__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent */
  padding: 0 15px;
  word-wrap: break-word; /* Ensure title wraps on small screens */
  overflow-wrap: break-word;
}

.page-abc8e__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
}

/* Buttons */
.page-abc8e__button {
  display: inline-block;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

.page-abc8e__button--primary {
  background-color: #4CAF50; /* Green accent */
  color: #ffffff;
}

.page-abc8e__button--primary:hover {
  background-color: #45a049;
  transform: translateY(-2px);
}

.page-abc8e__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold accent */
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-abc8e__button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
}

/* Hero Section */
.page-abc8e__hero-section {
  background: url('[GALLERY:hero:1920x1080:betting,casino,vietnam,abc8e]') no-repeat center center/cover;
  padding-top: 10px; /* Small padding for fixed header */
  padding-bottom: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  position: relative;
  z-index: 1;
}

.page-abc8e__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: -1;
}

.page-abc8e__hero-content {
  max-width: 900px;
  padding: 20px;
}

.page-abc8e__brand-keyword {
  font-size: 4em;
  margin-bottom: 10px;
  color: #FFD700; /* Gold accent */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-abc8e__hero-tagline {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #cccccc;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-abc8e__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Floating Buttons */
.page-abc8e__floating-buttons-wrapper {
  position: relative; /* To contain the absolute floating buttons */
  height: 0; /* Doesn't take up space in the flow */
}

.page-abc8e__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
}

.page-abc8e__floating-button {
  display: block;
  width: 120px;
  padding: 10px 15px;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-abc8e__floating-button--register {
  background-color: #4CAF50; /* Green */
  color: #ffffff;
}

.page-abc8e__floating-button--register:hover {
  background-color: #45a049;
  transform: translateY(-2px);
}

.page-abc8e__floating-button--login {
  background-color: #FFD700; /* Gold */
  color: #1a1a1a;
}

.page-abc8e__floating-button--login:hover {
  background-color: #e0b800;
  transform: translateY(-2px);
}

/* About Section */
.page-abc8e__about-section {
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.page-abc8e__image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-abc8e__centered-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: block; /* Ensure it's centered if wrapper is flex */
}

/* Games Section */
.page-abc8e__games-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-abc8e__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.page-abc8e__game-card {
  background-color: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-abc8e__game-card:hover {
  transform: translateY(-5px);
}

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

.page-abc8e__game-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  padding: 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-abc8e__game-description {
  font-size: 0.95em;
  color: #cccccc;
  padding: 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Promotions Section */
.page-abc8e__promotions-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-abc8e__promotion-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-abc8e__promotion-item {
  background-color: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-abc8e__promotion-item:hover {
  transform: translateY(-5px);
}

.page-abc8e__promotion-image {
  width: 100%;
  height: 220px; /* Fixed height */
  object-fit: cover;
  margin-bottom: 15px;
  display: block;
}

.page-abc8e__promotion-title {
  font-size: 1.4em;
  color: #4CAF50;
  margin-bottom: 10px;
  padding: 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-abc8e__promotion-text {
  font-size: 0.95em;
  color: #cccccc;
  padding: 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Payments & Providers Section */
.page-abc8e__payments-providers-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-abc8e__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-abc8e__grid-item {
  background-color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  padding: 30px;
}

.page-abc8e__grid-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 25px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-abc8e__payment-list,
.page-abc8e__provider-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center; /* Center items */
  width: 100%; /* Ensure container takes full width */
  max-width: 100%; /* Ensure container takes full width */
  box-sizing: border-box; /* Include padding/border in width */
  padding-left: 0; /* Remove default ul padding */
  padding-right: 0;
}

.page-abc8e__payment-item,
.page-abc8e__provider-item {
  display: flex;
  align-items: center;
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 10px 15px;
  flex: 1 1 calc(50% - 15px); /* Two items per row on larger screens */
  max-width: calc(50% - 15px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  box-sizing: border-box; /* Crucial for width calculation */
}

.page-abc8e__payment-item:hover,
.page-abc8e__provider-item:hover {
  transform: scale(1.02);
}

.page-abc8e__payment-logo,
.page-abc8e__provider-logo {
  width: 80px; /* Adjust size as needed, but min 200x200 placeholder */
  height: auto;
  margin-right: 10px;
  object-fit: contain;
  max-width: 100%;
  display: block;
}

.page-abc8e__payment-name,
.page-abc8e__provider-name {
  font-size: 1.1em;
  color: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* FAQ Section */
.page-abc8e__faq-section {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-abc8e__faq-list {
  margin-top: 30px;
}

.page-abc8e__faq-item {
  background-color: #1a1a1a;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden; /* Ensure rounded corners are respected */
}

.page-abc8e__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #2a2a2a;
  transition: background-color 0.3s ease;
  user-select: none;
}

.page-abc8e__faq-question:hover {
  background-color: #3a3a3a;
}

.page-abc8e__faq-title {
  font-size: 1.2em;
  color: #FFD700;
  margin: 0;
  pointer-events: none; /* Crucial for click event on parent */
  flex-grow: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-abc8e__faq-toggle {
  font-size: 1.8em;
  color: #4CAF50;
  font-weight: bold;
  margin-left: 15px;
  pointer-events: none; /* Crucial for click event on parent */
  transition: transform 0.3s ease;
}

.page-abc8e__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px; /* Initial padding 0 */
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
  color: #cccccc;
  font-size: 1em;
}

.page-abc8e__faq-answer p {
  margin: 0; /* Remove default paragraph margin */
  padding-bottom: 10px; /* Add some space at the bottom of the answer text */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page-abc8e__faq-item.active .page-abc8e__faq-answer {
  max-height: 2000px !important; /* Sufficiently large value */
  padding: 20px 25px !important; /* Override initial padding */
  opacity: 1;
}

.page-abc8e__faq-item.active .page-abc8e__faq-toggle {
  transform: rotate(45deg); /* Change '+' to 'x' visually */
  color: #ffffff;
}


/* CTA Section */
.page-abc8e__cta-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #1a1a1a;
  margin-top: 40px;
  border-top: 5px solid #4CAF50;
}

.page-abc8e__cta-button {
  margin-top: 30px;
  padding: 15px 40px;
  font-size: 1.3em;
  border-radius: 50px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-abc8e__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-abc8e__section-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-abc8e__hero-section {
    min-height: 50vh;
    padding-bottom: 60px;
  }

  .page-abc8e__brand-keyword {
    font-size: 2.8em;
  }

  .page-abc8e__hero-tagline {
    font-size: 1.2em;
    margin-bottom: 30px;
  }

  .page-abc8e__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-abc8e__button--secondary {
    margin-left: 0;
  }

  .page-abc8e__floating-buttons {
    flex-direction: row;
    bottom: 15px;
    right: 15px;
    left: 15px;
    width: auto;
    justify-content: space-around;
  }

  .page-abc8e__floating-button {
    flex: 1;
    width: auto;
    padding: 10px 10px;
    font-size: 0.9em;
  }

  .page-abc8e__game-card,
  .page-abc8e__promotion-item {
    padding-bottom: 15px;
  }

  .page-abc8e__game-image,
  .page-abc8e__promotion-image {
    height: 180px;
  }

  .page-abc8e__game-title,
  .page-abc8e__promotion-title {
    font-size: 1.3em;
  }

  .page-abc8e__content-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
  }

  .page-abc8e__grid-item {
    padding: 20px;
  }

  .page-abc8e__grid-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  /* List items mobile responsiveness */
  .page-abc8e__payment-list,
  .page-abc8e__provider-list {
    flex-direction: column; /* Stack items vertically */
    gap: 10px;
    padding: 0 !important; /* Ensure no extra padding on ul/ol */
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-abc8e__payment-item,
  .page-abc8e__provider-item {
    width: 100% !important; /* Full width */
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 15px !important; /* Adjust padding if needed */
    box-sizing: border-box !important;
    word-wrap: break-word !important; /* Ensure text wraps */
    overflow-wrap: break-word !important;
  }

  .page-abc8e__payment-name,
  .page-abc8e__provider-name {
    font-size: 1em;
    word-break: break-word !important; /* Specific for long keywords */
  }

  .page-abc8e__payment-logo,
  .page-abc8e__provider-logo {
    width: 60px; /* Smaller logos on mobile */
  }

  .page-abc8e__faq-question {
    padding: 15px 20px;
  }

  .page-abc8e__faq-title {
    font-size: 1.1em;
  }

  .page-abc8e__faq-toggle {
    font-size: 1.5em;
  }

  .page-abc8e__faq-answer {
    padding: 0 20px;
  }

  .page-abc8e__faq-item.active .page-abc8e__faq-answer {
    padding: 15px 20px !important;
  }

  .page-abc8e__cta-button {
    font-size: 1.1em;
    padding: 12px 30px;
  }
}

@media (max-width: 480px) {
  .page-abc8e__brand-keyword {
    font-size: 2.2em;
  }
  .page-abc8e__hero-tagline {
    font-size: 1em;
  }
  .page-abc8e__floating-button {
    padding: 8px 8px;
    font-size: 0.85em;
  }
}
  