/* style/resources-fun88-live-casino.css */
.page-resources-fun88-live-casino {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text on dark background */
  background-color: #000000; /* Main dark background */
  line-height: 1.6;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-fun88-live-casino__article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

.page-resources-fun88-live-casino__back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-fun88-live-casino__back-link:hover {
  color: #e0b800;
}

.page-resources-fun88-live-casino__title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main title */
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-resources-fun88-live-casino__meta {
  text-align: center;
  font-size: 0.9em;
  color: #cccccc;
  margin-bottom: 40px;
}

.page-resources-fun88-live-casino__hero-image-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.page-resources-fun88-live-casino__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.page-resources-fun88-live-casino__section {
  margin-bottom: 40px;
  background-color: #1a1a1a;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.page-resources-fun88-live-casino__section-title {
  font-size: 2em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  padding-bottom: 10px;
}

.page-resources-fun88-live-casino__sub-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-fun88-live-casino__section p {
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-resources-fun88-live-casino__section a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-fun88-live-casino__section a:hover {
  color: #e0b800;
}

.page-resources-fun88-live-casino__list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-resources-fun88-live-casino__list li {
  margin-bottom: 8px;
}

.page-resources-fun88-live-casino__cta-button {
  display: block;
  width: fit-content;
  margin: 30px auto;
  padding: 15px 30px;
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text on gold */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-fun88-live-casino__cta-button:hover {
  background-color: #e0b800; /* Darker gold on hover */
  color: #333333;
  transform: translateY(-2px);
}

.page-resources-fun88-live-casino__cta-button--primary {
    background-color: #FFD700;
    color: #000000;
}

.page-resources-fun88-live-casino__image-wrapper {
    margin: 25px 0;
    text-align: center;
}

.page-resources-fun88-live-casino__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-fun88-live-casino__image-caption {
    font-size: 0.85em;
    color: #aaaaaa;
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-fun88-live-casino__title {
    font-size: 2em;
  }

  .page-resources-fun88-live-casino__section-title {
    font-size: 1.7em;
  }

  .page-resources-fun88-live-casino__sub-title {
    font-size: 1.3em;
  }

  .page-resources-fun88-live-casino__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-fun88-live-casino {
    padding: 10px;
  }

  .page-resources-fun88-live-casino__title {
    font-size: 1.8em;
  }

  .page-resources-fun88-live-casino__section-title {
    font-size: 1.5em;
  }

  .page-resources-fun88-live-casino__sub-title {
    font-size: 1.2em;
  }

  .page-resources-fun88-live-casino__section {
    padding: 15px;
  }

  .page-resources-fun88-live-casino__cta-button {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}