.page-eu9-games-top-games-ranking {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text */
  background-color: #1A2B3C; /* Main dark background */
  line-height: 1.6;
}

.page-eu9-games-top-games-ranking__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-eu9-games-top-games-ranking__hero {
  background: linear-gradient(135deg, #1A2B3C 0%, #0d161f 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-eu9-games-top-games-ranking__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:eu9,games,abstract,pattern]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-eu9-games-top-games-ranking__hero > * {
  position: relative;
  z-index: 1;
}

.page-eu9-games-top-games-ranking__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-eu9-games-top-games-ranking__subtitle {
  font-size: 1.3em;
  color: #B0B0B0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-eu9-games-top-games-ranking__button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2B3C;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-eu9-games-top-games-ranking__button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-eu9-games-top-games-ranking__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-eu9-games-top-games-ranking__section:last-of-type {
  border-bottom: none;
}

.page-eu9-games-top-games-ranking__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
}

.page-eu9-games-top-games-ranking__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-eu9-games-top-games-ranking__paragraph a {
  color: #FFD700;
  text-decoration: underline;
}

.page-eu9-games-top-games-ranking__paragraph a:hover {
  color: #e6c200;
}

.page-eu9-games-top-games-ranking__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-eu9-games-top-games-ranking__image--full-width {
  width: 100%;
}

.page-eu9-games-top-games-ranking__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #E0E0E0;
}

.page-eu9-games-top-games-ranking__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-eu9-games-top-games-ranking__list li strong {
  color: #FFD700;
}

.page-eu9-games-top-games-ranking__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-eu9-games-top-games-ranking__category-card {
  background-color: #2A3B4C; /* Slightly lighter dark background for cards */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-eu9-games-top-games-ranking__category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.page-eu9-games-top-games-ranking__card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-eu9-games-top-games-ranking__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-eu9-games-top-games-ranking__card-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B3C;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-eu9-games-top-games-ranking__card-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-eu9-games-top-games-ranking__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 15px;
}

.page-eu9-games-top-games-ranking__tab-button {
  background-color: #2A3B4C;
  color: #FFD700;
  border: 2px solid #FFD700;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  outline: none;
}

.page-eu9-games-top-games-ranking__tab-button:hover {
  background-color: #FFD700;
  color: #1A2B3C;
  transform: translateY(-2px);
}

.page-eu9-games-top-games-ranking__tab-button--active {
  background-color: #FFD700;
  color: #1A2B3C;
  border-color: #FFD700;
}

.page-eu9-games-top-games-ranking__tab-content {
  display: none;
  background-color: #2A3B4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-eu9-games-top-games-ranking__tab-content--active {
  display: block;
}

.page-eu9-games-top-games-ranking__tab-content h3 {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 25px;
  text-align: center;
}

.page-eu9-games-top-games-ranking__game-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.page-eu9-games-top-games-ranking__game-item {
  display: flex;
  align-items: center;
  background-color: #3B4D5E; /* Darker background for individual game items */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-eu9-games-top-games-ranking__game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-eu9-games-top-games-ranking__game-thumbnail {
  width: 150px;
  height: 100px;
  object-fit: cover;
  flex-shrink: 0;
}

.page-eu9-games-top-games-ranking__game-info {
  padding: 15px 20px;
  flex-grow: 1;
}

.page-eu9-games-top-games-ranking__game-info h4 {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 8px;
}

.page-eu9-games-top-games-ranking__game-info p {
  font-size: 0.95em;
  color: #E0E0E0;
  margin-bottom: 12px;
}

.page-eu9-games-top-games-ranking__game-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B3C;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-eu9-games-top-games-ranking__game-button:hover {
  background-color: #e6c200;
}

.page-eu9-games-top-games-ranking__why-eu9 .page-eu9-games-top-games-ranking__section-title {
  margin-bottom: 60px;
}

.page-eu9-games-top-games-ranking__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-eu9-games-top-games-ranking__feature-item {
  background-color: #2A3B4C;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-eu9-games-top-games-ranking__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-eu9-games-top-games-ranking__feature-item h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-eu9-games-top-games-ranking__feature-item p {
  color: #B0B0B0;
  font-size: 1em;
}

.page-eu9-games-top-games-ranking__responsible-gambling p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px auto;
  color: #B0B0B0;
}

.page-eu9-games-top-games-ranking__faq .page-eu9-games-top-games-ranking__section-title {
  margin-bottom: 40px;
}

