.page-resources-five88-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for text on dark background */
  background-color: #1A1A1A; /* Very dark grey/black background */
}

.page-resources-five88-sports-betting-guide .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-five88-sports-betting-guide .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-resources-five88-sports-betting-guide h1 {
  font-size: 3.5em;
  color: #FFD700; /* Gold for H1 */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-five88-sports-betting-guide h2 {
  font-size: 2em;
  color: #FFD700; /* Gold for H2 */
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid #8B0000; /* Dark red underline */
  padding-bottom: 10px;
}

.page-resources-five88-sports-betting-guide h3 {
  font-size: 1.5em;
  color: #FFD700; /* Gold for H3 */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-five88-sports-betting-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #D0D0D0; /* Slightly lighter grey for readability */
}

.page-resources-five88-sports-betting-guide ul,
.page-resources-five88-sports-betting-guide ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #D0D0D0;
}

.page-resources-five88-sports-betting-guide ul li,
.page-resources-five88-sports-betting-guide ol li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-five88-sports-betting-guide strong {
  color: #FFD700;
}

.page-resources-five88-sports-betting-guide .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.page-resources-five88-sports-betting-guide .btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #1A1A1A; /* Dark text for gold button */
  border: none;
}

.page-resources-five88-sports-betting-guide .btn-primary:hover {
  background-color: #e6c200;
  color: #000;
}

.page-resources-five88-sports-betting-guide .btn-secondary {
  background-color: #8B0000; /* Dark red button */
  color: #FFFFFF; /* White text for dark red button */
  border: 1px solid #FFD700;
}

.page-resources-five88-sports-betting-guide .btn-secondary:hover {
  background-color: #a00000;
  color: #FFD700;
}

.page-resources-five88-sports-betting-guide .btn-register,
.page-resources-five88-sports-betting-guide .btn-promo,
.page-resources-five88-sports-betting-guide .btn-download {
  background-color: #FFD700;
  color: #1A1A1A;
  border: none;
  margin-top: 15px;
}

.page-resources-five88-sports-betting-guide .btn-register:hover,
.page-resources-five88-sports-betting-guide .btn-promo:hover,
.page-resources-five88-sports-betting-guide .btn-download:hover {
  background-color: #e6c200;
}

