/* style/slot-games-high-rtp-recommendations.css */

/* Base styles for the page content */
.page-slot-games-high-rtp-recommendations {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: var(--bg-color, #ffffff); /* Inherit from shared or default to white */
}

.page-slot-games-high-rtp-recommendations__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0;
  overflow: hidden;
}

.page-slot-games-high-rtp-recommendations__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
}

.page-slot-games-high-rtp-recommendations__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-slot-games-high-rtp-recommendations__hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  color: #333333;
}

.page-slot-games-high-rtp-recommendations__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-slot-games-high-rtp-recommendations__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
}

.page-slot-games-high-rtp-recommendations__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-slot-games-high-rtp-recommendations__btn-primary,
.page-slot-games-high-rtp-recommendations__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  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;
  max-width: 100%;
}

.page-slot-games-high-rtp-recommendations__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-slot-games-high-rtp-recommendations__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
}

.page-slot-games-high-rtp-recommendations__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-slot-games-high-rtp-recommendations__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b8;
  border-color: #1e87b8;
}

.page-slot-games-high-rtp-recommendations__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-slot-games-high-rtp-recommendations__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-slot-games-high-rtp-recommendations__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-slot-games-high-rtp-recommendations__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
}

.page-slot-games-high-rtp-recommendations__section-title--light {
  color: #ffffff;
}

.page-slot-games-high-rtp-recommendations__subtitle {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  font-weight: 600;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-slot-games-high-rtp-recommendations__subtitle--light {
  color: #ffffff;
}

.page-slot-games-high-rtp-recommendations__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #555555;
}

.page-slot-games-high-rtp-recommendations__paragraph--light {
  color: #f0f0f0;
}

.page-slot-games-high-rtp-recommendations__highlight {
  font-weight: 700;
  color: #26A9E0;
}

.page-slot-games-high-rtp-recommendations__paragraph--light .page-slot-games-high-rtp-recommendations__highlight {
  color: #ffffff;
}

.page-slot-games-high-rtp-recommendations__text-center {
  text-align: center;
}

.page-slot-games-high-rtp-recommendations__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-high-rtp-recommendations__game-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-slot-games-high-rtp-recommendations__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-slot-games-high-rtp-recommendations__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-slot-games-high-rtp-recommendations__card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-slot-games-high-rtp-recommendations__card-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-slot-games-high-rtp-recommendations__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-slot-games-high-rtp-recommendations__card-title a:hover {
  text-decoration: underline;
}

.page-slot-games-high-rtp-recommendations__card-description {
  font-size: 0.95em;
  color: #666666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-slot-games-high-rtp-recommendations__btn-play {
  display: inline-block;
  background-color: #EA7C07;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-slot-games-high-rtp-recommendations__btn-play:hover {
  background-color: #c96806;
}

.page-slot-games-high-rtp-recommendations__text-with-image {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-slot-games-high-rtp-recommendations__text-block {
  flex: 1;
}

.page-slot-games-high-rtp-recommendations__text-block--light {
  color: #ffffff;
}

.page-slot-games-high-rtp-recommendations__content-image {
  flex: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-slot-games-high-rtp-recommendations__image-full-width {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 20px auto;
}

.page-slot-games-high-rtp-recommendations__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-high-rtp-recommendations__strategy-card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-slot-games-high-rtp-recommendations__promotions-section {
  padding-bottom: 80px;
}

.page-slot-games-high-rtp-recommendations__promotion-content {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-slot-games-high-rtp-recommendations__promotion-image {
  flex: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-slot-games-high-rtp-recommendations__promotion-text {
  flex: 1;
}

.page-slot-games-high-rtp-recommendations__promo-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555555;
}

.page-slot-games-high-rtp-recommendations__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-slot-games-high-rtp-recommendations__register-cta {
  background-color: #f2faff;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.page-slot-games-high-rtp-recommendations__cta-buttons--center {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-slot-games-high-rtp-recommendations__faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-slot-games-high-rtp-recommendations__faq-list {
  margin-top: 40px;
}

.page-slot-games-high-rtp-recommendations__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-slot-games-high-rtp-recommendations__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #26A9E0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-slot-games-high-rtp-recommendations__faq-question:hover {
  background-color: #1e87b8;
}

.page-slot-games-high-rtp-recommendations__faq-question::-webkit-details-marker {
  display: none;
}

.page-slot-games-high-rtp-recommendations__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-slot-games-high-rtp-recommendations__faq-item[open] .page-slot-games-high-rtp-recommendations__faq-toggle {
  content: '−';
}

.page-slot-games-high-rtp-recommendations__faq-answer {
  padding: 20px 25px;
  background-color: #ffffff;
  color: #333333;
  border-top: 1px solid #e0e0e0;
}

.page-slot-games-high-rtp-recommendations__faq-answer p {
  margin-bottom: 0;
}

.page-slot-games-high-rtp-recommendations__conclusion-section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-slot-games-high-rtp-recommendations__hero-content {
    padding: 30px 15px;
  }

  .page-slot-games-high-rtp-recommendations__content-area {
    padding: 40px 15px;
  }

  .page-slot-games-high-rtp-recommendations__text-with-image {
    flex-direction: column;
    gap: 30px;
  }

  .page-slot-games-high-rtp-recommendations__promotion-content {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .page-slot-games-high-rtp-recommendations {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-slot-games-high-rtp-recommendations__main-title {
    font-size: 2em;
  }

  .page-slot-games-high-rtp-recommendations__description {
    font-size: 1em;
  }

  .page-slot-games-high-rtp-recommendations__section-title {
    font-size: 1.8em;
  }

  .page-slot-games-high-rtp-recommendations__subtitle {
    font-size: 1.3em;
  }

  .page-slot-games-high-rtp-recommendations__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-slot-games-high-rtp-recommendations__btn-primary,
  .page-slot-games-high-rtp-recommendations__btn-secondary,
  .page-slot-games-high-rtp-recommendations__btn-play,
  .page-slot-games-high-rtp-recommendations a[class*="button"],
  .page-slot-games-high-rtp-recommendations 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-slot-games-high-rtp-recommendations__cta-buttons,
  .page-slot-games-high-rtp-recommendations__button-group,
  .page-slot-games-high-rtp-recommendations__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;
  }

  /* Mobile image responsiveness */
  .page-slot-games-high-rtp-recommendations img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-slot-games-high-rtp-recommendations__hero-image-wrapper,
  .page-slot-games-high-rtp-recommendations__game-card,
  .page-slot-games-high-rtp-recommendations__strategy-card,
  .page-slot-games-high-rtp-recommendations__text-with-image,
  .page-slot-games-high-rtp-recommendations__promotion-content,
  .page-slot-games-high-rtp-recommendations__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-slot-games-high-rtp-recommendations__hero-section {
    padding-top: 10px !important;
  }
}