.page-blog-how-to-register-and-login-roobet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark #1a1a2e, so text should be light */
  background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-how-to-register-and-login-roobet__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #017439; /* Brand color for hero section background */
  color: #ffffff;
}

.page-blog-how-to-register-and-login-roobet__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.page-blog-how-to-register-and-login-roobet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-register-and-login-roobet__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-register-and-login-roobet__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFFF00; /* Register/Login font color */
  line-height: 1.2;
}

.page-blog-how-to-register-and-login-roobet__description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-register-and-login-roobet__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-register-and-login-roobet__btn-primary,
.page-blog-how-to-register-and-login-roobet__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-register-and-login-roobet__btn-primary {
  background-color: #C30808; /* Register color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-blog-how-to-register-and-login-roobet__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-how-to-register-and-login-roobet__btn-secondary {
  background-color: transparent;
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #FFFF00;
}

.page-blog-how-to-register-and-login-roobet__btn-secondary:hover {
  background-color: #FFFF00;
  color: #C30808;
}

.page-blog-how-to-register-and-login-roobet__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff; /* White background for content area */
  color: #333333; /* Dark text for light background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-30px);
  position: relative;
  z-index: 1;
}

.page-blog-how-to-register-and-login-roobet__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-blog-how-to-register-and-login-roobet__text-block {
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.7;
  color: #333333;
}

.page-blog-how-to-register-and-login-roobet__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-how-to-register-and-login-roobet__feature-item {
  background-color: #f8f8f8;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-blog-how-to-register-and-login-roobet__feature-title {
  font-size: 1.4rem;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-and-login-roobet__feature-item p {
  font-size: 1rem;
  color: #555555;
}

.page-blog-how-to-register-and-login-roobet__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-register-and-login-roobet__subsection-title {
  font-size: 1.6rem;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-how-to-register-and-login-roobet__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 25px;
  color: #333333;
}

.page-blog-how-to-register-and-login-roobet__list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-how-to-register-and-login-roobet__button-group {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-and-login-roobet__faq-list {
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-blog-how-to-register-and-login-roobet__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-register-and-login-roobet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  background-color: #eaf7ed;
  list-style: none; /* For details/summary */
}

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

.page-blog-how-to-register-and-login-roobet__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-register-and-login-roobet__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.page-blog-how-to-register-and-login-roobet__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #555555;
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-how-to-register-and-login-roobet__faq-item[open] .page-blog-how-to-register-and-login-roobet__faq-answer {
  max-height: 2000px; /* Large enough to cover content */
  padding-top: 15px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-and-login-roobet__main-title {
    font-size: clamp(2rem, 4.5vw, 2.8rem);
  }
  .page-blog-how-to-register-and-login-roobet__description {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  }
  .page-blog-how-to-register-and-login-roobet__content-area {
    padding: 40px 20px;
  }
  .page-blog-how-to-register-and-login-roobet__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  }
  .page-blog-how-to-register-and-login-roobet__subsection-title {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  }
  .page-blog-how-to-register-and-login-roobet__feature-grid {
    gap: 20px;
  }
  .page-blog-how-to-register-and-login-roobet__faq-question {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-how-to-register-and-login-roobet__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-blog-how-to-register-and-login-roobet__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
  }
  .page-blog-how-to-register-and-login-roobet__description {
    font-size: 1rem !important;
  }
  .page-blog-how-to-register-and-login-roobet__cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
  }

  /* 按钮与按钮容器 */
  .page-blog-how-to-register-and-login-roobet__btn-primary,
  .page-blog-how-to-register-and-login-roobet__btn-secondary,
  .page-blog-how-to-register-and-login-roobet a[class*="button"],
  .page-blog-how-to-register-and-login-roobet 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 !important;
    padding-right: 15px !important;
  }
  .page-blog-how-to-register-and-login-roobet__cta-buttons,
  .page-blog-how-to-register-and-login-roobet__button-group,
  .page-blog-how-to-register-and-login-roobet__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  /* 通用图片与容器 */
  .page-blog-how-to-register-and-login-roobet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-register-and-login-roobet__content-area,
  .page-blog-how-to-register-and-login-roobet__section,
  .page-blog-how-to-register-and-login-roobet__card,
  .page-blog-how-to-register-and-login-roobet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* 其他内容模块 */
  .page-blog-how-to-register-and-login-roobet__feature-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .page-blog-how-to-register-and-login-roobet__section-title {
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }
  .page-blog-how-to-register-and-login-roobet__subsection-title {
    font-size: 1.4rem !important;
    margin-top: 30px !important;
  }
  .page-blog-how-to-register-and-login-roobet__text-block,
  .page-blog-how-to-register-and-login-roobet__list li,
  .page-blog-how-to-register-and-login-roobet__feature-item p,
  .page-blog-how-to-register-and-login-roobet__faq-answer p {
    font-size: 0.95rem !important;
  }
  .page-blog-how-to-register-and-login-roobet__faq-question {
    font-size: 1rem !important;
    padding: 15px 20px !important;
  }
  .page-blog-how-to-register-and-login-roobet__faq-answer {
    padding: 0 20px 15px !important;
  }
}