.page-blog-secure-betting-with-8kbet-app {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background);
}

.page-blog-secure-betting-with-8kbet-app__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles padding-top, so only small decorative padding here */
  background-color: var(--deep-green);
}

.page-blog-secure-betting-with-8kbet-app__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-secure-betting-with-8kbet-app__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height for aesthetic */
}

.page-blog-secure-betting-with-8kbet-app__hero-content {
  max-width: 900px;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}

.page-blog-secure-betting-with-8kbet-app__main-title {
  font-size: clamp(2em, 3.5vw, 2.8em);
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-secure-betting-with-8kbet-app__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-secure-betting-with-8kbet-app__hero-cta-buttons,
.page-blog-secure-betting-with-8kbet-app__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-secure-betting-with-8kbet-app__btn-primary,
.page-blog-secure-betting-with-8kbet-app__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-secure-betting-with-8kbet-app__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-secure-betting-with-8kbet-app__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-secure-betting-with-8kbet-app__btn-secondary {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--border);
}

.page-blog-secure-betting-with-8kbet-app__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-blog-secure-betting-with-8kbet-app__content-section {
  padding: 60px 0;
}

.page-blog-secure-betting-with-8kbet-app__dark-bg {
  background-color: var(--background);
  color: var(--text-main);
}

.page-blog-secure-betting-with-8kbet-app__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__section-title,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__feature-title,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__privacy-title,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__tip-title,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__faq-qtext {
  color: #000000;
}

.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__text-block,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__feature-description,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__privacy-description,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__tip-description,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__faq-answer {
  color: #333333;
}

.page-blog-secure-betting-with-8kbet-app__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-secure-betting-with-8kbet-app__section-title {
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  color: var(--text-main);
  font-weight: bold;
}

.page-blog-secure-betting-with-8kbet-app__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-secure-betting-with-8kbet-app__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-secure-betting-with-8kbet-app__feature-card,
.page-blog-secure-betting-with-8kbet-app__card {
  background-color: var(--card-b-g);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--border);
  color: var(--text-main);
}

.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__feature-card {
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.page-blog-secure-betting-with-8kbet-app__feature-icon {
  width: 100%; /* Ensure images take full width of card */
  height: auto;
  max-width: 250px; /* Max size for icon-like images in card */
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-secure-betting-with-8kbet-app__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--text-main);
  font-weight: bold;
}

.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__feature-title {
  color: #000000;
}

.page-blog-secure-betting-with-8kbet-app__feature-description {
  font-size: 1em;
  color: var(--text-secondary);
}

.page-blog-secure-betting-with-8kbet-app__privacy-list,
.page-blog-secure-betting-with-8kbet-app__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-secure-betting-with-8kbet-app__privacy-item,
.page-blog-secure-betting-with-8kbet-app__tip-item {
  background-color: var(--card-b-g);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--border);
  color: var(--text-main);
}

.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__privacy-item,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__tip-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.page-blog-secure-betting-with-8kbet-app__privacy-title,
.page-blog-secure-betting-with-8kbet-app__tip-title {
  font-size: 1.4em;
  color: var(--text-main);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__privacy-title,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__tip-title {
  color: #000000;
}

.page-blog-secure-betting-with-8kbet-app__privacy-description,
.page-blog-secure-betting-with-8kbet-app__tip-description {
  font-size: 1em;
  color: var(--text-secondary);
}

.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__privacy-description,
.page-blog-secure-betting-with-8kbet-app__light-bg .page-blog-secure-betting-with-8kbet-app__tip-description {
  color: #333333;
}

.page-blog-secure-betting-with-8kbet-app__faq-list {
  margin-top: 40px;
}

.page-blog-secure-betting-with-8kbet-app__faq-item {
  background-color: var(--card-b-g);
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-secure-betting-with-8kbet-app__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: var(--text-main);
  background-color: var(--deep-green);
  border-bottom: 1px solid var(--border);
  user-select: none;
}

.page-blog-secure-betting-with-8kbet-app__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-secure-betting-with-8kbet-app__faq-qtext {
  flex-grow: 1;
  color: var(--text-main);
}

.page-blog-secure-betting-with-8kbet-app__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: var(--text-main);
}

