.page-resources-how-to-choose-betting-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background: var(--background-color, #FFFFFF);
}

.page-resources-how-to-choose-betting-games__dark-bg {
  background-color: #26A9E0; /* Primary brand color */
  color: #ffffff;
}

.page-resources-how-to-choose-betting-games__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-choose-betting-games__hero-section {
  position: relative;
  padding-top: 0; /* Assuming shared.css handles body padding-top */
  padding-bottom: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-how-to-choose-betting-games__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.page-resources-how-to-choose-betting-games__hero-content {
  flex: 1;
  text-align: left;
}

.page-resources-how-to-choose-betting-games__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-how-to-choose-betting-games__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-betting-games__hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-betting-games__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-how-to-choose-betting-games__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-betting-games__section {
  padding: 60px 0;
}

.page-resources-how-to-choose-betting-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-choose-betting-games__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
}

.page-resources-how-to-choose-betting-games__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: inherit;
}

.page-resources-how-to-choose-betting-games__highlight-text {
  font-weight: bold;
  color: #26A9E0;
}

.page-resources-how-to-choose-betting-games__dark-bg .page-resources-how-to-choose-betting-games__highlight-text {
  color: #FFFFFF;
}

.page-resources-how-to-choose-betting-games__inline-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-how-to-choose-betting-games__dark-bg .page-resources-how-to-choose-betting-games__inline-link {
  color: #FFFFFF;
}

.page-resources-how-to-choose-betting-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-betting-games__feature-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
}

.page-resources-how-to-choose-betting-games__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-how-to-choose-betting-games__feature-text {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-betting-games__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: auto; /* Pushes image to bottom if content above is shorter */
}

.page-resources-how-to-choose-betting-games__gameshow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-betting-games__game-card {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-how-to-choose-betting-games__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-betting-games__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
}

.page-resources-how-to-choose-betting-games__game-title {
  font-size: 1.3em;
  margin: 15px 10px 10px;
}

.page-resources-how-to-choose-betting-games__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-how-to-choose-betting-games__game-title a:hover {
  text-decoration: underline;
}

.page-resources-how-to-choose-betting-games__game-description {
  font-size: 0.95em;
  color: #555555;
  padding: 0 15px 20px;
}

.page-resources-how-to-choose-betting-games__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-betting-games__tip-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
}

.page-resources-how-to-choose-betting-games__tip-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-how-to-choose-betting-games__tip-text {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-betting-games__tip-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: auto;
}

.page-resources-how-to-choose-betting-games__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-betting-games__benefit-item {
  background: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: #333333;
  display: flex;
  flex-direction: column;
}

.page-resources-how-to-choose-betting-games__benefit-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-resources-how-to-choose-betting-games__benefit-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-how-to-choose-betting-games__benefit-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.page-resources-how-to-choose-betting-games__cta-section {
  text-align: center;
  padding: 80px 0;
}

.page-resources-how-to-choose-betting-games__cta-content {
  max-width: 900px;
}

.page-resources-how-to-choose-betting-games__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-how-to-choose-betting-games__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-betting-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-betting-games__btn-primary,
.page-resources-how-to-choose-betting-games__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-how-to-choose-betting-games__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-how-to-choose-betting-games__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-resources-how-to-choose-betting-games__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-choose-betting-games__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* General image responsive styles */
.page-resources-how-to-choose-betting-games img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries for Responsiveness */

/* Tablet and Mobile (max-width: 1024px) */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-betting-games__hero-title {
    font-size: 2.5em;
  }

  .page-resources-how-to-choose-betting-games__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-betting-games__feature-grid,
  .page-resources-how-to-choose-betting-games__gameshow-grid,
  .page-resources-how-to-choose-betting-games__tips-grid,
  .page-resources-how-to-choose-betting-games__benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .page-resources-how-to-choose-betting-games__cta-title {
    font-size: 2.2em;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .page-resources-how-to-choose-betting-games {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO 主图区域 */
  .page-resources-how-to-choose-betting-games__hero-section {
    padding-top: var(--header-offset, 80px); /* Adjust as per shared.css */
    padding-bottom: 40px;
    min-height: auto;
  }

  .page-resources-how-to-choose-betting-games__hero-container {
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }

  .page-resources-how-to-choose-betting-games__hero-content {
    order: 2;
    text-align: center;
  }

  .page-resources-how-to-choose-betting-games__hero-image-wrapper {
    order: 1;
    margin-bottom: 30px;
  }

  .page-resources-how-to-choose-betting-games__hero-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-resources-how-to-choose-betting-games__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-resources-how-to-choose-betting-games__hero-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  /* 其他内容模块 */
  .page-resources-how-to-choose-betting-games__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-betting-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-how-to-choose-betting-games__text-block {
    font-size: 1em;
  }

  /* 通用图片与容器 */
  .page-resources-how-to-choose-betting-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-resources-how-to-choose-betting-games__feature-image,
  .page-resources-how-to-choose-betting-games__tip-image,
  .page-resources-how-to-choose-betting-games__benefit-image {
    width: 100% !important;
    height: auto !important;
  }

  /* 产品展示图区域 */
  .page-resources-how-to-choose-betting-games__gameshow-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-betting-games__game-card {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-betting-games__game-image {
    height: 180px; /* Adjust height for mobile */
  }

  .page-resources-how-to-choose-betting-games__feature-grid,
  .page-resources-how-to-choose-betting-games__tips-grid,
  .page-resources-how-to-choose-betting-games__benefits-list {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-betting-games__feature-card,
  .page-resources-how-to-choose-betting-games__tip-card,
  .page-resources-how-to-choose-betting-games__benefit-item {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-betting-games__cta-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-betting-games__cta-description {
    font-size: 1em;
  }

  /* 按钮与按钮容器 */
  .page-resources-how-to-choose-betting-games__btn-primary,
  .page-resources-how-to-choose-betting-games__btn-secondary,
  .page-resources-how-to-choose-betting-games a[class*="button"],
  .page-resources-how-to-choose-betting-games a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-resources-how-to-choose-betting-games__hero-buttons,
  .page-resources-how-to-choose-betting-games__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
}