/* style/blog-kinh79-new-link-safe-access.css */
.page-blog-kinh79-new-link-safe-access {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Inherited from shared.css body, but explicitly set for sections */
}

.page-blog-kinh79-new-link-safe-access__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-kinh79-new-link-safe-access__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-blog-kinh79-new-link-safe-access__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-kinh79-new-link-safe-access__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.page-blog-kinh79-new-link-safe-access__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-kinh79-new-link-safe-access__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-kinh79-new-link-safe-access__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-kinh79-new-link-safe-access__btn-primary,
.page-blog-kinh79-new-link-safe-access__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-kinh79-new-link-safe-access__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-kinh79-new-link-safe-access__btn-primary:hover {
  background-color: #1e87b6;
  border-color: #1e87b6;
}

.page-blog-kinh79-new-link-safe-access__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-kinh79-new-link-safe-access__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-kinh79-new-link-safe-access__button-spacing {
  margin-top: 20px;
}

.page-blog-kinh79-new-link-safe-access__section {
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-kinh79-new-link-safe-access__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-kinh79-new-link-safe-access__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-blog-kinh79-new-link-safe-access__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-kinh79-new-link-safe-access__section-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-blog-kinh79-new-link-safe-access__sub-title {
  font-size: clamp(1.5em, 3vw, 2em);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-kinh79-new-link-safe-access__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-kinh79-new-link-safe-access__text-block a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-kinh79-new-link-safe-access__list,
.page-blog-kinh79-new-link-safe-access__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-kinh79-new-link-safe-access__ordered-list {
  list-style-type: decimal;
}

.page-blog-kinh79-new-link-safe-access__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: inherit;
}

.page-blog-kinh79-new-link-safe-access__list-item strong {
  color: inherit;
}

.page-blog-kinh79-new-link-safe-access__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-kinh79-new-link-safe-access__image--center {
  margin-left: auto;
  margin-right: auto;
}

.page-blog-kinh79-new-link-safe-access__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-kinh79-new-link-safe-access__feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-blog-kinh79-new-link-safe-access__feature-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-kinh79-new-link-safe-access__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-blog-kinh79-new-link-safe-access__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-kinh79-new-link-safe-access__game-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-kinh79-new-link-safe-access__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-height: 200px; /* Ensure min size */
  object-fit: cover;
}

.page-blog-kinh79-new-link-safe-access__game-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-blog-kinh79-new-link-safe-access__game-description {
  font-size: 0.95em;
  color: #f0f0f0;
  flex-grow: 1;
  margin-bottom: 15px;
}

.page-blog-kinh79-new-link-safe-access__btn-text {
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.page-blog-kinh79-new-link-safe-access__btn-text:hover {
  text-decoration: underline;
}

.page-blog-kinh79-new-link-safe-access__app-download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-kinh79-new-link-safe-access__app-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-blog-kinh79-new-link-safe-access__app-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-kinh79-new-link-safe-access__app-description {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-blog-kinh79-new-link-safe-access__faq-list {
  margin-top: 30px;
}

.page-blog-kinh79-new-link-safe-access__faq-item {
  background-color: #2a2a2a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-kinh79-new-link-safe-access__faq-item[open] .page-blog-kinh79-new-link-safe-access__faq-question {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-kinh79-new-link-safe-access__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  color: #ffffff;
  background-color: #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
  list-style: none; /* For details summary */
}

.page-blog-kinh79-new-link-safe-access__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-kinh79-new-link-safe-access__faq-qtext {
  flex-grow: 1;
}

.page-blog-kinh79-new-link-safe-access__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-kinh79-new-link-safe-access__faq-answer {
  padding: 20px;
  font-size: 1.05em;
  color: #f0f0f0;
  background-color: #2a2a2a;
}

.page-blog-kinh79-new-link-safe-access__faq-answer p {
  margin-bottom: 10px;
  color: #f0f0f0;
}

/* Override specific button color for Login */
.page-blog-kinh79-new-link-safe-access__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-kinh79-new-link-safe-access__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-kinh79-new-link-safe-access {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-kinh79-new-link-safe-access__hero-section {
    padding: 10px 15px 40px;
    min-height: 400px;
  }

  .page-blog-kinh79-new-link-safe-access__main-title {
    font-size: 2.2em;
  }

  .page-blog-kinh79-new-link-safe-access__description {
    font-size: 1em;
  }

  .page-blog-kinh79-new-link-safe-access__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-kinh79-new-link-safe-access__btn-primary,
  .page-blog-kinh79-new-link-safe-access__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-kinh79-new-link-safe-access__section {
    padding: 40px 15px;
  }

  .page-blog-kinh79-new-link-safe-access__section-title {
    font-size: 2em;
  }

  .page-blog-kinh79-new-link-safe-access__sub-title {
    font-size: 1.4em;
  }

  .page-blog-kinh79-new-link-safe-access__text-block,
  .page-blog-kinh79-new-link-safe-access__list-item,
  .page-blog-kinh79-new-link-safe-access__feature-description,
  .page-blog-kinh79-new-link-safe-access__game-description,
  .page-blog-kinh79-new-link-safe-access__app-description,
  .page-blog-kinh79-new-link-safe-access__faq-answer p {
    font-size: 1em;
  }

  .page-blog-kinh79-new-link-safe-access__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-kinh79-new-link-safe-access__features-grid,
  .page-blog-kinh79-new-link-safe-access__game-cards,
  .page-blog-kinh79-new-link-safe-access__app-download-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-kinh79-new-link-safe-access__feature-card,
  .page-blog-kinh79-new-link-safe-access__game-card,
  .page-blog-kinh79-new-link-safe-access__app-card {
    padding: 20px;
  }

  .page-blog-kinh79-new-link-safe-access__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-blog-kinh79-new-link-safe-access__faq-answer {
    padding: 15px;
  }
  
  .page-blog-kinh79-new-link-safe-access__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}

/* Custom color for login buttons specifically if needed */
.page-blog-kinh79-new-link-safe-access__login-button {
  background-color: #EA7C07;
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-kinh79-new-link-safe-access__login-button:hover {
  background-color: #c96706;
  border-color: #c96706;
}