.page-blog-secure-betting-with-8kbet-app__faq-item[open] .page-blog-secure-betting-with-8kbet-app__faq-toggle {
  content: '−';
}

.page-blog-secure-betting-with-8kbet-app__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: var(--text-secondary);
}

.page-blog-secure-betting-with-8kbet-app__cta-section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-blog-secure-betting-with-8kbet-app__cta-section .page-blog-secure-betting-with-8kbet-app__section-title {
  margin-bottom: 20px;
}

.page-blog-secure-betting-with-8kbet-app__cta-section .page-blog-secure-betting-with-8kbet-app__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .page-blog-secure-betting-with-8kbet-app__hero-content {
    max-width: 768px;
  }
  .page-blog-secure-betting-with-8kbet-app__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-secure-betting-with-8kbet-app {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-secure-betting-with-8kbet-app__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-secure-betting-with-8kbet-app__main-title {
    font-size: 1.8em;
  }

  .page-blog-secure-betting-with-8kbet-app__hero-description {
    font-size: 1em;
  }

  .page-blog-secure-betting-with-8kbet-app__hero-cta-buttons,
  .page-blog-secure-betting-with-8kbet-app__cta-buttons {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
  }

  .page-blog-secure-betting-with-8kbet-app__btn-primary,
  .page-blog-secure-betting-with-8kbet-app__btn-secondary {
    width: 100% !important;
    max-width: 300px !important; /* Constrain button width on small screens */
    padding: 12px 15px;
    font-size: 1em;
  }

  .page-blog-secure-betting-with-8kbet-app__content-section {
    padding: 40px 0;
  }

  .page-blog-secure-betting-with-8kbet-app__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .page-blog-secure-betting-with-8kbet-app__text-block {
    font-size: 1em;
    padding: 0 15px;
    text-align: left;
  }

  .page-blog-secure-betting-with-8kbet-app__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-blog-secure-betting-with-8kbet-app__privacy-item,
  .page-blog-secure-betting-with-8kbet-app__tip-item {
    padding: 20px;
    margin: 0 15px 15px 15px;
  }

  .page-blog-secure-betting-with-8kbet-app__privacy-title,
  .page-blog-secure-betting-with-8kbet-app__tip-title {
    font-size: 1.2em;
  }

  .page-blog-secure-betting-with-8kbet-app__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-secure-betting-with-8kbet-app__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-secure-betting-with-8kbet-app__container {
    padding: 0;
  }

  /* Mobile responsive images */
  .page-blog-secure-betting-with-8kbet-app img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Mobile responsive containers for images/videos/buttons */
  .page-blog-secure-betting-with-8kbet-app__section,
  .page-blog-secure-betting-with-8kbet-app__card,
  .page-blog-secure-betting-with-8kbet-app__container,
  .page-blog-secure-betting-with-8kbet-app__hero-image-wrapper,
  .page-blog-secure-betting-with-8kbet-app__video-section,
  .page-blog-secure-betting-with-8kbet-app__video-container,
  .page-blog-secure-betting-with-8kbet-app__video-wrapper,
  .page-blog-secure-betting-with-8kbet-app__cta-buttons,
  .page-blog-secure-betting-with-8kbet-app__button-group,
  .page-blog-secure-betting-with-8kbet-app__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-secure-betting-with-8kbet-app__video-section {
    padding-top: 10px !important; /* Small decorative padding, not header-offset */
  }

  .page-blog-secure-betting-with-8kbet-app__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-blog-secure-betting-with-8kbet-app__main-title {
    font-size: 1.5em;
  }

  .page-blog-secure-betting-with-8kbet-app__section-title {
    font-size: 1.5em;
  }

  .page-blog-secure-betting-with-8kbet-app__feature-title {
    font-size: 1.3em;
  }

  .page-blog-secure-betting-with-8kbet-app__privacy-title,
  .page-blog-secure-betting-with-8kbet-app__tip-title {
    font-size: 1.1em;
  }
}

/* Custom colors */
:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-b-g: #11271B;
  --background: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border: #2E7A4E;
  --glow: #57E38D;
  --gold: #F2C14E;
  --divider: #1E3A2A;
  --deep-green: #0A4B2C;
}