/* style/blog-top-reliable-exchange-games-2024.css */
.page-blog-top-reliable-exchange-games-2024 {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D;
  background-color: #F4F7FB;
  line-height: 1.6;
}

.page-blog-top-reliable-exchange-games-2024__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%);
  color: #ffffff;
  overflow: hidden;
}

.page-blog-top-reliable-exchange-games-2024__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-blog-top-reliable-exchange-games-2024__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-blog-top-reliable-exchange-games-2024__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-blog-top-reliable-exchange-games-2024__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-top-reliable-exchange-games-2024__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-top-reliable-exchange-games-2024__description {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f8ff;
}

.page-blog-top-reliable-exchange-games-2024__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-reliable-exchange-games-2024__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-top-reliable-exchange-games-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #F4F7FB;
}

.page-blog-top-reliable-exchange-games-2024__section-intro {
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-top-reliable-exchange-games-2024__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #2F6BFF;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-top-reliable-exchange-games-2024__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #1F2D3D;
}

.page-blog-top-reliable-exchange-games-2024__paragraph .highlight {
  color: #2F6BFF;
  font-weight: bold;
}

.page-blog-top-reliable-exchange-games-2024__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-blog-top-reliable-exchange-games-2024__feature-item {
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
}

.page-blog-top-reliable-exchange-games-2024__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-top-reliable-exchange-games-2024__feature-title {
  font-size: 1.5rem;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-top-reliable-exchange-games-2024__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-top-reliable-exchange-games-2024__list li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #1F2D3D;
  position: relative;
  padding-left: 25px;
}

.page-blog-top-reliable-exchange-games-2024__list li::before {
  content: '✔';
  color: #2F6BFF;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-top-reliable-exchange-games-2024__list-strong {
  color: #1F2D3D;
}

.page-blog-top-reliable-exchange-games-2024__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-top-reliable-exchange-games-2024__card {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid #D6E2FF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-reliable-exchange-games-2024__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-top-reliable-exchange-games-2024__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-reliable-exchange-games-2024__card-title {
  font-size: 1.35rem;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-top-reliable-exchange-games-2024__card-text {
  font-size: 0.95rem;
  color: #1F2D3D;
}

.page-blog-top-reliable-exchange-games-2024__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-top-reliable-exchange-games-2024__game-card {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid #D6E2FF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-reliable-exchange-games-2024__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-top-reliable-exchange-games-2024__game-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-reliable-exchange-games-2024__game-title {
  font-size: 1.4rem;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 700;
}

.page-blog-top-reliable-exchange-games-2024__game-description {
  font-size: 0.95rem;
  color: #1F2D3D;
  margin-bottom: 20px;
}

.page-blog-top-reliable-exchange-games-2024__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-reliable-exchange-games-2024__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.page-blog-top-reliable-exchange-games-2024__btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  background: #ffffff;
  color: #2F6BFF;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 2px solid #2F6BFF;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-reliable-exchange-games-2024__btn-secondary:hover {
  background: #2F6BFF;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-top-reliable-exchange-games-2024__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-top-reliable-exchange-games-2024__button-group--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.page-blog-top-reliable-exchange-games-2024__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-blog-top-reliable-exchange-games-2024__guide-item {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #D6E2FF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  padding-top: 60px; /* Space for step number */
}

