/* style/resources-sunwin-exclusive-games-analysis.css */

/* Base styles for the page content, considering body background is #000000 (dark) */
.page-resources-sunwin-exclusive-games-analysis {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Inherit from body or shared, ensuring text contrast */
}

.page-resources-sunwin-exclusive-games-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sunwin-exclusive-games-analysis__dark-bg {
  background-color: #000000; /* Explicitly set for sections, if needed, but main body is already dark */
  color: #ffffff;
}

.page-resources-sunwin-exclusive-games-analysis__light-bg {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for cards on dark background */
  color: #ffffff;
}

/* Hero Section */
.page-resources-sunwin-exclusive-games-analysis__hero-section {
  text-align: center;
  padding: 80px 20px; /* Adjust padding as needed */
  background: linear-gradient(135deg, rgba(38, 169, 224, 0.8), rgba(0, 0, 0, 0.8)); /* Blend brand color with dark */
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-sunwin-exclusive-games-analysis__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff; /* Ensure white text on hero */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sunwin-exclusive-games-analysis__intro-text {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #f0f0f0;
}

/* Buttons */
.page-resources-sunwin-exclusive-games-analysis__btn-primary,
.page-resources-sunwin-exclusive-games-analysis__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-sunwin-exclusive-games-analysis__btn-primary {
  background-color: #26A9E0; /* Main brand color */
  color: #ffffff; /* White text for contrast */
  border: 2px solid #26A9E0;
}

.page-resources-sunwin-exclusive-games-analysis__btn-primary:hover {
  background-color: #1e87b0;
  border-color: #1e87b0;
}

.page-resources-sunwin-exclusive-games-analysis__btn-secondary {
  background-color: #EA7C07; /* Login color for secondary action */
  color: #ffffff; /* White text for contrast */
  border: 2px solid #EA7C07;
  margin-left: 15px; /* Spacing for multiple buttons */
}

.page-resources-sunwin-exclusive-games-analysis__btn-secondary:hover {
  background-color: #c76706;
  border-color: #c76706;
}

/* Content Area */
.page-resources-sunwin-exclusive-games-analysis__content-area {
  padding: 60px 0;
  background-color: #000000; /* Ensure dark background for content */
  color: #ffffff;
}

.page-resources-sunwin-exclusive-games-analysis__section-title {
  font-size: 2.2em;
  color: #26A9E0; /* Brand color for headings */
  margin-bottom: 25px;
  text-align: left;
}

.page-resources-sunwin-exclusive-games-analysis__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-sunwin-exclusive-games-analysis__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-resources-sunwin-exclusive-games-analysis__feature-list,
.page-resources-sunwin-exclusive-games-analysis__strategy-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-sunwin-exclusive-games-analysis__list-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly lighter background for list items */
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.05em;
}

.page-resources-sunwin-exclusive-games-analysis__list-item strong {
  color: #ffffff;
}

/* Game Showcase Grid */
.page-resources-sunwin-exclusive-games-analysis__game-showcase,
.page-resources-sunwin-exclusive-games-analysis__promotions-grid,
.page-resources-sunwin-exclusive-games-analysis__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-sunwin-exclusive-games-analysis__card {
  background-color: rgba(255, 255, 255, 0.1); /* Light background for cards on dark body */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.page-resources-sunwin-exclusive-games-analysis__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-resources-sunwin-exclusive-games-analysis__card-title {
  font-size: 1.6em;
  color: #26A9E0; /* Brand color for card titles */
  margin-bottom: 15px;
}

.page-resources-sunwin-exclusive-games-analysis__card-text {
  font-size: 1em;
  color: #f0f0f0;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-resources-sunwin-exclusive-games-analysis__faq-section {
  margin-top: 40px;
}

.page-resources-sunwin-exclusive-games-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-sunwin-exclusive-games-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(38, 169, 224, 0.2); /* Slightly darker brand color for question background */
  color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-sunwin-exclusive-games-analysis__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.4);
}

