/* style/blog-how-to-register-uiwnbet.css */
.page-blog-how-to-register-uiwnbet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-register-uiwnbet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-uiwnbet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px; /* Space for content below image */
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-how-to-register-uiwnbet__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.page-blog-how-to-register-uiwnbet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-how-to-register-uiwnbet__hero-content {
  max-width: 900px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  background: rgba(17, 40, 27, 0.8); /* Dark Green overlay for text readability */
  margin-top: -80px; /* Overlap image slightly for design */
  position: relative;
  border-radius: 8px;
  padding-top: 80px;
}

.page-blog-how-to-register-uiwnbet__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-size: clamp(2em, 5vw, 3.5em);
}

.page-blog-how-to-register-uiwnbet__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-uiwnbet__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: bold;
  transition: background-color 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-uiwnbet__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-register-uiwnbet__cta-button--centered {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}

.page-blog-how-to-register-uiwnbet__cta-button--final {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
    font-size: 1.2em;
    padding: 18px 35px;
}

.page-blog-how-to-register-uiwnbet__introduction-section,
.page-blog-how-to-register-uiwnbet__benefits-section,
.page-blog-how-to-register-uiwnbet__steps-section,
.page-blog-how-to-register-uiwnbet__verification-section,
.page-blog-how-to-register-uiwnbet__deposit-promotion-section,
.page-blog-how-to-register-uiwnbet__faq-section,
.page-blog-how-to-register-uiwnbet__tips-section,
.page-blog-how-to-register-uiwnbet__conclusion-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-how-to-register-uiwnbet__introduction-section {
    background-color: #11271B; /* Card BG */
}

.page-blog-how-to-register-uiwnbet__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-register-uiwnbet__sub-section-title {
  font-size: clamp(1.5em, 3vw, 2em);
  color: #22C768; /* Auxiliary color */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-register-uiwnbet__text-block {
  font-size: 1.05em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-how-to-register-uiwnbet__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-how-to-register-uiwnbet__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-uiwnbet__benefits-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-uiwnbet__benefits-heading {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-register-uiwnbet__benefits-item p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-blog-how-to-register-uiwnbet__step-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-register-uiwnbet__step-title {
  font-size: 1.5em;
  color: #22C768; /* Auxiliary color */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-register-uiwnbet__step-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  margin-bottom: 20px;
}

.page-blog-how-to-register-uiwnbet__step-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  border-radius: 8px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-how-to-register-uiwnbet__step-sub-list {
  list-style: disc;
  margin-left: 20px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-how-to-register-uiwnbet__step-sub-list li {
  margin-bottom: 10px;
}

.page-blog-how-to-register-uiwnbet__list {
  list-style: disc;
  margin-left: 20px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-how-to-register-uiwnbet__list li,
.page-blog-how-to-register-uiwnbet__ordered-list li {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-register-uiwnbet__ordered-list {
  list-style: decimal;
  margin-left: 20px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
}

.page-blog-how-to-register-uiwnbet__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-register-uiwnbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  font-weight: bold;
}

.page-blog-how-to-register-uiwnbet__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-uiwnbet__faq-question::marker {
  display: none;
}

.page-blog-how-to-register-uiwnbet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #2AD16F; /* Button top color */
}

.page-blog-how-to-register-uiwnbet__faq-item[open] .page-blog-how-to-register-uiwnbet__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-register-uiwnbet__faq-answer {
  padding: 20px;
  padding-top: 0;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-blog-how-to-register-uiwnbet__faq-item[open] .page-blog-how-to-register-uiwnbet__faq-answer {
  max-height: 1000px; /* Arbitrary large value */
  padding-top: 20px;
  transition: max-height 0.5s ease-in;
}


/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-uiwnbet__benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-blog-how-to-register-uiwnbet__hero-content {
      margin-top: -60px;
      padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-uiwnbet__container {
    padding: 0 15px;
  }

  .page-blog-how-to-register-uiwnbet__hero-content {
    margin-top: -40px;
    padding-top: 40px;
  }

  .page-blog-how-to-register-uiwnbet__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-how-to-register-uiwnbet__description {
    font-size: 1em;
  }

  .page-blog-how-to-register-uiwnbet__section-title {
    font-size: clamp(1.6em, 7vw, 2em);
    margin-bottom: 30px;
  }

  .page-blog-how-to-register-uiwnbet__sub-section-title {
    font-size: clamp(1.3em, 6vw, 1.8em);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-how-to-register-uiwnbet__text-block,
  .page-blog-how-to-register-uiwnbet__benefits-item p,
  .page-blog-how-to-register-uiwnbet__step-description,
  .page-blog-how-to-register-uiwnbet__list li,
  .page-blog-how-to-register-uiwnbet__ordered-list li,
  .page-blog-how-to-register-uiwnbet__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-how-to-register-uiwnbet__cta-button {
    padding: 12px 25px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-register-uiwnbet__cta-button--centered,
  .page-blog-how-to-register-uiwnbet__cta-button--final {
      width: 100% !important;
  }

  .page-blog-how-to-register-uiwnbet__benefits-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-register-uiwnbet__introduction-section,
  .page-blog-how-to-register-uiwnbet__benefits-section,
  .page-blog-how-to-register-uiwnbet__steps-section,
  .page-blog-how-to-register-uiwnbet__verification-section,
  .page-blog-how-to-register-uiwnbet__deposit-promotion-section,
  .page-blog-how-to-register-uiwnbet__faq-section,
  .page-blog-how-to-register-uiwnbet__tips-section,
  .page-blog-how-to-register-uiwnbet__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-how-to-register-uiwnbet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-register-uiwnbet__hero-image-wrapper,
  .page-blog-how-to-register-uiwnbet__step-card,
  .page-blog-how-to-register-uiwnbet__benefits-item,
  .page-blog-how-to-register-uiwnbet__faq-item,
  .page-blog-how-to-register-uiwnbet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-register-uiwnbet__hero-section {
    padding-top: 10px !important;
  }
  
  .page-blog-how-to-register-uiwnbet__faq-question {
    font-size: 1em;
    padding: 15px;
  }
}

/* Ensure all content area images are at least 200px wide */
.page-blog-how-to-register-uiwnbet__image,
.page-blog-how-to-register-uiwnbet__step-image {
  min-width: 200px;
  min-height: 200px;
}