/* style/blog-2023-m88-latest-access-link-guide.css */
/* body đã padding-top: var(--header-offset) từ shared.css; trang này không cần thêm */
.page-blog-2023-m88-latest-access-link-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-2023-m88-latest-access-link-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-2023-m88-latest-access-link-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body đã có padding-top, đây chỉ là khoảng cách nhỏ */
  overflow: hidden;
  background-color: #08160F; /* Background */
}

.page-blog-2023-m88-latest-access-link-guide__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-2023-m88-latest-access-link-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-2023-m88-latest-access-link-guide__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Overlap slightly with image for visual flow */
  position: relative;
  z-index: 1;
  background: #11271B; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-blog-2023-m88-latest-access-link-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
}

.page-blog-2023-m88-latest-access-link-guide__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-2023-m88-latest-access-link-guide__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-2023-m88-latest-access-link-guide__cta-group--center {
  justify-content: center;
  margin-top: 40px;
}

.page-blog-2023-m88-latest-access-link-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-2023-m88-latest-access-link-guide__cta-button--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-2023-m88-latest-access-link-guide__cta-button--primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-2023-m88-latest-access-link-guide__cta-button--secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-blog-2023-m88-latest-access-link-guide__cta-button--secondary:hover {
  background-color: rgba(87, 227, 141, 0.1);
  transform: translateY(-2px);
}

.page-blog-2023-m88-latest-access-link-guide__content-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-2023-m88-latest-access-link-guide__content-section--alt-bg {
  background-color: #11271B; /* Card BG */
}

.page-blog-2023-m88-latest-access-link-guide__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-2023-m88-latest-access-link-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #57E38D; /* Glow */
  border-radius: 2px;
}

.page-blog-2023-m88-latest-access-link-guide__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-2023-m88-latest-access-link-guide__paragraph--center {
  text-align: center;
}

.page-blog-2023-m88-latest-access-link-guide__grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-blog-2023-m88-latest-access-link-guide__grid-layout--reverse {
  grid-template-columns: 1fr 1fr;
}

.page-blog-2023-m88-latest-access-link-guide__text-block {
  padding: 20px 0;
}

.page-blog-2023-m88-latest-access-link-guide__image-block {
  text-align: center;
}

.page-blog-2023-m88-latest-access-link-guide__image-block--center {
  margin-top: 30px;
}

.page-blog-2023-m88-latest-access-link-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block; /* Ensure it behaves as a block element */
  margin: 0 auto; /* Center block images */
}

.page-blog-2023-m88-latest-access-link-guide__sub-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-2023-m88-latest-access-link-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2023-m88-latest-access-link-guide__list-item {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2023-m88-latest-access-link-guide__list-item strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-2023-m88-latest-access-link-guide__video-section {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-2023-m88-latest-access-link-guide__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Max width for video */
  margin: 0 auto 30px auto;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.page-blog-2023-m88-latest-access-link-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.page-blog-2023-m88-latest-access-link-guide__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none; /* Allows click to pass through to video */
  z-index: 2;
}

.page-blog-2023-m88-latest-access-link-guide__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-2023-m88-latest-access-link-guide__product-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-2023-m88-latest-access-link-guide__product-card:hover {
  transform: translateY(-5px);
}

.page-blog-2023-m88-latest-access-link-guide__product-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-2023-m88-latest-access-link-guide__product-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-2023-m88-latest-access-link-guide__product-title a {
  color: #F2C14E; /* Gold */
  text-decoration: none;
}

.page-blog-2023-m88-latest-access-link-guide__product-title a:hover {
  text-decoration: underline;
}

.page-blog-2023-m88-latest-access-link-guide__product-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-blog-2023-m88-latest-access-link-guide__faq-section {
  padding-bottom: 80px;
}

.page-blog-2023-m88-latest-access-link-guide__faq-list {
  margin-top: 40px;
}

.page-blog-2023-m88-latest-access-link-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-2023-m88-latest-access-link-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-2023-m88-latest-access-link-guide__faq-item[open] .page-blog-2023-m88-latest-access-link-guide__faq-question {
  border-bottom: 1px solid #2E7A4E; /* Border */
}

.page-blog-2023-m88-latest-access-link-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-2023-m88-latest-access-link-guide__faq-question::marker {
  display: none;
}

.page-blog-2023-m88-latest-access-link-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #57E38D; /* Glow */
}

.page-blog-2023-m88-latest-access-link-guide__faq-item[open] .page-blog-2023-m88-latest-access-link-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-2023-m88-latest-access-link-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1.0em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2023-m88-latest-access-link-guide__faq-answer p {
  margin-bottom: 0;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-2023-m88-latest-access-link-guide__conclusion-section {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-blog-2023-m88-latest-access-link-guide__grid-layout {
    grid-template-columns: 1fr;
  }

  .page-blog-2023-m88-latest-access-link-guide__grid-layout--reverse {
    grid-template-columns: 1fr;
  }

  .page-blog-2023-m88-latest-access-link-guide__hero-content {
    margin-top: -50px;
    padding: 30px 15px;
  }

  .page-blog-2023-m88-latest-access-link-guide__hero-image-wrapper {
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .page-blog-2023-m88-latest-access-link-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-2023-m88-latest-access-link-guide__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-2023-m88-latest-access-link-guide__hero-content {
    padding: 25px 15px;
    margin-top: -30px;
  }

  .page-blog-2023-m88-latest-access-link-guide__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-2023-m88-latest-access-link-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-2023-m88-latest-access-link-guide__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-2023-m88-latest-access-link-guide__cta-button {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-2023-m88-latest-access-link-guide__cta-group--center {
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .page-blog-2023-m88-latest-access-link-guide__section-title {
    font-size: clamp(1.5em, 7vw, 2em);
    margin-bottom: 30px;
  }

  .page-blog-2023-m88-latest-access-link-guide__paragraph {
    font-size: 0.95em;
  }

  .page-blog-2023-m88-latest-access-link-guide__sub-title {
    font-size: 1.3em;
  }

  .page-blog-2023-m88-latest-access-link-guide__list {
    margin-left: 20px;
  }

  .page-blog-2023-m88-latest-access-link-guide__content-section,
  .page-blog-2023-m88-latest-access-link-guide__video-section,
  .page-blog-2023-m88-latest-access-link-guide__faq-section,
  .page-blog-2023-m88-latest-access-link-guide__conclusion-section {
    padding: 40px 0;
  }

  /* Mobile image responsive */
  .page-blog-2023-m88-latest-access-link-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-2023-m88-latest-access-link-guide__section,
  .page-blog-2023-m88-latest-access-link-guide__card,
  .page-blog-2023-m88-latest-access-link-guide__container,
  .page-blog-2023-m88-latest-access-link-guide__hero-image-wrapper,
  .page-blog-2023-m88-latest-access-link-guide__image-block,
  .page-blog-2023-m88-latest-access-link-guide__text-block,
  .page-blog-2023-m88-latest-access-link-guide__product-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Mobile video responsive */
  .page-blog-2023-m88-latest-access-link-guide video,
  .page-blog-2023-m88-latest-access-link-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-2023-m88-latest-access-link-guide__video-section,
  .page-blog-2023-m88-latest-access-link-guide__video-container,
  .page-blog-2023-m88-latest-access-link-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-2023-m88-latest-access-link-guide__video-section {
    padding-top: 10px !important;
  }

  .page-blog-2023-m88-latest-access-link-guide__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-2023-m88-latest-access-link-guide__faq-answer {
    padding: 15px 20px;
  }
}