/* style/blog-full88-latest-link-analysis.css */
:root {
  --primary-color: #2F6BFF;
  --secondary-color: #6FA3FF;
  --text-main-color: #1F2D3D;
  --background-card: #FFFFFF;
  --background-page: #F4F7FB;
  --border-color: #D6E2FF;
  --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
}

.page-blog-full88-latest-link-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color);
  background-color: var(--background-page);
}

.page-blog-full88-latest-link-analysis__section {
  padding: 60px 0;
}

.page-blog-full88-latest-link-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-full88-latest-link-analysis__light-bg {
  background-color: var(--background-page);
  color: var(--text-main-color);
}

.page-blog-full88-latest-link-analysis__dark-bg {
  background-color: var(--primary-color);
  color: #ffffff;
}

.page-blog-full88-latest-link-analysis__dark-bg h2,
.page-blog-full88-latest-link-analysis__dark-bg h3 {
  color: #ffffff;
}

.page-blog-full88-latest-link-analysis h1,
.page-blog-full88-latest-link-analysis h2,
.page-blog-full88-latest-link-analysis h3 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-full88-latest-link-analysis h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1.2;
  margin-bottom: 25px;
}

.page-blog-full88-latest-link-analysis h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-full88-latest-link-analysis h3 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-bottom: 15px;
}

.page-blog-full88-latest-link-analysis p {
  margin-bottom: 15px;
}

/* Hero Section */
.page-blog-full88-latest-link-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
}

.page-blog-full88-latest-link-analysis__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-full88-latest-link-analysis__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-full88-latest-link-analysis__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-full88-latest-link-analysis__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-full88-latest-link-analysis__hero-content p {
  font-size: 1.1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-full88-latest-link-analysis__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-full88-latest-link-analysis__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.page-blog-full88-latest-link-analysis__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: var(--button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-blog-full88-latest-link-analysis__btn-primary:hover {
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-full88-latest-link-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #ffffff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 5px;
}

.page-blog-full88-latest-link-analysis__btn-secondary:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.page-blog-full88-latest-link-analysis__link-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--secondary-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.page-blog-full88-latest-link-analysis__link-button:hover {
  background-color: var(--primary-color);
}

/* Quick Links Section */
.page-blog-full88-latest-link-analysis__quick-links-section h2 {
  color: #ffffff;
}

.page-blog-full88-latest-link-analysis__quick-links-section p {
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-full88-latest-link-analysis__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-blog-full88-latest-link-analysis__button-group .page-blog-full88-latest-link-analysis__btn-primary,
.page-blog-full88-latest-link-analysis__button-group .page-blog-full88-latest-link-analysis__btn-secondary {
  flex-grow: 1;
  max-width: 280px;
  text-align: center;
}

.page-blog-full88-latest-link-analysis__note {
  font-size: 0.9em;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.8);
}

/* Game Section */
.page-blog-full88-latest-link-analysis__game-category {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--border-color);
}

.page-blog-full88-latest-link-analysis__game-category:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-blog-full88-latest-link-analysis__game-category h3 {
  text-align: center;
  margin-bottom: 30px;
  color: var(--primary-color);
}

.page-blog-full88-latest-link-analysis__game-card {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--background-card);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

.page-blog-full88-latest-link-analysis__game-card--reverse {
  flex-direction: row-reverse;
}

.page-blog-full88-latest-link-analysis__game-card img {
  flex: 1;
  max-width: 50%;
  height: auto;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}

.page-blog-full88-latest-link-analysis__game-info {
  flex: 1;
  max-width: 50%;
}

/* Promotions Section */
.page-blog-full88-latest-link-analysis__promotions-section h2,
.page-blog-full88-latest-link-analysis__promotions-section p {
  color: #ffffff;
}

.page-blog-full88-latest-link-analysis__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-full88-latest-link-analysis__promo-card {
  background-color: var(--background-card);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  color: var(--text-main-color);
}

.page-blog-full88-latest-link-analysis__promo-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.page-blog-full88-latest-link-analysis__promo-card h3 {
  color: var(--primary-color);
  font-size: 1.3rem;
  margin: 0 15px 10px 15px;
}

.page-blog-full88-latest-link-analysis__promo-card p {
  font-size: 0.95rem;
  padding: 0 15px;
  margin-bottom: 20px;
}

/* Security & Support Section */
.page-blog-full88-latest-link-analysis__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-full88-latest-link-analysis__feature-item {
  background-color: var(--background-card);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
}

.page-blog-full88-latest-link-analysis__feature-item img {
  width: 100%;
  
  height: auto;
  margin: 0 auto 20px auto;
  display: block;
}

.page-blog-full88-latest-link-analysis__feature-item h3 {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.page-blog-full88-latest-link-analysis__contact-info {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--primary-color);
}

/* FAQ Section */
.page-blog-full88-latest-link-analysis__faq-section p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

details.page-blog-full88-latest-link-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--background-card);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
details.page-blog-full88-latest-link-analysis__faq-item summary.page-blog-full88-latest-link-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--primary-color);
}
details.page-blog-full88-latest-link-analysis__faq-item summary.page-blog-full88-latest-link-analysis__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-full88-latest-link-analysis__faq-item summary.page-blog-full88-latest-link-analysis__faq-question:hover {
  background: #f5f8fc;
}
.page-blog-full88-latest-link-analysis__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main-color);
}
.page-blog-full88-latest-link-analysis__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-full88-latest-link-analysis__faq-item .page-blog-full88-latest-link-analysis__faq-answer {
  padding: 0 20px 20px;
  background: var(--background-page);
  border-radius: 0 0 5px 5px;
  color: var(--text-main-color);
}

