.page-resources-online-entertainment-79kin-game-types {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-online-entertainment-79kin-game-types__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-online-entertainment-79kin-game-types__hero-section {
  background: linear-gradient(135deg, #1A2C50, #FFD700);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-online-entertainment-79kin-game-types__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-online-entertainment-79kin-game-types__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #f0f0f0;
}

.page-resources-online-entertainment-79kin-game-types__hero-image {
  max-width: 90%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

.page-resources-online-entertainment-79kin-game-types__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-online-entertainment-79kin-game-types__section-title {
  font-size: 2.5em;
  color: #1A2C50;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-online-entertainment-79kin-game-types__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-online-entertainment-79kin-game-types__subsection-title {
  font-size: 1.8em;
  color: #1A2C50;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-online-entertainment-79kin-game-types p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-online-entertainment-79kin-game-types strong {
  color: #1A2C50;
  font-weight: bold;
}

.page-resources-online-entertainment-79kin-game-types__list,
.page-resources-online-entertainment-79kin-game-types__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-online-entertainment-79kin-game-types__ordered-list {
  list-style-type: decimal;
}

.page-resources-online-entertainment-79kin-game-types__list li,
.page-resources-online-entertainment-79kin-game-types__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-online-entertainment-79kin-game-types__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-online-entertainment-79kin-game-types__image--medium {
  max-width: 80%;
}

.page-resources-online-entertainment-79kin-game-types__image--large {
  max-width: 95%;
}

.page-resources-online-entertainment-79kin-game-types__cta-block {
  background-color: #1A2C50;
  color: #fff;
  padding: 50px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-online-entertainment-79kin-game-types__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-resources-online-entertainment-79kin-game-types__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-entertainment-79kin-game-types__btn {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2C50;
  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;
  margin: 0 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-online-entertainment-79kin-game-types__btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-online-entertainment-79kin-game-types__btn--secondary {
  background-color: #f0f0f0;
  color: #1A2C50;
}

.page-resources-online-entertainment-79kin-game-types__btn--secondary:hover {
  background-color: #ddd;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-online-entertainment-79kin-game-types__hero-title {
    font-size: 2.5em;
  }
  .page-resources-online-entertainment-79kin-game-types__section-title {
    font-size: 2em;
  }
  .page-resources-online-entertainment-79kin-game-types__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-online-entertainment-79kin-game-types__cta-title {
    font-size: 2.2em;
  }
  .page-resources-online-entertainment-79kin-game-types__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-online-entertainment-79kin-game-types__hero-section {
    padding: 60px 0;
  }
  .page-resources-online-entertainment-79kin-game-types__hero-title {
    font-size: 2em;
  }
  .page-resources-online-entertainment-79kin-game-types__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-online-entertainment-79kin-game-types__content-section {
    padding: 40px 0;
  }
  .page-resources-online-entertainment-79kin-game-types__section-title {
    font-size: 1.8em;
  }
  .page-resources-online-entertainment-79kin-game-types__subsection-title {
    font-size: 1.3em;
  }
  .page-resources-online-entertainment-79kin-game-types p,
  .page-resources-online-entertainment-79kin-game-types__list li,
  .page-resources-online-entertainment-79kin-game-types__ordered-list li {
    font-size: 0.95em;
  }
  .page-resources-online-entertainment-79kin-game-types__cta-block {
    padding: 30px;
  }
  .page-resources-online-entertainment-79kin-game-types__cta-title {
    font-size: 1.8em;
  }
  .page-resources-online-entertainment-79kin-game-types__cta-text {
    font-size: 1em;
  }
  .page-resources-online-entertainment-79kin-game-types__btn {
    display: block;
    margin: 15px auto;
    width: fit-content;
  }
}

@media (max-width: 480px) {
  .page-resources-online-entertainment-79kin-game-types__hero-title {
    font-size: 1.7em;
  }
  .page-resources-online-entertainment-79kin-game-types__section-title {
    font-size: 1.5em;
  }
  .page-resources-online-entertainment-79kin-game-types__subsection-title {
    font-size: 1.2em;
  }
  .page-resources-online-entertainment-79kin-game-types__image--medium {
    max-width: 100%;
  }
  .page-resources-online-entertainment-79kin-game-types__image--large {
    max-width: 100%;
  }
  .page-resources-online-entertainment-79kin-game-types__cta-title {
    font-size: 1.5em;
  }
  .page-resources-online-entertainment-79kin-game-types__cta-block {
    padding: 20px;
  }
}