/* style/blog-how-to-find-stable-au88-access-link.css */

/* Base styles for the page */
.page-blog-how-to-find-stable-au88-access-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--Text-Main, #F2FFF6); /* Default text color for dark background */
  background-color: var(--background-color, #08160F); /* Assume dark body background */
}

/* Sections */
.page-blog-how-to-find-stable-au88-access-link__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: var(--background-color, #08160F);
  overflow: hidden;
}

.page-blog-how-to-find-stable-au88-access-link__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-how-to-find-stable-au88-access-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none; /* Ensure no CSS filter is applied */
}

.page-blog-how-to-find-stable-au88-access-link__hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  color: var(--Text-Main, #F2FFF6);
  z-index: 1;
}

.page-blog-how-to-find-stable-au88-access-link__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--Text-Main, #F2FFF6);
  margin-bottom: 20px;
}

.page-blog-how-to-find-stable-au88-access-link__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-how-to-find-stable-au88-access-link__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-how-to-find-stable-au88-access-link__btn-primary,
.page-blog-how-to-find-stable-au88-access-link__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-how-to-find-stable-au88-access-link__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-find-stable-au88-access-link__btn-primary:hover {
  opacity: 0.9;
}

.page-blog-how-to-find-stable-au88-access-link__btn-secondary {
  background-color: transparent;
  color: var(--Text-Main, #F2FFF6);
  border: 2px solid var(--Border, #2E7A4E);
}

.page-blog-how-to-find-stable-au88-access-link__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-blog-how-to-find-stable-au88-access-link__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--background-color, #08160F);
  color: var(--Text-Main, #F2FFF6);
}

.page-blog-how-to-find-stable-au88-access-link__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: var(--Text-Main, #F2FFF6);
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-how-to-find-stable-au88-access-link__paragraph {
  font-size: 1.05em;
  margin-bottom: 25px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-how-to-find-stable-au88-access-link__features-grid,
.page-blog-how-to-find-stable-au88-access-link__tips-grid,
.page-blog-how-to-find-stable-au88-access-link__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-find-stable-au88-access-link__card {
  background-color: var(--Card-B-G, #11271B);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: var(--Text-Main, #F2FFF6);
  border: 1px solid var(--Border, #2E7A4E);
}

.page-blog-how-to-find-stable-au88-access-link__feature-title,
.page-blog-how-to-find-stable-au88-access-link__tip-title,
.page-blog-how-to-find-stable-au88-access-link__benefit-title,
.page-blog-how-to-find-stable-au88-access-link__list-title {
  font-size: 1.3em;
  font-weight: bold;
  color: var(--Text-Main, #F2FFF6);
  margin-bottom: 15px;
}

.page-blog-how-to-find-stable-au88-access-link__feature-description,
.page-blog-how-to-find-stable-au88-access-link__tip-description,
.page-blog-how-to-find-stable-au88-access-link__benefit-description {
  font-size: 0.95em;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-how-to-find-stable-au88-access-link__list,
.page-blog-how-to-find-stable-au88-access-link__numbered-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-blog-how-to-find-stable-au88-access-link__list-item,
.page-blog-how-to-find-stable-au88-access-link__numbered-list-item {
  background-color: var(--Card-B-G, #11271B);
  border: 1px solid var(--Border, #2E7A4E);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  color: var(--Text-Secondary, #A7D9B8);
}

.page-blog-how-to-find-stable-au88-access-link__numbered-list-item {
  counter-increment: list-counter;
  position: relative;
  padding-left: 50px;
}

.page-blog-how-to-find-stable-au88-access-link__numbered-list-item::before {
  content: counter(list-counter);
  position: absolute;
  left: 15px;
  top: 20px;
  background-color: var(--Main-Color, #11A84E);
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.9em;
}

.page-blog-how-to-find-stable-au88-access-link__content-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  filter: none; /* Ensure no CSS filter is applied */
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-find-stable-au88-access-link__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-find-stable-au88-access-link__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--Card-B-G, #11271B);
  border: 1px solid var(--Border, #2E7A4E);
}

.page-blog-how-to-find-stable-au88-access-link__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  font-weight: bold;
  color: var(--Text-Main, #F2FFF6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-blog-how-to-find-stable-au88-access-link__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-find-stable-au88-access-link__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Allow click on entire summary */
}

.page-blog-how-to-find-stable-au88-access-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  pointer-events: none; /* Allow click on entire summary */
  color: var(--Glow, #57E38D);
}

.page-blog-how-to-find-stable-au88-access-link__faq-answer {
  padding: 0 20px 20px 20px;
  color: var(--Text-Secondary, #A7D9B8);
  font-size: 0.95em;
}

.page-blog-how-to-find-stable-au88-access-link__conclusion-section {
  background-color: var(--Deep-Green, #0A4B2C);
  color: var(--Text-Main, #F2FFF6);
  padding: 60px 20px;
  text-align: center;
}

.page-blog-how-to-find-stable-au88-access-link__text-link {
  color: var(--Gold, #F2C14E);
  text-decoration: underline;
}

.page-blog-how-to-find-stable-au88-access-link__text-link:hover {
  color: var(--Glow, #57E38D);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-how-to-find-stable-au88-access-link__main-title {
    font-size: 2.5em;
  }
  .page-blog-how-to-find-stable-au88-access-link__section-title {
    font-size: 2em;
  }
  .page-blog-how-to-find-stable-au88-access-link__hero-content {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-find-stable-au88-access-link {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-find-stable-au88-access-link__hero-section {
    padding: 10px 15px 40px 15px;
  }
  .page-blog-how-to-find-stable-au88-access-link__hero-content {
    padding: 10px;
  }
  .page-blog-how-to-find-stable-au88-access-link__main-title {
    font-size: clamp(1.8em, 7vw, 2.2em);
    margin-bottom: 15px;
  }
  .page-blog-how-to-find-stable-au88-access-link__description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-blog-how-to-find-stable-au88-access-link__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-how-to-find-stable-au88-access-link__btn-primary,
  .page-blog-how-to-find-stable-au88-access-link__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-how-to-find-stable-au88-access-link__content-area,
  .page-blog-how-to-find-stable-au88-access-link__conclusion-section {
    padding: 30px 15px;
  }
  .page-blog-how-to-find-stable-au88-access-link__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-blog-how-to-find-stable-au88-access-link__features-grid,
  .page-blog-how-to-find-stable-au88-access-link__tips-grid,
  .page-blog-how-to-find-stable-au88-access-link__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-find-stable-au88-access-link__card {
    padding: 20px;
  }
  .page-blog-how-to-find-stable-au88-access-link__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-blog-how-to-find-stable-au88-access-link__list-item,
  .page-blog-how-to-find-stable-au88-access-link__numbered-list-item {
    padding: 15px;
    padding-left: 45px;
  }
  .page-blog-how-to-find-stable-au88-access-link__numbered-list-item::before {
    left: 10px;
    top: 15px;
  }
  .page-blog-how-to-find-stable-au88-access-link__faq-item summary {
    padding: 15px;
  }
  .page-blog-how-to-find-stable-au88-access-link__faq-answer {
    padding: 0 15px 15px 15px;
  }
  /* Ensure all containers with images/buttons are responsive */
  .page-blog-how-to-find-stable-au88-access-link__section,
  .page-blog-how-to-find-stable-au88-access-link__container,
  .page-blog-how-to-find-stable-au88-access-link__hero-image-wrapper,
  .page-blog-how-to-find-stable-au88-access-link__features-grid,
  .page-blog-how-to-find-stable-au88-access-link__tips-grid,
  .page-blog-how-to-find-stable-au88-access-link__benefits-grid,
  .page-blog-how-to-find-stable-au88-access-link__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  /* For elements that might be direct children of main and need padding */
  .page-blog-how-to-find-stable-au88-access-link > .page-blog-how-to-find-stable-au88-access-link__section:not(.page-blog-how-to-find-stable-au88-access-link__hero-section) {
    padding-left: 15px;
    padding-right: 15px;
  }
}