.page-blog-what-new-player-benefits-after-cado888-registration {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color, #08160F);
}

.page-blog-what-new-player-benefits-after-cado888-registration__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 40px 0;
  background-color: var(--background-color, #08160F);
}

.page-blog-what-new-player-benefits-after-cado888-registration__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.page-blog-what-new-player-benefits-after-cado888-registration__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-what-new-player-benefits-after-cado888-registration__hero-content {
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  color: var(--text-main);
  line-height: 1.2;
  margin-bottom: 15px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__cta-button {
  display: inline-block;
  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;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-what-new-player-benefits-after-cado888-registration__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-what-new-player-benefits-after-cado888-registration__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-what-new-player-benefits-after-cado888-registration__btn-secondary {
  background: #11271B;
  color: #F2FFF6;
  border: 2px solid var(--border-color);
}

.page-blog-what-new-player-benefits-after-cado888-registration__btn-secondary:hover {
  background: #1E3A2A;
  transform: translateY(-2px);
}

.page-blog-what-new-player-benefits-after-cado888-registration__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__paragraph {
  font-size: 1.05em;
  color: var(--text-secondary);
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__content-area,
.page-blog-what-new-player-benefits-after-cado888-registration__benefits-section,
.page-blog-what-new-player-benefits-after-cado888-benefits-after-cado888-registration__registration-guide,
.page-blog-what-new-player-benefits-after-cado888-registration__how-to-claim-benefits,
.page-blog-what-new-player-benefits-after-cado888-registration__explore-games,
.page-blog-what-new-player-benefits-after-cado888-registration__faq-section,
.page-blog-what-new-player-benefits-after-cado888-registration__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-blog-what-new-player-benefits-after-cado888-registration__dark-bg {
  background-color: var(--background-color, #08160F);
  color: var(--text-main);
}

.page-blog-what-new-player-benefits-after-cado888-registration__card {
  background: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-what-new-player-benefits-after-cado888-registration__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-what-new-player-benefits-after-cado888-registration__card-title {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--text-main);
  margin-bottom: 15px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__card-text {
  font-size: 1em;
  color: var(--text-secondary);
}

.page-blog-what-new-player-benefits-after-cado888-registration__feature-grid,
.page-blog-what-new-player-benefits-after-cado888-registration__benefit-cards,
.page-blog-what-new-player-benefits-after-cado888-registration__info-grid,
.page-blog-what-new-player-benefits-after-cado888-registration__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  max-width: 800px;
  object-fit: cover;
}

.page-blog-what-new-player-benefits-after-cado888-registration__list {
  list-style-type: disc;
  margin-left: 20px;
  color: var(--text-secondary);
}

.page-blog-what-new-player-benefits-after-cado888-registration__list li {
  margin-bottom: 10px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__step-list {
  counter-reset: step-counter;
  list-style: none;
  padding: 0 20px;
  max-width: 900px;
  margin: 40px auto;
}

.page-blog-what-new-player-benefits-after-cado888-registration__step-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__step-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: var(--deep-green, #0A4B2C);
  color: var(--text-main);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
}

.page-blog-what-new-player-benefits-after-cado888-registration__step-title {
  font-size: 1.3em;
  font-weight: bold;
  color: var(--text-main);
  margin-bottom: 10px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__step-description {
  color: var(--text-secondary);
}

.page-blog-what-new-player-benefits-after-cado888-registration__button-wrapper {
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__btn-link {
  display: inline-block;
  margin-top: 15px;
  color: var(--glow, #57E38D);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-what-new-player-benefits-after-cado888-registration__btn-link:hover {
  color: #2AD16F;
}

.page-blog-what-new-player-benefits-after-cado888-registration__faq-list {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.page-blog-what-new-player-benefits-after-cado888-registration__faq-item {
  margin-bottom: 15px;
  background: var(--card-bg, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-what-new-player-benefits-after-cado888-registration__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: var(--card-bg, #11271B);
  color: var(--text-main);
  font-weight: bold;
  font-size: 1.1em;
  position: relative;
}

.page-blog-what-new-player-benefits-after-cado888-registration__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-what-new-player-benefits-after-cado888-registration__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-what-new-player-benefits-after-cado888-registration__faq-item[open] .page-blog-what-new-player-benefits-after-cado888-registration__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-what-new-player-benefits-after-cado888-registration__faq-answer {
  padding: 0 20px 20px 20px;
  color: var(--text-secondary);
  font-size: 0.95em;
}

.page-blog-what-new-player-benefits-after-cado888-registration__faq-answer p {
  margin-bottom: 0;
  text-align: left;
}

@media (max-width: 1024px) {
  .page-blog-what-new-player-benefits-after-cado888-registration__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-blog-what-new-player-benefits-after-cado888-registration__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-what-new-player-benefits-after-cado888-registration {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__hero-content {
    padding: 0 15px;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__main-title {
    font-size: clamp(1.8em, 6vw, 2.2em);
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__section-title {
    font-size: 1.8em;
    padding-top: 20px;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__paragraph {
    font-size: 1em;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__cta-button,
  .page-blog-what-new-player-benefits-after-cado888-registration__btn-primary,
  .page-blog-what-new-player-benefits-after-cado888-registration__btn-secondary,
  .page-blog-what-new-player-benefits-after-cado888-registration a[class*="button"],
  .page-blog-what-new-player-benefits-after-cado888-registration a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__button-wrapper {
    padding: 0 15px;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__feature-grid,
  .page-blog-what-new-player-benefits-after-cado888-registration__benefit-cards,
  .page-blog-what-new-player-benefits-after-cado888-registration__info-grid,
  .page-blog-what-new-player-benefits-after-cado888-registration__game-categories {
    grid-template-columns: 1fr;
    padding: 0 15px;
    gap: 20px;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-what-new-player-benefits-after-cado888-registration__hero-image-wrapper,
  .page-blog-what-new-player-benefits-after-cado888-registration__section,
  .page-blog-what-new-player-benefits-after-cado888-registration__card,
  .page-blog-what-new-player-benefits-after-cado888-registration__container,
  .page-blog-what-new-player-benefits-after-cado888-registration__feature-grid,
  .page-blog-what-new-player-benefits-after-cado888-registration__benefit-cards,
  .page-blog-what-new-player-benefits-after-cado888-registration__info-grid,
  .page-blog-what-new-player-benefits-after-cado888-registration__game-categories,
  .page-blog-what-new-player-benefits-after-cado888-registration__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__content-area,
  .page-blog-what-new-player-benefits-after-cado888-registration__benefits-section,
  .page-blog-what-new-player-benefits-after-cado888-registration__registration-guide,
  .page-blog-what-new-player-benefits-after-cado888-registration__how-to-claim-benefits,
  .page-blog-what-new-player-benefits-after-cado888-registration__explore-games,
  .page-blog-what-new-player-benefits-after-cado888-registration__faq-section,
  .page-blog-what-new-player-benefits-after-cado888-registration__conclusion-section {
    padding: 20px 0;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__step-item {
    padding-left: 50px;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__step-item::before {
    width: 35px;
    height: 35px;
    font-size: 1em;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__faq-item summary {
    padding: 15px;
    font-size: 1em;
  }

  .page-blog-what-new-player-benefits-after-cado888-registration__faq-answer {
    padding: 0 15px 15px 15px;
  }
}