.page-blog-how-to-choose-reliable-777x-betting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-choose-reliable-777x-betting__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-777x-betting__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-777x-betting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-reliable-777x-betting__hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-777x-betting__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-choose-reliable-777x-betting__hero-description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-777x-betting__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-blog-how-to-choose-reliable-777x-betting__cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-how-to-choose-reliable-777x-betting__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-blog-how-to-choose-reliable-777x-betting__btn-secondary {
  display: inline-block;
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #2E7A4E; /* Border */
  cursor: pointer;
  margin-left: 15px;
}

.page-blog-how-to-choose-reliable-777x-betting__btn-secondary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-how-to-choose-reliable-777x-betting__content-section {
  padding: 60px 0;
}

.page-blog-how-to-choose-reliable-777x-betting__dark-section {
  background-color: #11271B; /* Card BG */
}

.page-blog-how-to-choose-reliable-777x-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-777x-betting__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: #57E38D; /* Glow */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-777x-betting__section-paragraph {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-choose-reliable-777x-betting__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-choose-reliable-777x-betting__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-choose-reliable-777x-betting__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-reliable-777x-betting__card-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-777x-betting__card-image {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-how-to-choose-reliable-777x-betting__card-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-how-to-choose-reliable-777x-betting__registration-steps {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-reliable-777x-betting__step-item {
  background-color: #0A4B2C; /* Deep Green */
  border-left: 5px solid #2AD16F;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-blog-how-to-choose-reliable-777x-betting__step-title {
  font-size: 1.3em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-how-to-choose-reliable-777x-betting__step-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-reliable-777x-betting__image-center {
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-777x-betting__registration-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-choose-reliable-777x-betting__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-how-to-choose-reliable-777x-betting__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-reliable-777x-betting__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-777x-betting__faq-item[open] {
  background-color: #11271B; /* Card BG when open */
}

.page-blog-how-to-choose-reliable-777x-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  list-style: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Old versions of Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
}

.page-blog-how-to-choose-reliable-777x-betting__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-reliable-777x-betting__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-777x-betting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #2AD16F;
}

.page-blog-how-to-choose-reliable-777x-betting__faq-item[open] .page-blog-how-to-choose-reliable-777x-betting__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-reliable-777x-betting__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-777x-betting__hero-content {
    padding: 20px 15px;
  }
  .page-blog-how-to-choose-reliable-777x-betting__container {
    padding: 0 15px;
  }
  .page-blog-how-to-choose-reliable-777x-betting__card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-777x-betting__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-how-to-choose-reliable-777x-betting__main-title {
    font-size: 2em;
  }
  .page-blog-how-to-choose-reliable-777x-betting__hero-description {
    font-size: 1em;
  }
  .page-blog-how-to-choose-reliable-777x-betting__section-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-choose-reliable-777x-betting__content-section {
    padding: 40px 0;
  }
  .page-blog-how-to-choose-reliable-777x-betting__criteria-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-how-to-choose-reliable-777x-betting__card-title {
    font-size: 1.3em;
  }
  .page-blog-how-to-choose-reliable-777x-betting__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-choose-reliable-777x-betting__cta-button,
  .page-blog-how-to-choose-reliable-777x-betting__btn-secondary {
    width: 100% !important;
    margin-left: 0 !important;
    max-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-choose-reliable-777x-betting__hero-image-wrapper,
  .page-blog-how-to-choose-reliable-777x-betting__card-image,
  .page-blog-how-to-choose-reliable-777x-betting__registration-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-reliable-777x-betting__container,
  .page-blog-how-to-choose-reliable-777x-betting__faq-list,
  .page-blog-how-to-choose-reliable-777x-betting__cta-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-reliable-777x-betting__main-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-choose-reliable-777x-betting__section-title {
    font-size: 1.5em;
  }
  .page-blog-how-to-choose-reliable-777x-betting__cta-button--large {
    font-size: 1.1em;
    padding: 15px 25px;
  }
  .page-blog-how-to-choose-reliable-777x-betting__faq-question {
    font-size: 1.1em;
  }
}