/* style/blog-how-to-safely-access-g7bet-new-url.css */

:root {
  --g7bet-primary: #11A84E;
  --g7bet-secondary: #22C768;
  --g7bet-button-gradient-start: #2AD16F;
  --g7bet-button-gradient-end: #13994A;
  --g7bet-card-bg: #11271B;
  --g7bet-background: #08160F;
  --g7bet-text-main: #F2FFF6;
  --g7bet-text-secondary: #A7D9B8;
  --g7bet-border: #2E7A4E;
  --g7bet-glow: #57E38D;
  --g7bet-gold: #F2C14E;
  --g7bet-divider: #1E3A2A;
  --g7bet-deep-green: #0A4B2C;
  --text-dark: #333333;
  --text-light: #ffffff;
}

.page-blog-how-to-safely-access-g7bet-new-url {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default for light background */
  background-color: var(--g7bet-background); /* Override for specific page */
}

/* Ensure text is light on dark background for the page content */
.page-blog-how-to-safely-access-g7bet-new-url,
.page-blog-how-to-safely-access-g7bet-new-url__hero-content,
.page-blog-how-to-safely-access-g7bet-new-url__content-area {
  color: var(--g7bet-text-main); /* Light text on dark page background */
}

.page-blog-how-to-safely-access-g7bet-new-url__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, rely on body for header offset */
  background: var(--g7bet-deep-green);
  overflow: hidden;
}

.page-blog-how-to-safely-access-g7bet-new-url__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-access-g7bet-new-url__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  min-height: 200px;
}

.page-blog-how-to-safely-access-g7bet-new-url__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
  position: relative;
  color: var(--g7bet-text-main);
}

.page-blog-how-to-safely-access-g7bet-new-url__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--g7bet-gold);
  margin-bottom: 15px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-how-to-safely-access-g7bet-new-url__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--g7bet-text-secondary);
}

.page-blog-how-to-safely-access-g7bet-new-url__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-safely-access-g7bet-new-url__btn-primary,
.page-blog-how-to-safely-access-g7bet-new-url__btn-secondary,
.page-blog-how-to-safely-access-g7bet-new-url__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-safely-access-g7bet-new-url__btn-primary,
.page-blog-how-to-safely-access-g7bet-new-url__cta-button {
  background: linear-gradient(180deg, var(--g7bet-button-gradient-start) 0%, var(--g7bet-button-gradient-end) 100%);
  color: var(--text-light);
  border: 2px solid transparent;
}

.page-blog-how-to-safely-access-g7bet-new-url__btn-primary:hover,
.page-blog-how-to-safely-access-g7bet-new-url__cta-button:hover {
  background: linear-gradient(180deg, var(--g7bet-button-gradient-end) 0%, var(--g7bet-button-gradient-start) 100%);
  box-shadow: 0 0 15px var(--g7bet-glow);
}

.page-blog-how-to-safely-access-g7bet-new-url__btn-secondary {
  background: transparent;
  color: var(--g7bet-gold);
  border: 2px solid var(--g7bet-gold);
}

.page-blog-how-to-safely-access-g7bet-new-url__btn-secondary:hover {
  background: var(--g7bet-gold);
  color: var(--g7bet-deep-green);
  box-shadow: 0 0 15px var(--g7bet-gold);
}

.page-blog-how-to-safely-access-g7bet-new-url__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--g7bet-background);
  color: var(--g7bet-text-main);
}

.page-blog-how-to-safely-access-g7bet-new-url__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-safely-access-g7bet-new-url__section-title {
  font-size: 2.2rem;
  color: var(--g7bet-gold);
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-how-to-safely-access-g7bet-new-url__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--g7bet-divider);
  border-radius: 2px;
}

.page-blog-how-to-safely-access-g7bet-new-url__sub-title {
  font-size: 1.6rem;
  color: var(--g7bet-primary);
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid var(--g7bet-gold);
  padding-left: 15px;
}

.page-blog-how-to-safely-access-g7bet-new-url__text-block {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: var(--g7bet-text-secondary);
}

.page-blog-how-to-safely-access-g7bet-new-url__list,
.page-blog-how-to-safely-access-g7bet-new-url__ordered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-access-g7bet-new-url__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--g7bet-text-secondary);
}

.page-blog-how-to-safely-access-g7bet-new-url__list-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--g7bet-gold);
  font-weight: bold;
}

.page-blog-how-to-safely-access-g7bet-new-url__ordered-list .page-blog-how-to-safely-access-g7bet-new-url__list-item {
  counter-increment: list-counter;
}

.page-blog-how-to-safely-access-g7bet-new-url__ordered-list .page-blog-how-to-safely-access-g7bet-new-url__list-item::before {
  content: counter(list-counter) '.';
  color: var(--g7bet-gold);
  font-weight: bold;
}

.page-blog-how-to-safely-access-g7bet-new-url__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-blog-how-to-safely-access-g7bet-new-url__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-item {
  background-color: var(--g7bet-card-bg);
  border: 1px solid var(--g7bet-border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--g7bet-text-main);
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--g7bet-text-main);
  transition: background-color 0.3s ease;
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-item summary:hover {
  background-color: var(--g7bet-deep-green);
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: var(--g7bet-gold);
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-item[open] .page-blog-how-to-safely-access-g7bet-new-url__faq-question {
  background-color: var(--g7bet-deep-green);
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--g7bet-text-secondary);
}

.page-blog-how-to-safely-access-g7bet-new-url__faq-answer p {
  margin-bottom: 0;
  color: var(--g7bet-text-secondary);
}

.page-blog-how-to-safely-access-g7bet-new-url__cta-section {
  text-align: center;
  padding: 50px 20px;
  background-color: var(--g7bet-card-bg);
  border-radius: 10px;
  margin-top: 60px;
  border: 1px solid var(--g7bet-border);
}

.page-blog-how-to-safely-access-g7bet-new-url__cta-section .page-blog-how-to-safely-access-g7bet-new-url__section-title {
  color: var(--g7bet-gold);
  margin-bottom: 20px;
}

.page-blog-how-to-safely-access-g7bet-new-url__cta-section .page-blog-how-to-safely-access-g7bet-new-url__text-block {
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-safely-access-g7bet-new-url__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-safely-access-g7bet-new-url {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__hero-content {
    padding: 0 15px;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-how-to-safely-access-g7bet-new-url__description {
    font-size: 1rem;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__btn-primary,
  .page-blog-how-to-safely-access-g7bet-new-url__btn-secondary,
  .page-blog-how-to-safely-access-g7bet-new-url__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__content-area {
    padding: 40px 15px;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__section-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__sub-title {
    font-size: 1.4rem;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__image-full-width {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-how-to-safely-access-g7bet-new-url__cta-section {
    padding: 30px 15px;
  }

  /* Ensure all content-area images are responsive and minimum size */
  .page-blog-how-to-safely-access-g7bet-new-url img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    width: 100% !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* All image containers must be responsive */
  .page-blog-how-to-safely-access-g7bet-new-url__hero-image-wrapper,
  .page-blog-how-to-safely-access-g7bet-new-url__container,
  .page-blog-how-to-safely-access-g7bet-new-url__content-area,
  .page-blog-how-to-safely-access-g7bet-new-url__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}