/* style/blog-how-to-register-login-hitclub88.css */

/* Base styles for the page content, inherits body background from shared.css */
.page-blog-how-to-register-login-hitclub88 {
  color: #ffffff; /* Text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Hero Section */
.page-blog-how-to-register-login-hitclub88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #0a0a0a; /* Dark background to match body */
  overflow: hidden;
}

.page-blog-how-to-register-login-hitclub88__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-how-to-register-login-hitclub88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

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

.page-blog-how-to-register-login-hitclub88__main-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: -0.02em;
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
}

.page-blog-how-to-register-login-hitclub88__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* CTA Buttons in Hero */
.page-blog-how-to-register-login-hitclub88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.page-blog-how-to-register-login-hitclub88__cta-buttons--single {
  max-width: 300px;
  margin: 20px auto;
}

.page-blog-how-to-register-login-hitclub88__btn-primary,
.page-blog-how-to-register-login-hitclub88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  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%; /* Ensure buttons don't overflow */
  text-align: center;
}

.page-blog-how-to-register-login-hitclub88__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-register-login-hitclub88__btn-primary:hover {
  background-color: #1e87b9;
  border-color: #1e87b9;
}

.page-blog-how-to-register-login-hitclub88__btn-secondary {
  background-color: #EA7C07; /* Login button color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-how-to-register-login-hitclub88__btn-secondary:hover {
  background-color: #c76706;
  border-color: #c76706;
}

/* General Section Styles */
.page-blog-how-to-register-login-hitclub88__section {
  padding: 50px 0;
}

.page-blog-how-to-register-login-hitclub88__section--dark-bg {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

.page-blog-how-to-register-login-hitclub88__section--cta {
  background-image: linear-gradient(to right, #26A9E0, #1e87b9);
  color: #ffffff;
  text-align: center;
}

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

.page-blog-how-to-register-login-hitclub88__section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
}

.page-blog-how-to-register-login-hitclub88__subsection-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #26A9E0;
  text-align: left;
}

.page-blog-how-to-register-login-hitclub88__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-how-to-register-login-hitclub88__keyword {
  color: #26A9E0;
  font-weight: bold;
}

/* Image Styling */
.page-blog-how-to-register-login-hitclub88__image-figure {
  margin: 30px auto;
  max-width: 800px; /* Max width for content images */
  width: 100%;
  text-align: center;
}

.page-blog-how-to-register-login-hitclub88__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.page-blog-how-to-register-login-hitclub88__image-caption {
  font-size: 0.9em;
  color: #cccccc;
  margin-top: 10px;
}

/* List Styles */
.page-blog-how-to-register-login-hitclub88__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-register-login-hitclub88__list-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  color: #f0f0f0;
}

.page-blog-how-to-register-login-hitclub88__list-item::before {
  content: '✔';
  color: #26A9E0;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* FAQ Section */
.page-blog-how-to-register-login-hitclub88__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-login-hitclub88__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.page-blog-how-to-register-login-hitclub88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  color: #ffffff;
  list-style: none; /* For details/summary */
}

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

.page-blog-how-to-register-login-hitclub88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-how-to-register-login-hitclub88__faq-answer {
  padding: 0 25px 18px;
  font-size: 1em;
  color: #f0f0f0;
}

.page-blog-how-to-register-login-hitclub88__faq-answer p {
  margin: 0;
}

/* Details tag styling for open state */
.page-blog-how-to-register-login-hitclub88__faq-item[open] > .page-blog-how-to-register-login-hitclub88__faq-question .page-blog-how-to-register-login-hitclub88__faq-toggle {
  content: '−';
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-how-to-register-login-hitclub88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-login-hitclub88__hero-section {
    padding: 10px 15px 40px; /* Adjusted padding for mobile */
  }

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

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

  .page-blog-how-to-register-login-hitclub88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-how-to-register-login-hitclub88__btn-primary,
  .page-blog-how-to-register-login-hitclub88__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-register-login-hitclub88__section {
    padding: 30px 0;
  }

  .page-blog-how-to-register-login-hitclub88__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-login-hitclub88__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-login-hitclub88__subsection-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-blog-how-to-register-login-hitclub88__text-block,
  .page-blog-how-to-register-login-hitclub88__list-item,
  .page-blog-how-to-register-login-hitclub88__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-how-to-register-login-hitclub88__image,
  .page-blog-how-to-register-login-hitclub88__hero-image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }

  .page-blog-how-to-register-login-hitclub88__image-figure {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box !important;
  }

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

/* CSS for video responsiveness - not used on this page but included as per general rule */
.page-blog-how-to-register-login-hitclub88 video,
.page-blog-how-to-register-login-hitclub88__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-how-to-register-login-hitclub88__video-section,
.page-blog-how-to-register-login-hitclub88__video-container,
.page-blog-how-to-register-login-hitclub88__video-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-blog-how-to-register-login-hitclub88 video,
  .page-blog-how-to-register-login-hitclub88__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-register-login-hitclub88__video-section,
  .page-blog-how-to-register-login-hitclub88__video-container,
  .page-blog-how-to-register-login-hitclub88__video-wrapper {
    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-login-hitclub88__video-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-register-login-hitclub88__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}