.page-resources-sunwin-exclusive-games-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-sunwin-exclusive-games-analysis__faq-item.active .page-resources-sunwin-exclusive-games-analysis__faq-toggle {
  transform: rotate(45deg); /* Plus sign rotates to form a minus */
}

.page-resources-sunwin-exclusive-games-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-sunwin-exclusive-games-analysis__faq-item.active .page-resources-sunwin-exclusive-games-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 15px 25px;
}

.page-resources-sunwin-exclusive-games-analysis__faq-answer p {
  margin: 0;
  padding: 0;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-sunwin-exclusive-games-analysis__main-title {
    font-size: 2.8em;
  }
  .page-resources-sunwin-exclusive-games-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-sunwin-exclusive-games-analysis__hero-section {
    padding: 60px 15px; /* Adjusted padding for mobile */
  }
  .page-resources-sunwin-exclusive-games-analysis__main-title {
    font-size: 2.2em;
  }
  .page-resources-sunwin-exclusive-games-analysis__intro-text {
    font-size: 1em;
  }
  .page-resources-sunwin-exclusive-games-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-sunwin-exclusive-games-analysis__paragraph,
  .page-resources-sunwin-exclusive-games-analysis__list-item,
  .page-resources-sunwin-exclusive-games-analysis__card-text {
    font-size: 0.95em;
  }

  /* Mobile button adaptations */
  .page-resources-sunwin-exclusive-games-analysis__btn-primary,
  .page-resources-sunwin-exclusive-games-analysis__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0; /* Remove margin for single column layout */
    margin-bottom: 15px; /* Add vertical spacing between buttons */
  }
  .page-resources-sunwin-exclusive-games-analysis__hero-section .page-resources-sunwin-exclusive-games-analysis__btn-primary,
  .page-resources-sunwin-exclusive-games-analysis__hero-section .page-resources-sunwin-exclusive-games-analysis__btn-secondary {
    margin-bottom: 15px; /* Ensure spacing if multiple buttons in hero */
  }
  .page-resources-sunwin-exclusive-games-analysis__card .page-resources-sunwin-exclusive-games-analysis__btn-secondary {
    margin-bottom: 0; /* No extra margin if button is last in card */
  }

  /* Image responsive */
  .page-resources-sunwin-exclusive-games-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px; /* Ensure min size is still met */
    min-height: 200px; /* Ensure min size is still met */
  }
  .page-resources-sunwin-exclusive-games-analysis__section,
  .page-resources-sunwin-exclusive-games-analysis__card,
  .page-resources-sunwin-exclusive-games-analysis__container,
  .page-resources-sunwin-exclusive-games-analysis__game-showcase,
  .page-resources-sunwin-exclusive-games-analysis__promotions-grid,
  .page-resources-sunwin-exclusive-games-analysis__guide-steps,
  .page-resources-sunwin-exclusive-games-analysis__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-resources-sunwin-exclusive-games-analysis__card {
    padding: 20px;
  }
  .page-resources-sunwin-exclusive-games-analysis__faq-question {
    padding: 15px 20px;
  }
  .page-resources-sunwin-exclusive-games-analysis__faq-answer {
    padding: 0 20px;
  }
  .page-resources-sunwin-exclusive-games-analysis__faq-item.active .page-resources-sunwin-exclusive-games-analysis__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-sunwin-exclusive-games-analysis__game-showcase,
  .page-resources-sunwin-exclusive-games-analysis__promotions-grid,
  .page-resources-sunwin-exclusive-games-analysis__guide-steps {
    grid-template-columns: 1fr; /* Single column layout for grids */
  }
  .page-resources-sunwin-exclusive-games-analysis__btn-secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-sunwin-exclusive-games-analysis__main-title {
    font-size: 1.8em;
  }
  .page-resources-sunwin-exclusive-games-analysis__section-title {
    font-size: 1.5em;
  }
  .page-resources-sunwin-exclusive-games-analysis__card-title {
    font-size: 1.4em;
  }
}