.page-resources-five88-sports-betting-guide .btn-contact {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-five88-sports-betting-guide .btn-contact:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

/* Hero Section */
.page-resources-five88-sports-betting-guide .hero-section {
  background: linear-gradient(135deg, #8B0000 0%, #330000 100%); /* Dark red gradient */
  padding: 100px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-five88-sports-betting-guide .hero-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-five88-sports-betting-guide .hero-content {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-resources-five88-sports-betting-guide .hero-content p {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 30px;
}

.page-resources-five88-sports-betting-guide .hero-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-five88-sports-betting-guide .hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* General Section Styling */
.page-resources-five88-sports-betting-guide section {
  padding: 60px 0;
}

.page-resources-five88-sports-betting-guide .introduction-section,
.page-resources-five88-sports-betting-guide .betting-guide-section,
.page-resources-five88-sports-betting-guide .safety-section,
.page-resources-five88-sports-betting-guide .faq-section,
.page-resources-five88-sports-betting-guide .call-to-action-final {
  background-color: #222222; /* Slightly lighter dark background */
  border-bottom: 1px solid #333333;
}

.page-resources-five88-sports-betting-guide .odds-types-section,
.page-resources-five88-sports-betting-guide .strategies-section {
  background-color: #1A1A1A;
  border-bottom: 1px solid #333333;
}

/* Odds Grid */
.page-resources-five88-sports-betting-guide .odds-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-five88-sports-betting-guide .odds-item {
  background-color: #2C2C2C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-resources-five88-sports-betting-guide .odds-item h3 {
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-five88-sports-betting-guide .odds-item .odds-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Guide List */
.page-resources-five88-sports-betting-guide .guide-list {
  list-style: none;
  padding: 0;
}

.page-resources-five88-sports-betting-guide .guide-list li {
  background-color: #2C2C2C;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-five88-sports-betting-guide .guide-list li h3 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.page-resources-five88-sports-betting-guide .guide-list li h3::before {
  content: 'Bước ' counter(list-item) ': ';
  counter-increment: list-item;
  color: #8B0000;
  font-size: 1.1em;
  margin-right: 10px;
  font-weight: bold;
}

.page-resources-five88-sports-betting-guide .guide-list .guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

/* Strategy Grid */
.page-resources-five88-sports-betting-guide .strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-five88-sports-betting-guide .strategy-item {
  background-color: #2C2C2C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-five88-sports-betting-guide .strategy-item h3 {
  color: #FFD700;
  margin-bottom: 15px;
}

/* FAQ Section */
.page-resources-five88-sports-betting-guide .faq-item {
  background-color: #2C2C2C;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-five88-sports-betting-guide .faq-item h3 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-five88-sports-betting-guide .faq-item p {
  color: #D0D0D0;
}

.page-resources-five88-sports-betting-guide .text-center {
  text-align: center;
  margin-top: 30px;
}

/* Call to Action Final */
.page-resources-five88-sports-betting-guide .call-to-action-final {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%); /* Gold to dark red gradient */
  color: #1A1A1A; /* Dark text for contrast */
}

.page-resources-five88-sports-betting-guide .call-to-action-final h2 {
  color: #1A1A1A;
  border-bottom: none;
}

.page-resources-five88-sports-betting-guide .call-to-action-final p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #333333;
}

.page-resources-five88-sports-betting-guide .call-to-action-final .btn-primary {
  background-color: #1A1A1A;
  color: #FFD700;
  padding: 15px 35px;
  font-size: 1.1em;
}

.page-resources-five88-sports-betting-guide .call-to-action-final .btn-primary:hover {
  background-color: #333333;
  color: #e6c200;
}

/* Floating Ad Menu */
.page-resources-five88-sports-betting-guide .floating-ad-menu {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-resources-five88-sports-betting-guide .floating-ad-menu .ad-item {
  display: block;
  padding: 15px 10px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-five88-sports-betting-guide .floating-ad-menu .ad-item:last-child {
  border-bottom: none;
}

.page-resources-five88-sports-betting-guide .floating-ad-menu .ad-item:hover {
  background-color: #8B0000;
  color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-five88-sports-betting-guide .hero-section .container {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-five88-sports-betting-guide .hero-content,
  .page-resources-five88-sports-betting-guide .hero-image-wrapper {
    flex: none;
    width: 100%;
  }

  .page-resources-five88-sports-betting-guide h1 {
    font-size: 2.8em;
  }

  .page-resources-five88-sports-betting-guide h2 {
    font-size: 1.8em;
  }

  .page-resources-five88-sports-betting-guide h3 {
    font-size: 1.3em;
  }

  .page-resources-five88-sports-betting-guide .floating-ad-menu {
    right: 10px;
    padding: 5px 0;
  }

  .page-resources-five88-sports-betting-guide .floating-ad-menu .ad-item {
    padding: 12px 8px;
  }
}

@media (max-width: 768px) {
  .page-resources-five88-sports-betting-guide .section-title {
    font-size: 2em;
  }

  .page-resources-five88-sports-betting-guide h1 {
    font-size: 2.2em;
  }

  .page-resources-five88-sports-betting-guide .hero-section {
    padding: 60px 0;
  }

  .page-resources-five88-sports-betting-guide .odds-grid,
  .page-resources-five88-sports-betting-guide .strategy-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-five88-sports-betting-guide .guide-list li h3::before {
    display: block;
    margin-bottom: 5px;
  }

  .page-resources-five88-sports-betting-guide .floating-ad-menu {
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page-resources-five88-sports-betting-guide .floating-ad-menu .ad-item {
    flex: 1;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page-resources-five88-sports-betting-guide .floating-ad-menu .ad-item:last-child {
    border-right: none;
  }
}