/* style/blog-niceph-new-games.css */
.page-blog-niceph-new-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-bottom: 50px; /* Ensure space above footer */
}

.page-blog-niceph-new-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-niceph-new-games__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-niceph-new-games__hero-section {
  background: linear-gradient(135deg, #F2C14E, #FFD36B); /* Primary and Secondary color */
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000; /* Dark text on light gradient */
}

.page-blog-niceph-new-games__hero-content {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-blog-niceph-new-games__hero-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000000;
}

.page-blog-niceph-new-games__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #333333;
}

.page-blog-niceph-new-games__hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-niceph-new-games__btn-primary,
.page-blog-niceph-new-games__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-niceph-new-games__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #111111; /* Dark text on light button */
  border: 2px solid transparent;
}

.page-blog-niceph-new-games__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-niceph-new-games__btn-secondary {
  background: #111111; /* Card BG */
  color: #FFD36B; /* Glow */
  border: 2px solid #3A2A12; /* Border */
}

.page-blog-niceph-new-games__btn-secondary:hover {
  background: #3A2A12; /* Border */
  color: #FFF6D6; /* Text Main */
  transform: translateY(-2px);
}

.page-blog-niceph-new-games__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-niceph-new-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-niceph-new-games__section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2C14E; /* Primary color */
}

.page-blog-niceph-new-games__section-intro {
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF6D6;
}

.page-blog-niceph-new-games__features-grid,
.page-blog-niceph-new-games__game-grid,
.page-blog-niceph-new-games__live-grid,
.page-blog-niceph-new-games__original-grid,
.page-blog-niceph-new-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-niceph-new-games__card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #FFF6D6;
}

.page-blog-niceph-new-games__feature-icon,
.page-blog-niceph-new-games__game-image,
.page-blog-niceph-new-games__live-image,
.page-blog-niceph-new-games__sports-image,
.page-blog-niceph-new-games__original-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-niceph-new-games__feature-title,
.page-blog-niceph-new-games__game-title,
.page-blog-niceph-new-games__live-title,
.page-blog-niceph-new-games__sports-subtitle,
.page-blog-niceph-new-games__original-title,
.page-blog-niceph-new-games__step-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFD36B; /* Glow */
}

.page-blog-niceph-new-games__feature-description,
.page-blog-niceph-new-games__game-description,
.page-blog-niceph-new-games__live-description,
.page-blog-niceph-new-games__sports-description,
.page-blog-niceph-new-games__original-description,
.page-blog-niceph-new-games__step-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-niceph-new-games__game-card .page-blog-niceph-new-games__btn-primary,
.page-blog-niceph-new-games__live-card .page-blog-niceph-new-games__btn-primary,
.page-blog-niceph-new-games__original-card .page-blog-niceph-new-games__btn-primary,
.page-blog-niceph-new-games__step-card .page-blog-niceph-new-games__btn-primary {
  width: auto;
  align-self: flex-start;
  margin-top: auto;
}

.page-blog-niceph-new-games__view-all {
  margin-top: 40px;
}

.page-blog-niceph-new-games__sports-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.page-blog-niceph-new-games__sports-image {
  max-width: 100%;
  border-radius: 8px;
}

.page-blog-niceph-new-games__sports-text {
  text-align: left;
  max-width: 800px;
}

.page-blog-niceph-new-games__responsible-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 0 auto;
  max-width: 800px;
  text-align: left;
}

.page-blog-niceph-new-games__responsible-list li {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.page-blog-niceph-new-games__responsible-list li::before {
  content: '✓';
  color: #FFD36B; /* Glow */
  font-weight: bold;
  margin-right: 10px;
}

.page-blog-niceph-new-games__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-blog-niceph-new-games__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
}