/* style/blog-best-free-spin-platforms-2024.css */

/* Base styles for the page */
.page-blog-best-free-spin-platforms-2024 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Default text color for dark body background */
  background-color: #0D0E12; /* Default background for body */
}

.page-blog-best-free-spin-platforms-2024__content-area p,
.page-blog-best-free-spin-platforms-2024__content-area li {
  color: #333333; /* Dark text for light background content areas */
}

.page-blog-best-free-spin-platforms-2024__dark-bg {
  background-color: #0D0E12;
  color: #FFF3E6;
}

.page-blog-best-free-spin-platforms-2024__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Highlight text for keywords */
.page-blog-best-free-spin-platforms-2024 .highlight-text {
  color: #FFB04D;
  font-weight: bold;
}

/* Hero Section */
.page-blog-best-free-spin-platforms-2024__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-best-free-spin-platforms-2024__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.page-blog-best-free-spin-platforms-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-best-free-spin-platforms-2024__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
  position: relative;
}

.page-blog-best-free-spin-platforms-2024__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #FFB04D;
  margin-bottom: 20px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 10px rgba(255,165,58,0.5);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-best-free-spin-platforms-2024__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF3E6;
}

/* Section Titles */
.page-blog-best-free-spin-platforms-2024__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #FFB04D;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  text-shadow: 0 0 8px rgba(255,165,58,0.3);
}

.page-blog-best-free-spin-platforms-2024__text-block {
  font-size: 1.05rem;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Content Area */
.page-blog-best-free-spin-platforms-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* Lists */
.page-blog-best-free-spin-platforms-2024__criteria-list,
.page-blog-best-free-spin-platforms-2024__guide-list,
.page-blog-best-free-spin-platforms-2024__terms-list,
.page-blog-best-free-spin-platforms-2024__tips-list,
.page-blog-best-free-spin-platforms-2024__types-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-best-free-spin-platforms-2024__list-item {
  background-color: #17191F; /* Card BG */
  border-left: 5px solid #FF8C1A;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF3E6;
}

.page-blog-best-free-spin-platforms-2024__light-bg .page-blog-best-free-spin-platforms-2024__list-item {
    background-color: #f5f5f5;
    color: #333333;
    border-left-color: #D96800;
}

.page-blog-best-free-spin-platforms-2024__list-title {
  font-size: 1.5rem;
  color: #FFB04D;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-best-free-spin-platforms-2024__list-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: inherit;
}

/* Buttons */
.page-blog-best-free-spin-platforms-2024__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-best-free-spin-platforms-2024__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 5px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-best-free-spin-platforms-2024__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  box-shadow: 0 8px 20px rgba(255, 140, 26, 0.6);
  transform: translateY(-2px);
}

.page-blog-best-free-spin-platforms-2024__btn-secondary {
  background: #17191F;
  color: #FF8C1A;
  border: 2px solid #A84F0C;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-best-free-spin-platforms-2024__btn-secondary:hover {
  background: #FF8C1A;
  color: #ffffff;
  border-color: #FFB04D;
  box-shadow: 0 5px 15px rgba(255, 140, 26, 0.3);
  transform: translateY(-2px);
}

.page-blog-best-free-spin-platforms-2024__cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
}