.page-eu9-games-top-games-ranking__accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-eu9-games-top-games-ranking__accordion-item {
  background-color: #2A3B4C;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-eu9-games-top-games-ranking__accordion-header {
  width: 100%;
  background-color: #3B4D5E;
  color: #FFD700;
  padding: 18px 25px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-eu9-games-top-games-ranking__accordion-header:hover {
  background-color: #4C6073;
}

.page-eu9-games-top-games-ranking__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-eu9-games-top-games-ranking__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-eu9-games-top-games-ranking__accordion-content {
  padding: 0 25px;
  background-color: #2A3B4C;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-eu9-games-top-games-ranking__accordion-content p {
  padding: 15px 0;
  color: #B0B0B0;
  font-size: 1em;
}

.page-eu9-games-top-games-ranking__cta-bottom {
  text-align: center;
  background-color: #0d161f;
  padding: 80px 0;
}

.page-eu9-games-top-games-ranking__cta-content {
  max-width: 900px;
}

.page-eu9-games-top-games-ranking__cta-content .page-eu9-games-top-games-ranking__section-title {
  color: #FFD700;
  margin-bottom: 25px;
}

.page-eu9-games-top-games-ranking__cta-content p {
  font-size: 1.2em;
  color: #B0B0B0;
  margin-bottom: 40px;
}

.page-eu9-games-top-games-ranking__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-eu9-games-top-games-ranking__button--primary {
  background-color: #FFD700;
  color: #1A2B3C;
}

.page-eu9-games-top-games-ranking__button--primary:hover {
  background-color: #e6c200;
}

.page-eu9-games-top-games-ranking__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-eu9-games-top-games-ranking__button--secondary:hover {
  background-color: #FFD700;
  color: #1A2B3C;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-eu9-games-top-games-ranking__title {
    font-size: 3em;
  }
  .page-eu9-games-top-games-ranking__section-title {
    font-size: 2em;
  }
  .page-eu9-games-top-games-ranking__category-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .page-eu9-games-top-games-ranking__game-item {
    flex-direction: column;
    text-align: center;
  }
  .page-eu9-games-top-games-ranking__game-thumbnail {
    width: 100%;
    height: 150px;
  }
  .page-eu9-games-top-games-ranking__game-info {
    padding: 20px;
  }
  .page-eu9-games-top-games-ranking__game-info h4 {
    font-size: 1.3em;
  }
  .page-eu9-games-top-games-ranking__game-info p {
    font-size: 0.9em;
  }
  .page-eu9-games-top-games-ranking__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-eu9-games-top-games-ranking__hero {
    padding: 80px 0;
  }
  .page-eu9-games-top-games-ranking__title {
    font-size: 2.5em;
  }
  .page-eu9-games-top-games-ranking__subtitle {
    font-size: 1.1em;
  }
  .page-eu9-games-top-games-ranking__section-title {
    font-size: 1.8em;
  }
  .page-eu9-games-top-games-ranking__tabs {
    flex-direction: column;
    align-items: center;
  }
  .page-eu9-games-top-games-ranking__tab-button {
    width: 80%;
  }
  .page-eu9-games-top-games-ranking__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-eu9-games-top-games-ranking__cta-content p {
    font-size: 1.1em;
  }
  .page-eu9-games-top-games-ranking__button-group {
    flex-direction: column;
  }
  .page-eu9-games-top-games-ranking__button {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-eu9-games-top-games-ranking__title {
    font-size: 2em;
  }
  .page-eu9-games-top-games-ranking__subtitle {
    font-size: 1em;
  }
  .page-eu9-games-top-games-ranking__section-title {
    font-size: 1.6em;
  }
  .page-eu9-games-top-games-ranking__paragraph,
  .page-eu9-games-top-games-ranking__list li,
  .page-eu9-games-top-games-ranking__category-card p,
  .page-eu9-games-top-games-ranking__feature-item p,
  .page-eu9-games-top-games-ranking__accordion-content p {
    font-size: 0.95em;
  }
  .page-eu9-games-top-games-ranking__category-grid {
    grid-template-columns: 1fr;
  }
  .page-eu9-games-top-games-ranking__game-info h4 {
    font-size: 1.2em;
  }
  .page-eu9-games-top-games-ranking__feature-item h3 {
    font-size: 1.4em;
  }
}