/* style/blog-top-reputable-gaming-platforms-2024.css */

/* Base styles for the page content, ensuring contrast with body background */
.page-blog-top-reputable-gaming-platforms-2024 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: var(--background-color, #FFFFFF); /* Inherit from shared or default to white */
}

/* Hero Section */
.page-blog-top-reputable-gaming-platforms-2024__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  background-color: #017439; /* Brand primary color for hero section background */
  color: #ffffff;
  overflow: hidden; /* Ensure content doesn't spill */
}

.page-blog-top-reputable-gaming-platforms-2024__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-top-reputable-gaming-platforms-2024__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-top-reputable-gaming-platforms-2024__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-top-reputable-gaming-platforms-2024__description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Content Area */
.page-blog-top-reputable-gaming-platforms-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Explicitly set white background for content */
  color: #333333; /* Dark text for light background */
}

.page-blog-top-reputable-gaming-platforms-2024__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #017439; /* Brand primary color for section titles */
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-top-reputable-gaming-platforms-2024__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

/* Lists */
.page-blog-top-reputable-gaming-platforms-2024__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-top-reputable-gaming-platforms-2024__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-top-reputable-gaming-platforms-2024__list-title {
  font-size: 1.3rem;
  color: #017439;
  margin-bottom: 10px;
}

.page-blog-top-reputable-gaming-platforms-2024__list-text {
  font-size: 1rem;
  color: #555555;
}

/* Platform Cards */
.page-blog-top-reputable-gaming-platforms-2024__platform-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-top-reputable-gaming-platforms-2024__platform-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 25px;
  border: 1px solid #e0e0e0; /* Added border for better separation */
}

.page-blog-top-reputable-gaming-platforms-2024__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 20px;
}

.page-blog-top-reputable-gaming-platforms-2024__card-title {
  font-size: 1.5rem;
  color: #017439;
  margin: 0 20px 15px 20px;
}

.page-blog-top-reputable-gaming-platforms-2024__card-text {
  font-size: 1rem;
  color: #555555;
  padding: 0 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-top-reputable-gaming-platforms-2024__card-features {
  list-style: none;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-top-reputable-gaming-platforms-2024__card-features li {
  margin-bottom: 8px;
  color: #333333;
  position: relative;
  padding-left: 25px;
}

.page-blog-top-reputable-gaming-platforms-2024__card-features li::before {
  content: '✔';
  color: #017439;
  position: absolute;
  left: 0;
  top: 0;
}

/* Guide Steps */
.page-blog-top-reputable-gaming-platforms-2024__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.page-blog-top-reputable-gaming-platforms-2024__step-item {
  background-color: #f0fdf4; /* Light green background */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.page-blog-top-reputable-gaming-platforms-2024__step-image {
  width: 100%;
  max-width: 250px; /* Constrain image width */
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-blog-top-reputable-gaming-platforms-2024__step-title {
  font-size: 1.4rem;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-top-reputable-gaming-platforms-2024__step-text {
  font-size: 1rem;
  color: #555555;
  text-align: center;
}

/* Game Types */
.page-blog-top-reputable-gaming-platforms-2024__game-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-top-reputable-gaming-platforms-2024__game-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  border: 1px solid #e0e0e0;
}

.page-blog-top-reputable-gaming-platforms-2024__game-card .page-blog-top-reputable-gaming-platforms-2024__card-image {
  height: 200px; /* Slightly smaller for game types */
}

.page-blog-top-reputable-gaming-platforms-2024__btn-text {
  display: inline-block;
  margin-top: 15px;
  color: #017439;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-top-reputable-gaming-platforms-2024__btn-text:hover {
  color: #005f2e; /* Darker green on hover */
}

/* FAQ Section */
.page-blog-top-reputable-gaming-platforms-2024__faq-list {
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-blog-top-reputable-gaming-platforms-2024__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-top-reputable-gaming-platforms-2024__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  background-color: #f0fdf4; /* Light green for summary */
  color: #017439;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-blog-top-reputable-gaming-platforms-2024__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-top-reputable-gaming-platforms-2024__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-top-reputable-gaming-platforms-2024__faq-item[open] .page-blog-top-reputable-gaming-platforms-2024__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-top-reputable-gaming-platforms-2024__faq-answer {
  padding: 15px 25px 20px 25px;
  color: #555555;
  font-size: 1rem;
  background-color: #ffffff;
}

/* Buttons */
.page-blog-top-reputable-gaming-platforms-2024__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-reputable-gaming-platforms-2024__btn-primary {
  background: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-blog-top-reputable-gaming-platforms-2024__btn-primary:hover {
  background: #005f2e;
  border-color: #005f2e;
}

.page-blog-top-reputable-gaming-platforms-2024__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-top-reputable-gaming-platforms-2024__btn-secondary:hover {
  background: #f0fdf4;
  color: #005f2e;
  border-color: #005f2e;
}

.page-blog-top-reputable-gaming-platforms-2024__cta-bottom {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-top-reputable-gaming-platforms-2024__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-top-reputable-gaming-platforms-2024__section-title {
    font-size: 2rem;
  }
  .page-blog-top-reputable-gaming-platforms-2024__card-image {
    height: 200px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__game-card .page-blog-top-reputable-gaming-platforms-2024__card-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-blog-top-reputable-gaming-platforms-2024 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-top-reputable-gaming-platforms-2024__hero-section {
    padding: 10px 15px 40px 15px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__hero-image {
    margin-bottom: 20px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__hero-content {
    padding: 0 15px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__content-area {
    padding: 30px 15px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__paragraph {
    font-size: 1rem;
  }
  .page-blog-top-reputable-gaming-platforms-2024__list-item {
    padding: 15px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__list-title {
    font-size: 1.2rem;
  }
  .page-blog-top-reputable-gaming-platforms-2024__platform-list,
  .page-blog-top-reputable-gaming-platforms-2024__guide-steps,
  .page-blog-top-reputable-gaming-platforms-2024__game-types {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__card-image {
    height: 180px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__game-card .page-blog-top-reputable-gaming-platforms-2024__card-image {
    height: 150px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    width: 100% !important; /* Enforce full width for buttons */
    max-width: 100% !important;
  }
  .page-blog-top-reputable-gaming-platforms-2024__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-top-reputable-gaming-platforms-2024__faq-answer {
    padding: 10px 20px 15px 20px;
  }

  /* Mobile image responsive adaptations */
  .page-blog-top-reputable-gaming-platforms-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-top-reputable-gaming-platforms-2024__section,
  .page-blog-top-reputable-gaming-platforms-2024__card,
  .page-blog-top-reputable-gaming-platforms-2024__container,
  .page-blog-top-reputable-gaming-platforms-2024__platform-card,
  .page-blog-top-reputable-gaming-platforms-2024__game-card,
  .page-blog-top-reputable-gaming-platforms-2024__step-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-top-reputable-gaming-platforms-2024__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
  .page-blog-top-reputable-gaming-platforms-2024__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
  /* Button specific mobile rules */
  .page-blog-top-reputable-gaming-platforms-2024__cta-button,
  .page-blog-top-reputable-gaming-platforms-2024__btn-primary,
  .page-blog-top-reputable-gaming-platforms-2024__btn-secondary,
  .page-blog-top-reputable-gaming-platforms-2024 a[class*="button"],
  .page-blog-top-reputable-gaming-platforms-2024 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-blog-top-reputable-gaming-platforms-2024__cta-buttons,
  .page-blog-top-reputable-gaming-platforms-2024__button-group,
  .page-blog-top-reputable-gaming-platforms-2024__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Stack buttons vertically on mobile */
  }
}