.page-blog-how-to-register-deposit-t8bet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color from custom palette */
  background-color: var(--background, #08160F); /* Default background from custom palette */
}

.page-blog-how-to-register-deposit-t8bet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-how-to-register-deposit-t8bet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.page-blog-how-to-register-deposit-t8bet__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin-top: -100px; /* Adjust to bring content slightly over the image, but not overlapping text */
  background-color: rgba(17, 47, 27, 0.8); /* Semi-transparent background for readability */
  border-radius: 10px;
}

.page-blog-how-to-register-deposit-t8bet__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-how-to-register-deposit-t8bet__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-deposit-t8bet__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-register-deposit-t8bet__cta-button:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.page-blog-how-to-register-deposit-t8bet__section {
  padding: 60px 20px;
  background-color: var(--background, #08160F);
  border-bottom: 1px solid var(--divider, #1E3A2A);
}

.page-blog-how-to-register-deposit-t8bet__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-how-to-register-deposit-t8bet__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-how-to-register-deposit-t8bet__text-block {
  font-size: 1.05em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-register-deposit-t8bet__guide-step {
  background-color: var(--card-bg, #11271B);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-deposit-t8bet__guide-step-title {
  font-size: clamp(1.4em, 3vw, 1.8em);
  color: var(--gold, #F2C14E);
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-how-to-register-deposit-t8bet__guide-step-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-how-to-register-deposit-t8bet__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-register-deposit-t8bet__list--ordered {
  list-style-type: decimal;
}

.page-blog-how-to-register-deposit-t8bet__list-item {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-blog-how-to-register-deposit-t8bet__list-item strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-register-deposit-t8bet__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-blog-how-to-register-deposit-t8bet__deposit-methods-title,
.page-blog-how-to-register-deposit-t8bet__notes-title {
  font-size: clamp(1.4em, 3vw, 1.8em);
  color: var(--gold, #F2C14E);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.page-blog-how-to-register-deposit-t8bet__method-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-deposit-t8bet__card {
  background-color: var(--card-bg, #11271B);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-how-to-register-deposit-t8bet__card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-how-to-register-deposit-t8bet__card-title {
  font-size: 1.3em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-how-to-register-deposit-t8bet__card-description {
  font-size: 0.95em;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-register-deposit-t8bet__promotion-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-deposit-t8bet__card--promotion {
  text-align: left;
}

.page-blog-how-to-register-deposit-t8bet__card--promotion .page-blog-how-to-register-deposit-t8bet__card-image {
  height: 200px;
  margin-bottom: 20px;
}

.page-blog-how-to-register-deposit-t8bet__card--promotion .page-blog-how-to-register-deposit-t8bet__card-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-blog-how-to-register-deposit-t8bet__card--promotion .page-blog-how-to-register-deposit-t8bet__card-description {
  margin-bottom: 15px;
}

.page-blog-how-to-register-deposit-t8bet__card-link {
  display: inline-block;
  color: var(--main-color, #11A84E);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-how-to-register-deposit-t8bet__card-link:hover {
  color: var(--auxiliary-color, #22C768);
}

.page-blog-how-to-register-deposit-t8bet__cta-button--full {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.page-blog-how-to-register-deposit-t8bet__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-register-deposit-t8bet__feature-item {
  background-color: var(--card-bg, #11271B);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-how-to-register-deposit-t8bet__feature-title {
  font-size: 1.5em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-deposit-t8bet__feature-description {
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  text-align: justify;
}

.page-blog-how-to-register-deposit-t8bet__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-register-deposit-t8bet__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-register-deposit-t8bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: var(--text-main, #F2FFF6);
  cursor: pointer;
  background-color: rgba(17, 168, 78, 0.1);
  transition: background-color 0.3s ease;
}

.page-blog-how-to-register-deposit-t8bet__faq-question:hover {
  background-color: rgba(17, 168, 78, 0.2);
}

.page-blog-how-to-register-deposit-t8bet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--gold, #F2C14E);
  margin-left: 15px;
  user-select: none;
}

.page-blog-how-to-register-deposit-t8bet__faq-item[open] .page-blog-how-to-register-deposit-t8bet__faq-toggle {
  content: '−';
}

.page-blog-how-to-register-deposit-t8bet__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: var(--text-secondary, #A7D9B8);
  line-height: 1.7;
}

.page-blog-how-to-register-deposit-t8bet__faq-answer p {
  margin-top: 10px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-how-to-register-deposit-t8bet__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-how-to-register-deposit-t8bet__hero-content {
    margin-top: -60px;
    padding: 15px;
  }

  .page-blog-how-to-register-deposit-t8bet__main-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-register-deposit-t8bet__hero-description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-deposit-t8bet__cta-button {
    padding: 12px 20px;
    font-size: 1em;
    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-how-to-register-deposit-t8bet__section {
    padding: 40px 15px;
  }

  .page-blog-how-to-register-deposit-t8bet__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-how-to-register-deposit-t8bet__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .page-blog-how-to-register-deposit-t8bet__guide-step {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-deposit-t8bet__guide-step-title,
  .page-blog-how-to-register-deposit-t8bet__deposit-methods-title,
  .page-blog-how-to-register-deposit-t8bet__notes-title {
    font-size: 1.3em;
    margin-bottom: 15px;
  }

  .page-blog-how-to-register-deposit-t8bet__text-block {
    font-size: 0.95em;
  }

  .page-blog-how-to-register-deposit-t8bet__list {
    margin-left: 20px;
  }

  .page-blog-how-to-register-deposit-t8bet__method-cards,
  .page-blog-how-to-register-deposit-t8bet__promotion-cards,
  .page-blog-how-to-register-deposit-t8bet__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-register-deposit-t8bet__card-image,
  .page-blog-how-to-register-deposit-t8bet__guide-step-image,
  .page-blog-how-to-register-deposit-t8bet__card--promotion .page-blog-how-to-register-deposit-t8bet__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-register-deposit-t8bet__card,
  .page-blog-how-to-register-deposit-t8bet__feature-item {
    padding: 20px;
  }

  .page-blog-how-to-register-deposit-t8bet__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-register-deposit-t8bet__faq-answer {
    padding: 0 20px 15px 20px;
  }
  
  .page-blog-how-to-register-deposit-t8bet__hero-image,
  .page-blog-how-to-register-deposit-t8bet__guide-step-image,
  .page-blog-how-to-register-deposit-t8bet__card-image,
  .page-blog-how-to-register-deposit-t8bet__card--promotion .page-blog-how-to-register-deposit-t8bet__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-deposit-t8bet__section,
  .page-blog-how-to-register-deposit-t8bet__container,
  .page-blog-how-to-register-deposit-t8bet__card,
  .page-blog-how-to-register-deposit-t8bet__guide-step,
  .page-blog-how-to-register-deposit-t8bet__feature-item,
  .page-blog-how-to-register-deposit-t8bet__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-how-to-register-deposit-t8bet__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-register-deposit-t8bet__cta-button--final {
    max-width: 100% !important;
    width: 100% !important;
  }
}