.page-blog-top-reliable-exchange-games-2024__guide-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-top-reliable-exchange-games-2024__guide-item::before {
  content: attr(data-step);
  position: absolute;
  top: 20px;
  left: 25px;
  background: #2F6BFF;
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.page-blog-top-reliable-exchange-games-2024__guide-item:nth-child(1)::before { content: '1'; }
.page-blog-top-reliable-exchange-games-2024__guide-item:nth-child(2)::before { content: '2'; }
.page-blog-top-reliable-exchange-games-2024__guide-item:nth-child(3)::before { content: '3'; }
.page-blog-top-reliable-exchange-games-2024__guide-item:nth-child(4)::before { content: '4'; }
.page-blog-top-reliable-exchange-games-2024__guide-item:nth-child(5)::before { content: '5'; }

.page-blog-top-reliable-exchange-games-2024__guide-title {
  font-size: 1.3rem;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-top-reliable-exchange-games-2024__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-top-reliable-exchange-games-2024__promo-card {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 1px solid #D6E2FF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-reliable-exchange-games-2024__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-top-reliable-exchange-games-2024__promo-title {
  font-size: 1.35rem;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-top-reliable-exchange-games-2024__promo-text {
  font-size: 0.95rem;
  color: #1F2D3D;
}

.page-blog-top-reliable-exchange-games-2024__faq-container {
  margin-top: 40px;
  margin-bottom: 60px;
}

details.page-blog-top-reliable-exchange-games-2024__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
details.page-blog-top-reliable-exchange-games-2024__faq-item summary.page-blog-top-reliable-exchange-games-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-top-reliable-exchange-games-2024__faq-item summary.page-blog-top-reliable-exchange-games-2024__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-top-reliable-exchange-games-2024__faq-item summary.page-blog-top-reliable-exchange-games-2024__faq-question:hover {
  background: #F4F7FB;
}
.page-blog-top-reliable-exchange-games-2024__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}
.page-blog-top-reliable-exchange-games-2024__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
  transition: transform 0.3s ease;
}
details.page-blog-top-reliable-exchange-games-2024__faq-item[open] .page-blog-top-reliable-exchange-games-2024__faq-toggle {
  transform: rotate(45deg);
}
details.page-blog-top-reliable-exchange-games-2024__faq-item .page-blog-top-reliable-exchange-games-2024__faq-answer {
  padding: 0 25px 20px;
  background: #F4F7FB;
  border-radius: 0 0 10px 10px;
  color: #1F2D3D;
  font-size: 1rem;
}

/* General image responsiveness */
.page-blog-top-reliable-exchange-games-2024 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-top-reliable-exchange-games-2024 {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-top-reliable-exchange-games-2024__hero-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }

  .page-blog-top-reliable-exchange-games-2024__hero-image {
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .page-blog-top-reliable-exchange-games-2024__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-top-reliable-exchange-games-2024__description {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
    margin-bottom: 20px;
  }

  .page-blog-top-reliable-exchange-games-2024__cta-button,
  .page-blog-top-reliable-exchange-games-2024__btn-primary,
  .page-blog-top-reliable-exchange-games-2024__btn-secondary,
  .page-blog-top-reliable-exchange-games-2024 a[class*="button"],
  .page-blog-top-reliable-exchange-games-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: 12px 15px;
    font-size: 1rem;
  }

  .page-blog-top-reliable-exchange-games-2024__button-group {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-top-reliable-exchange-games-2024__content-area {
    padding: 20px 15px;
  }

  .page-blog-top-reliable-exchange-games-2024__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 15px;
  }

  .page-blog-top-reliable-exchange-games-2024__feature-list,
  .page-blog-top-reliable-exchange-games-2024__criteria-grid,
  .page-blog-top-reliable-exchange-games-2024__game-list,
  .page-blog-top-reliable-exchange-games-2024__guide-list,
  .page-blog-top-reliable-exchange-games-2024__promotions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-top-reliable-exchange-games-2024__card-image,
  .page-blog-top-reliable-exchange-games-2024__game-image {
    height: 180px;
  }

  .page-blog-top-reliable-exchange-games-2024__feature-item,
  .page-blog-top-reliable-exchange-games-2024__card,
  .page-blog-top-reliable-exchange-games-2024__game-card,
  .page-blog-top-reliable-exchange-games-2024__guide-item,
  .page-blog-top-reliable-exchange-games-2024__promo-card {
    padding: 20px;
    border-radius: 8px;
  }

  .page-blog-top-reliable-exchange-games-2024__faq-item summary.page-blog-top-reliable-exchange-games-2024__faq-question {
    padding: 15px 20px;
  }

  .page-blog-top-reliable-exchange-games-2024__faq-qtext {
    font-size: 1rem;
  }

  .page-blog-top-reliable-exchange-games-2024__faq-toggle {
    font-size: 20px;
  }

  .page-blog-top-reliable-exchange-games-2024__faq-answer {
    padding: 0 20px 15px;
  }

  /* Ensure all images are responsive */
  .page-blog-top-reliable-exchange-games-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-top-reliable-exchange-games-2024__hero-section,
  .page-blog-top-reliable-exchange-games-2024__content-area,
  .page-blog-top-reliable-exchange-games-2024__feature-list,
  .page-blog-top-reliable-exchange-games-2024__criteria-grid,
  .page-blog-top-reliable-exchange-games-2024__game-list,
  .page-blog-top-reliable-exchange-games-2024__guide-list,
  .page-blog-top-reliable-exchange-games-2024__promotions-grid,
  .page-blog-top-reliable-exchange-games-2024__faq-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}