.page-resources-latest-win8bet-news {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #121A26;
  line-height: 1.6;
}

.page-resources-latest-win8bet-news__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-latest-win8bet-news__hero {
  background: linear-gradient(135deg, #1A2B3C 0%, #0F1720 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-latest-win8bet-news__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-latest-win8bet-news__hero-subtitle {
  font-size: 1.3em;
  color: #B0B0B0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-latest-win8bet-news__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-latest-win8bet-news__section {
  padding: 60px 0;
  background-color: #1A2B3C;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-latest-win8bet-news__section--dark {
  background-color: #0F1720;
}

.page-resources-latest-win8bet-news__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-latest-win8bet-news__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-latest-win8bet-news__description {
  font-size: 1.1em;
  color: #C0C0C0;
  text-align: center;
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-latest-win8bet-news__description--light {
  color: #E0E0E0;
}

.page-resources-latest-win8bet-news__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-latest-win8bet-news__card {
  background-color: #243547;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.page-resources-latest-win8bet-news__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-latest-win8bet-news__card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 4px solid #FFD700;
}

.page-resources-latest-win8bet-news__card-title {
  font-size: 1.6em;
  color: #FFD700;
  padding: 20px 25px 10px;
  margin-top: 0;
}

.page-resources-latest-win8bet-news__card-text {
  font-size: 1em;
  color: #C0C0C0;
  padding: 0 25px;
  flex-grow: 1;
}

.page-resources-latest-win8bet-news__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-resources-latest-win8bet-news__btn--primary {
  background-color: #FFD700;
  color: #1A2B3C;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-resources-latest-win8bet-news__btn--primary:hover {
  background-color: #E5C100;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-resources-latest-win8bet-news__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.2);
}

.page-resources-latest-win8bet-news__btn--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-latest-win8bet-news__btn--link {
  background-color: #FFD700;
  color: #1A2B3C;
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 6px;
  margin: 15px 25px 0;
  align-self: flex-start;
}

.page-resources-latest-win8bet-news__btn--link:hover {
  background-color: #E5C100;
}

.page-resources-latest-win8bet-news__btn--small {
  padding: 10px 20px;
  font-size: 0.95em;
  border-radius: 6px;
  background-color: #FFD700;
  color: #1A2B3C;
  margin-top: 20px;
}

.page-resources-latest-win8bet-news__btn--small:hover {
  background-color: #E5C100;
}

.page-resources-latest-win8bet-news__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

.page-resources-latest-win8bet-news__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-latest-win8bet-news__step {
  background-color: #243547;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-latest-win8bet-news__step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));
}

.page-resources-latest-win8bet-news__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-latest-win8bet-news__step-text {
  color: #C0C0C0;
  font-size: 1em;
  flex-grow: 1;
}

.page-resources-latest-win8bet-news__list {
  list-style: none;
  padding: 0;
  margin: 40px auto 50px;
  max-width: 900px;
}

.page-resources-latest-win8bet-news__list li {
  background-color: #243547;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: #E0E0E0;
  border-left: 5px solid #FFD700;
}

.page-resources-latest-win8bet-news__list li strong {
  color: #FFD700;
}

.page-resources-latest-win8bet-news__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-latest-win8bet-news__hero-title {
    font-size: 2.5em;
  }
  .page-resources-latest-win8bet-news__section-title {
    font-size: 2em;
  }
  .page-resources-latest-win8bet-news__grid,
  .page-resources-latest-win8bet-news__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-latest-win8bet-news__hero {
    padding: 80px 0;
  }
  .page-resources-latest-win8bet-news__hero-title {
    font-size: 2em;
  }
  .page-resources-latest-win8bet-news__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-latest-win8bet-news__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-latest-win8bet-news__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-latest-win8bet-news__section {
    padding: 40px 0;
  }
  .page-resources-latest-win8bet-news__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-latest-win8bet-news__description {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .page-resources-latest-win8bet-news__card-title {
    font-size: 1.4em;
  }
  .page-resources-latest-win8bet-news__card-text {
    font-size: 0.95em;
  }
  .page-resources-latest-win8bet-news__step-title {
    font-size: 1.5em;
  }
  .page-resources-latest-win8bet-news__list li {
    font-size: 1em;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-win8bet-news__hero-title {
    font-size: 1.8em;
  }
  .page-resources-latest-win8bet-news__btn {
    width: 90%;
  }
  .page-resources-latest-win8bet-news__card-img {
    height: 180px;
  }
  .page-resources-latest-win8bet-news__btn--link {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}