/* style/blog-88kbet-latest-promotions-2024.css */

/* Base styles for the page, assuming dark body background from shared.css */
.page-blog-88kbet-latest-promotions-2024 {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

/* Hero Section */
.page-blog-88kbet-latest-promotions-2024__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, body handles header offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  min-height: 500px;
  box-sizing: border-box;
}

.page-blog-88kbet-latest-promotions-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: 600px; /* Limit hero image height */
}

.page-blog-88kbet-latest-promotions-2024__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  margin-top: 50px; /* Push content down slightly from top of image */
  box-sizing: border-box;
}

.page-blog-88kbet-latest-promotions-2024__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-88kbet-latest-promotions-2024__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* General Section Styling */
.page-blog-88kbet-latest-promotions-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  box-sizing: border-box;
}

.page-blog-88kbet-latest-promotions-2024__section-intro,
.page-blog-88kbet-latest-promotions-2024__section-text,
.page-blog-88kbet-latest-promotions-2024__conclusion-section {
  margin-bottom: 40px;
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
  box-sizing: border-box;
}

.page-blog-88kbet-latest-promotions-2024__section-title {
  font-size: 2rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 25px;
  font-weight: bold;
  border-bottom: 2px solid #11A84E;
  padding-bottom: 10px;
}

.page-blog-88kbet-latest-promotions-2024 p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-88kbet-latest-promotions-2024 ul,
.page-blog-88kbet-latest-promotions-2024 ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-88kbet-latest-promotions-2024 li {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-88kbet-latest-promotions-2024 strong {
  color: #F2FFF6; /* Text Main */
}

/* Promotion Grid */
.page-blog-88kbet-latest-promotions-2024__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-88kbet-latest-promotions-2024__card {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-88kbet-latest-promotions-2024__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-88kbet-latest-promotions-2024__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-88kbet-latest-promotions-2024__card-title {
  font-size: 1.4rem;
  margin: 20px 20px 10px;
  color: #F2FFF6; /* Text Main */
  flex-grow: 1;
}

.page-blog-88kbet-latest-promotions-2024__card-description {
  font-size: 0.95rem;
  margin: 0 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  flex-grow: 1;
}

.page-blog-88kbet-latest-promotions-2024__card-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: background 0.3s ease;
  text-align: center;
  border: none;
  cursor: pointer;
}

.page-blog-88kbet-latest-promotions-2024__card-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

/* CTA Button Styling */
.page-blog-88kbet-latest-promotions-2024__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background 0.3s ease;
  text-align: center;
  border: none;
  cursor: pointer;
}

.page-blog-88kbet-latest-promotions-2024__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-88kbet-latest-promotions-2024__button-margin-top {
  margin-top: 20px;
}

.page-blog-88kbet-latest-promotions-2024__button-large {
  font-size: 1.3rem;
  padding: 18px 35px;
  margin-top: 40px;
}

/* FAQ Section */
.page-blog-88kbet-latest-promotions-2024__faq-section {
  background-color: #11271B; /* Card BG */
  padding: 40px 20px;
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
  max-width: 1200px;
  margin: 40px auto;
  box-sizing: border-box;
}

.page-blog-88kbet-latest-promotions-2024__faq-list {
  margin-top: 30px;
}

.page-blog-88kbet-latest-promotions-2024__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-88kbet-latest-promotions-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  background-color: #11A84E; /* Main color for summary */
  list-style: none; /* For details tag */
}

.page-blog-88kbet-latest-promotions-2024__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-88kbet-latest-promotions-2024__faq-qtext {
  flex-grow: 1;
}

.page-blog-88kbet-latest-promotions-2024__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-88kbet-latest-promotions-2024__faq-item[open] .page-blog-88kbet-latest-promotions-2024__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-88kbet-latest-promotions-2024__faq-answer {
  padding: 15px 20px;
  background-color: #0A4B2C; /* Deep Green */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  border-top: 1px solid #2E7A4E; /* Divider */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-88kbet-latest-promotions-2024 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-88kbet-latest-promotions-2024__hero-section {
    min-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-88kbet-latest-promotions-2024__hero-content {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .page-blog-88kbet-latest-promotions-2024__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-88kbet-latest-promotions-2024__description {
    font-size: 1rem;
  }

  .page-blog-88kbet-latest-promotions-2024__cta-button {
    max-width: 100% !important;
    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-88kbet-latest-promotions-2024__promotion-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-88kbet-latest-promotions-2024__card {
    margin: 0 15px;
  }

  .page-blog-88kbet-latest-promotions-2024__card-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-88kbet-latest-promotions-2024__content-area,
  .page-blog-88kbet-latest-promotions-2024__section-intro,
  .page-blog-88kbet-latest-promotions-2024__section-text,
  .page-blog-88kbet-latest-promotions-2024__conclusion-section,
  .page-blog-88kbet-latest-promotions-2024__faq-section {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-88kbet-latest-promotions-2024__section-title {
    font-size: 1.5rem;
  }

  .page-blog-88kbet-latest-promotions-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-88kbet-latest-promotions-2024__hero-image {
    max-height: 400px; /* Adjust hero image height for mobile */
  }
}

@media (max-width: 480px) {
  .page-blog-88kbet-latest-promotions-2024__hero-content {
    padding: 15px 10px;
  }
  .page-blog-88kbet-latest-promotions-2024__main-title {
    font-size: clamp(1.5rem, 9vw, 2rem);
  }
  .page-blog-88kbet-latest-promotions-2024__cta-button {
    padding: 12px 20px;
    font-size: 1rem;
  }
  .page-blog-88kbet-latest-promotions-2024__button-large {
    font-size: 1.1rem;
    padding: 15px 25px;
  }
}