/* Latest Blog Section */
.page-blog-full88-latest-link-analysis__latest-blog-section h2,
.page-blog-full88-latest-link-analysis__latest-blog-section p {
  color: #ffffff;
}

.page-blog-full88-latest-link-analysis__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-full88-latest-link-analysis__blog-card {
  background-color: var(--background-card);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: var(--text-main-color);
}

.page-blog-full88-latest-link-analysis__blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-full88-latest-link-analysis__blog-content {
  padding: 20px;
}

.page-blog-full88-latest-link-analysis__blog-content h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-blog-full88-latest-link-analysis__blog-content h3 a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-full88-latest-link-analysis__blog-content h3 a:hover {
  color: var(--secondary-color);
}

.page-blog-full88-latest-link-analysis__blog-content p {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.page-blog-full88-latest-link-analysis__blog-date {
  font-size: 0.85rem;
  color: #666666;
}

.page-blog-full88-latest-link-analysis__view-all-button {
  text-align: center;
  margin-top: 40px;
}

/* General image styling */
.page-blog-full88-latest-link-analysis img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-full88-latest-link-analysis__game-card {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-full88-latest-link-analysis__game-card--reverse {
    flex-direction: column;
  }
  .page-blog-full88-latest-link-analysis__game-card img,
  .page-blog-full88-latest-link-analysis__game-info {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-full88-latest-link-analysis__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-full88-latest-link-analysis__hero-content h1 {
    font-size: 2rem;
  }
  .page-blog-full88-latest-link-analysis__hero-content p {
    font-size: 1rem;
  }
  .page-blog-full88-latest-link-analysis__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
  }

  .page-blog-full88-latest-link-analysis__section {
    padding: 40px 0;
  }
  .page-blog-full88-latest-link-analysis__container {
    padding: 0 15px;
  }
  .page-blog-full88-latest-link-analysis h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page-blog-full88-latest-link-analysis h3 {
    font-size: 1.3rem;
  }

  .page-blog-full88-latest-link-analysis__button-group {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-full88-latest-link-analysis__button-group .page-blog-full88-latest-link-analysis__btn-primary,
  .page-blog-full88-latest-link-analysis__button-group .page-blog-full88-latest-link-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-full88-latest-link-analysis__game-card {
    padding: 15px;
  }
  .page-blog-full88-latest-link-analysis__game-card img {
    margin-bottom: 20px;
  }

  .page-blog-full88-latest-link-analysis__promo-grid,
  .page-blog-full88-latest-link-analysis__feature-grid,
  .page-blog-full88-latest-link-analysis__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-full88-latest-link-analysis__promo-card img {
    
  }

  details.page-blog-full88-latest-link-analysis__faq-item summary.page-blog-full88-latest-link-analysis__faq-question {
    padding: 15px;
  }
  .page-blog-full88-latest-link-analysis__faq-qtext {
    font-size: 15px;
  }
  .page-blog-full88-latest-link-analysis__faq-toggle {
    font-size: 20px;
  }
  details.page-blog-full88-latest-link-analysis__faq-item .page-blog-full88-latest-link-analysis__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-full88-latest-link-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-full88-latest-link-analysis__section,
  .page-blog-full88-latest-link-analysis__card,
  .page-blog-full88-latest-link-analysis__container,
  .page-blog-full88-latest-link-analysis__promo-card,
  .page-blog-full88-latest-link-analysis__feature-item,
  .page-blog-full88-latest-link-analysis__blog-card,
  .page-blog-full88-latest-link-analysis__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
   .page-blog-full88-latest-link-analysis__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}