.page-platform-reviews-f168-game-types {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #0F1A2B; /* Darker background for contrast */
}

.page-platform-reviews-f168-game-types__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-platform-reviews-f168-game-types__hero-section {
  background: linear-gradient(135deg, #1A2E47, #0F1A2B);
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews-f168-game-types__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for emphasis */
  line-height: 1.2;
}

.page-platform-reviews-f168-game-types__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #E0E0E0;
}

.page-platform-reviews-f168-game-types__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700; /* Auxiliary color for buttons */
  color: #1A2E47; /* Main color for button text */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.page-platform-reviews-f168-game-types__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-platform-reviews-f168-game-types__cta-button--primary {
  background-color: #FFD700;
  color: #1A2E47;
}

.page-platform-reviews-f168-game-types__content-section {
  padding: 60px 0;
  background-color: #0F1A2B;
}

.page-platform-reviews-f168-game-types__article {
  background-color: #1A2E47; /* Main color for article background */
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-f168-game-types__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Auxiliary color for main titles */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  text-align: center;
}

.page-platform-reviews-f168-game-types__sub-section-title {
  font-size: 2em;
  color: #FFFFFF; /* White for sub-titles */
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-platform-reviews-f168-game-types__article p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-platform-reviews-f168-game-types__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-platform-reviews-f168-game-types__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-platform-reviews-f168-game-types__list strong {
  color: #FFD700;
}

.page-platform-reviews-f168-game-types__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-platform-reviews-f168-game-types__image--full-width {
  width: 100%;
}

.page-platform-reviews-f168-game-types__text-link {
  color: #FFD700; /* Auxiliary color for text links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-platform-reviews-f168-game-types__text-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-platform-reviews-f168-game-types__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: page-platform-reviews-f168-game-types__bounce 2s infinite;
}

.page-platform-reviews-f168-game-types__floating-cta {
  display: flex;
  align-items: center;
  background-color: #FFD700; /* Auxiliary color for promo */
  color: #1A2E47; /* Main color for promo text */
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-platform-reviews-f168-game-types__floating-cta:hover {
  background-color: #e6c200;
  transform: scale(1.05);
}

.page-platform-reviews-f168-game-types__floating-icon {
  margin-left: 10px;
  font-size: 1.4em;
}

@keyframes page-platform-reviews-f168-game-types__bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-platform-reviews-f168-game-types__hero-title {
    font-size: 2.5em;
  }

  .page-platform-reviews-f168-game-types__hero-description {
    font-size: 1em;
  }

  .page-platform-reviews-f168-game-types__section-title {
    font-size: 2em;
  }

  .page-platform-reviews-f168-game-types__sub-section-title {
    font-size: 1.6em;
  }

  .page-platform-reviews-f168-game-types__article {
    padding: 25px;
  }

  .page-platform-reviews-f168-game-types__article p,
  .page-platform-reviews-f168-game-types__list li {
    font-size: 0.95em;
  }

  .page-platform-reviews-f168-game-types__floating-promo {
    bottom: 15px;
    right: 15px;
  }

  .page-platform-reviews-f168-game-types__floating-cta {
    padding: 10px 20px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-platform-reviews-f168-game-types__hero-title {
    font-size: 2em;
  }

  .page-platform-reviews-f168-game-types__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-platform-reviews-f168-game-types__section-title {
    font-size: 1.8em;
  }

  .page-platform-reviews-f168-game-types__sub-section-title {
    font-size: 1.4em;
  }

  .page-platform-reviews-f168-game-types__floating-promo {
    bottom: 10px;
    right: 10px;
  }

  .page-platform-reviews-f168-game-types__floating-text {
    display: none;
  }

  .page-platform-reviews-f168-game-types__floating-cta {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .page-platform-reviews-f168-game-types__floating-icon {
    margin-left: 0;
    font-size: 1.8em;
  }
}