/* Featured Platforms */
.page-blog-best-free-spin-platforms-2024__featured-platforms {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-best-free-spin-platforms-2024__platform-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-best-free-spin-platforms-2024__platform-card {
  background-color: #17191F;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFF3E6;
}

.page-blog-best-free-spin-platforms-2024__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-best-free-spin-platforms-2024__card-title {
  font-size: 1.6rem;
  color: #FFB04D;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-best-free-spin-platforms-2024__card-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* Images in content */
.page-blog-best-free-spin-platforms-2024__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 30px;
}

.page-blog-best-free-spin-platforms-2024__image--center {
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.page-blog-best-free-spin-platforms-2024__faq-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-best-free-spin-platforms-2024__faq-list {
  margin-top: 40px;
}

.page-blog-best-free-spin-platforms-2024__faq-item {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  color: #333333;
}

.page-blog-best-free-spin-platforms-2024__dark-bg .page-blog-best-free-spin-platforms-2024__faq-item {
    background-color: #17191F;
    color: #FFF3E6;
}

.page-blog-best-free-spin-platforms-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  color: #333333;
  user-select: none;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-best-free-spin-platforms-2024__dark-bg .page-blog-best-free-spin-platforms-2024__faq-question {
    color: #FFF3E6;
    border-bottom-color: #A84F0C;
}

.page-blog-best-free-spin-platforms-2024__faq-item[open] .page-blog-best-free-spin-platforms-2024__faq-question {
    border-bottom: 1px solid transparent;
}

.page-blog-best-free-spin-platforms-2024__faq-qtext {
  flex-grow: 1;
}

.page-blog-best-free-spin-platforms-2024__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #FF8C1A;
}

.page-blog-best-free-spin-platforms-2024__faq-item[open] .page-blog-best-free-spin-platforms-2024__faq-toggle {
  transform: rotate(0deg);
}

.page-blog-best-free-spin-platforms-2024__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
}

.page-blog-best-free-spin-platforms-2024__dark-bg .page-blog-best-free-spin-platforms-2024__faq-answer {
    color: #D3D3D3;
}

/* Hide default details marker */
.page-blog-best-free-spin-platforms-2024__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-best-free-spin-platforms-2024__faq-item summary::marker {
  display: none;
}

/* Conclusion Section */
.page-blog-best-free-spin-platforms-2024__conclusion-section {
  padding: 60px 20px;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-best-free-spin-platforms-2024__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-best-free-spin-platforms-2024__section-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
  }
  .page-blog-best-free-spin-platforms-2024__platform-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-best-free-spin-platforms-2024 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-best-free-spin-platforms-2024__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-best-free-spin-platforms-2024__hero-content {
    padding: 0 10px;
  }

  .page-blog-best-free-spin-platforms-2024__main-title {
    font-size: clamp(1.8rem, 6vw, 2.8rem);
    margin-bottom: 15px;
  }

  .page-blog-best-free-spin-platforms-2024__intro-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-best-free-spin-platforms-2024__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .page-blog-best-free-spin-platforms-2024__text-block {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-best-free-spin-platforms-2024__content-area,
  .page-blog-best-free-spin-platforms-2024__featured-platforms,
  .page-blog-best-free-spin-platforms-2024__faq-section,
  .page-blog-best-free-spin-platforms-2024__conclusion-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-best-free-spin-platforms-2024__list-item {
    padding: 20px;
  }

  .page-blog-best-free-spin-platforms-2024__list-title {
    font-size: 1.3rem;
  }

  .page-blog-best-free-spin-platforms-2024__platform-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-best-free-spin-platforms-2024__platform-card {
    padding: 25px;
  }

  .page-blog-best-free-spin-platforms-2024__cta-button {
    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-best-free-spin-platforms-2024__cta-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-best-free-spin-platforms-2024__faq-question {
    font-size: 1.1rem;
    padding: 18px 20px;
  }

  .page-blog-best-free-spin-platforms-2024__faq-answer {
    padding: 12px 20px 18px;
  }

  /* Mobile image, video, container adaptation */
  .page-blog-best-free-spin-platforms-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-best-free-spin-platforms-2024__hero-image-wrapper,
  .page-blog-best-free-spin-platforms-2024__platform-card,
  .page-blog-best-free-spin-platforms-2024__content-area,
  .page-blog-best-free-spin-platforms-2024__featured-platforms,
  .page-blog-best-free-spin-platforms-2024__faq-section,
  .page-blog-best-free-spin-platforms-2024__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-best-free-spin-platforms-2024__hero-section {
    padding-top: 10px !important;
  }
}