.page-blog-roobet-beginner-guide {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  line-height: 1.6;
  background-color: #FFFFFF; /* Explicitly set for content area */
}

.page-blog-roobet-beginner-guide__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: 40px;
  background: linear-gradient(135deg, #26A9E0, #34BBE0);
  color: #ffffff;
}

.page-blog-roobet-beginner-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-roobet-beginner-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-roobet-beginner-guide__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-roobet-beginner-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.page-blog-roobet-beginner-guide__subtitle {
  font-size: clamp(1em, 1.8vw, 1.2em);
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-roobet-beginner-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-blog-roobet-beginner-guide__cta-buttons--bottom {
  margin-top: 40px;
}

.page-blog-roobet-beginner-guide__btn-primary,
.page-blog-roobet-beginner-guide__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-roobet-beginner-guide__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-roobet-beginner-guide__btn-primary:hover {
  background-color: #D46F00;
  transform: translateY(-2px);
}

.page-blog-roobet-beginner-guide__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-roobet-beginner-guide__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
  transform: translateY(-2px);
}

.page-blog-roobet-beginner-guide__btn-block {
  width: 100%;
  margin-top: 20px;
}

.page-blog-roobet-beginner-guide__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: -30px; /* Overlap with hero section slightly */
  position: relative;
  z-index: 1;
}

.page-blog-roobet-beginner-guide__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

.page-blog-roobet-beginner-guide__paragraph {
  font-size: 1.05em;
  margin-bottom: 15px;
  line-height: 1.7;
  color: #333333;
}

.page-blog-roobet-beginner-guide__image-container {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-roobet-beginner-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-roobet-beginner-guide__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-roobet-beginner-guide__list-item {
  background-color: #f8f8f8;
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
}

.page-blog-roobet-beginner-guide__list-strong {
  color: #26A9E0;
}

.page-blog-roobet-beginner-guide__faq-list {
  margin-top: 30px;
}

.page-blog-roobet-beginner-guide__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-roobet-beginner-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  background-color: #26A9E0;
  color: #ffffff;
  list-style: none; /* For details/summary */
  position: relative;
  user-select: none;
}

.page-blog-roobet-beginner-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-roobet-beginner-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-roobet-beginner-guide__faq-toggle {
  font-size: 1.5em;
  font-weight: 700;
  margin-left: 15px;
  line-height: 1;
}

.page-blog-roobet-beginner-guide__faq-item[open] .page-blog-roobet-beginner-guide__faq-question {
  background-color: #1F8FC4;
}

.page-blog-roobet-beginner-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  line-height: 1.6;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  color: #333333;
}

.page-blog-roobet-beginner-guide__copyright {
  text-align: center;
  padding: 30px 20px;
  background-color: #f0f0f0;
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.page-blog-roobet-beginner-guide__copyright-text {
  font-size: 0.9em;
  color: #666666;
  margin: 0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-roobet-beginner-guide__content-area {
    padding: 30px 15px;
  }

  .page-blog-roobet-beginner-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-roobet-beginner-guide__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-roobet-beginner-guide__faq-answer {
    padding: 15px 20px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-blog-roobet-beginner-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }

  .page-blog-roobet-beginner-guide__main-title {
    font-size: 2em !important;
    margin-bottom: 10px;
  }

  .page-blog-roobet-beginner-guide__subtitle {
    font-size: 1em !important;
    margin-bottom: 20px;
  }

  .page-blog-roobet-beginner-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-roobet-beginner-guide__btn-primary,
  .page-blog-roobet-beginner-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1em !important;
    padding: 12px 20px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-roobet-beginner-guide__content-area {
    padding: 20px 15px !important;
    margin-top: -20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-roobet-beginner-guide__section-title {
    font-size: 1.6em !important;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-roobet-beginner-guide__paragraph,
  .page-blog-roobet-beginner-guide__list-item,
  .page-blog-roobet-beginner-guide__faq-answer p {
    font-size: 0.95em !important;
  }

  .page-blog-roobet-beginner-guide__image-container {
    margin: 20px 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-roobet-beginner-guide__hero-image,
  .page-blog-roobet-beginner-guide__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-roobet-beginner-guide__faq-question {
    font-size: 1em !important;
    padding: 15px 20px !important;
  }

  .page-blog-roobet-beginner-guide__faq-answer {
    padding: 15px 20px !important;
  }

  .page-blog-roobet-beginner-guide__copyright {
    padding: 20px 15px;
  }
}