/* style/resources-five88-win-sports-betting-guide-for-beginners.css */
/* 页面完整样式代码 - 注意：所有选择器必须使用BEM命名规则（双下划线__连接） */

/* Base styles for the page content */
.page-resources-five88-win-sports-betting-guide-for-beginners {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background handled by shared.css */
}

/* Ensure content area has appropriate padding-top if shared.css doesn't handle body padding */
.page-resources-five88-win-sports-betting-guide-for-beginners__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-five88-win-sports-betting-guide-for-beginners__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-color: #0a0a0a; /* Ensure dark background for hero */
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  overflow: hidden;
  text-align: center;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay for text readability */
}

.page-resources-five88-win-sports-betting-guide-for-beginners__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-five88-win-sports-betting-guide-for-beginners__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Section Titles */
.page-resources-five88-win-sports-betting-guide-for-beginners__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__subtitle {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Paragraphs */
.page-resources-five88-win-sports-betting-guide-for-beginners p {
  margin-bottom: 1em;
  color: #ffffff; /* Default text color */
}

/* Buttons */
.page-resources-five88-win-sports-betting-guide-for-beginners__btn-primary {
  display: inline-block;
  background-color: #26A9E0; /* Primary brand color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__btn-primary:hover {
  background-color: #1a7fb0; /* Darker shade on hover */
}

.page-resources-five88-win-sports-betting-guide-for-beginners__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  padding: 13px 28px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__btn-inline {
  margin-top: 20px;
  margin-right: 15px;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__btn-large {
  font-size: 1.1em;
  padding: 18px 35px;
}

/* Lists */
.page-resources-five88-win-sports-betting-guide-for-beginners__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #ffffff;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__list-ordered {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #ffffff;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__list li {
  margin-bottom: 0.5em;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__list-ordered li {
  margin-bottom: 0.5em;
}

/* Images */
.page-resources-five88-win-sports-betting-guide-for-beginners img {
  max-width: 100%;
  height: auto;
  display: block; /* Ensure images don't have extra space below */
  border-radius: 8px;
  margin: 20px auto;
  object-fit: cover; /* Important for content images */
  /* No filter properties to change color */
}

.page-resources-five88-win-sports-betting-guide-for-beginners__content-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__image-text-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__image-text-block img {
  flex: 1;
  min-width: 300px; /* Ensure images don't get too small on larger screens */
}

.page-resources-five88-win-sports-betting-guide-for-beginners__image-text-block .page-resources-five88-win-sports-betting-guide-for-beginners__text-block {
  flex: 1;
}

/* Cards */
.page-resources-five88-win-sports-betting-guide-for-beginners__bet-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__card {
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark body */
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  min-height: 200px; /* Ensure card content area is large enough */
}

.page-resources-five88-win-sports-betting-guide-for-beginners__card:hover {
  transform: translateY(-5px);
}

.page-resources-five88-win-sports-betting-guide-for-beginners__card-title {
  font-size: 1.5em;
  color: #26A9E0; /* Brand color for card titles */
  margin-bottom: 15px;
}

/* Dark background cards (for contrast example) */
.page-resources-five88-win-sports-betting-guide-for-beginners__dark-bg {
  background: #26A9E0; /* Primary brand color as background */
  color: #ffffff; /* White text for contrast */
}

.page-resources-five88-win-sports-betting-guide-for-beginners__dark-bg .page-resources-five88-win-sports-betting-guide-for-beginners__card-title {
  color: #ffffff; /* Ensure title is white on brand background */
}

/* FAQ Section */
.page-resources-five88-win-sports-betting-guide-for-beginners__faq-list {
  margin-top: 30px;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__faq-item {
  background: rgba(255, 255, 255, 0.05); /* Slightly lighter than body background */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__faq-item summary {
  list-style: none; /* Hide default marker */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1); /* Slightly darker for summary */
  transition: background-color 0.3s ease;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-five88-win-sports-betting-guide-for-beginners__faq-item summary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-five88-win-sports-betting-guide-for-beginners__faq-qtext {
  color: #26A9E0; /* Brand color for question text */
}