/* Biến màu sắc */
:root {
  --mostbet-primary: #2F6BFF;
  --mostbet-secondary: #6FA3FF;
  --mostbet-btn-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  --mostbet-card-bg: #FFFFFF;
  --mostbet-bg: #F4F7FB;
  --mostbet-text-main: #1F2D3D;
  --mostbet-text-black: #000000;
  --mostbet-border: #D6E2FF;
  --mostbet-glow: #A5C4FF;
}

.page-blog-mostbet-casino-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: var(--mostbet-text-main);
  background-color: var(--mostbet-bg);
  line-height: 1.6;
}

.page-blog-mostbet-casino-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Nhỏ hơn so với header offset */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-mostbet-casino-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.page-blog-mostbet-casino-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-mostbet-casino-latest-promotions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 30px 20px;
  background: var(--mostbet-card-bg);
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: -80px; /* Kéo lên một chút để chồng lên ảnh */
}

.page-blog-mostbet-casino-latest-promotions__main-title {
  font-size: clamp(28px, 4vw, 48px);
  color: var(--mostbet-text-black);
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-mostbet-casino-latest-promotions__description {
  font-size: 18px;
  color: var(--mostbet-text-main);
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-mostbet-casino-latest-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.page-blog-mostbet-casino-latest-promotions__btn-primary,
.page-blog-mostbet-casino-latest-promotions__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-mostbet-casino-latest-promotions__btn-primary {
  background: var(--mostbet-btn-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-mostbet-casino-latest-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-blog-mostbet-casino-latest-promotions__btn-secondary {
  background: var(--mostbet-card-bg);
  color: var(--mostbet-primary);
  border: 2px solid var(--mostbet-primary);
}

.page-blog-mostbet-casino-latest-promotions__btn-secondary:hover {
  background: var(--mostbet-primary);
  color: #ffffff;
}

.page-blog-mostbet-casino-latest-promotions__content-section {
  padding: 40px 0;
  background-color: var(--mostbet-bg);
}

.page-blog-mostbet-casino-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-mostbet-casino-latest-promotions__article-body {
  background: var(--mostbet-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--mostbet-text-main);
}

.page-blog-mostbet-casino-latest-promotions__section-title {
  font-size: 32px;
  color: var(--mostbet-text-black);
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}

.page-blog-mostbet-casino-latest-promotions__sub-title {
  font-size: 24px;
  color: var(--mostbet-primary);
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-mostbet-casino-latest-promotions p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
}

.page-blog-mostbet-casino-latest-promotions__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 16px;
}

.page-blog-mostbet-casino-latest-promotions__list li {
  margin-bottom: 10px;
}

.page-blog-mostbet-casino-latest-promotions__image-wrapper {
  margin: 30px 0;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-mostbet-casino-latest-promotions__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.page-blog-mostbet-casino-latest-promotions__faq-list {
  margin-top: 40px;
}

details.page-blog-mostbet-casino-latest-promotions__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--mostbet-border);
  overflow: hidden;
  background: var(--mostbet-card-bg);
}

details.page-blog-mostbet-casino-latest-promotions__faq-item summary.page-blog-mostbet-casino-latest-promotions__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;
  font-size: 16px;
  font-weight: 600;
  color: var(--mostbet-text-black);
}

details.page-blog-mostbet-casino-latest-promotions__faq-item summary.page-blog-mostbet-casino-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-mostbet-casino-latest-promotions__faq-item summary.page-blog-mostbet-casino-latest-promotions__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-mostbet-casino-latest-promotions__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}

.page-blog-mostbet-casino-latest-promotions__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--mostbet-primary);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-mostbet-casino-latest-promotions__faq-item[open] .page-blog-mostbet-casino-latest-promotions__faq-toggle {
  color: var(--mostbet-text-black);
}

details.page-blog-mostbet-casino-latest-promotions__faq-item .page-blog-mostbet-casino-latest-promotions__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: var(--mostbet-text-main);
}

.page-blog-mostbet-casino-latest-promotions__cta-buttons--bottom {
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-mostbet-casino-latest-promotions__hero-content {
    margin-top: -60px;
    padding: 25px 15px;
  }
  .page-blog-mostbet-casino-latest-promotions__main-title {
    font-size: clamp(26px, 3.5vw, 40px);
  }
  .page-blog-mostbet-casino-latest-promotions__description {
    font-size: 17px;
  }
  .page-blog-mostbet-casino-latest-promotions__section-title {
    font-size: 28px;
  }
  .page-blog-mostbet-casino-latest-promotions__sub-title {
    font-size: 22px;
  }
  .page-blog-mostbet-casino-latest-promotions p,
  .page-blog-mostbet-casino-latest-promotions__list li {
    font-size: 15px;
  }
}

@media (max-width: 849px) {
  .page-blog-mostbet-casino-latest-promotions__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

@media (max-width: 768px) {
  .page-blog-mostbet-casino-latest-promotions {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-mostbet-casino-latest-promotions__hero-section {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .page-blog-mostbet-casino-latest-promotions__hero-content {
    margin-top: -40px;
    padding: 20px 15px;
    border-radius: 8px;
  }
  .page-blog-mostbet-casino-latest-promotions__main-title {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 10px;
  }
  .page-blog-mostbet-casino-latest-promotions__description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page-blog-mostbet-casino-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-blog-mostbet-casino-latest-promotions__btn-primary,
  .page-blog-mostbet-casino-latest-promotions__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 6px;
  }
  .page-blog-mostbet-casino-latest-promotions__content-section {
    padding: 20px 0;
  }
  .page-blog-mostbet-casino-latest-promotions__container {
    padding: 0;
  }
  .page-blog-mostbet-casino-latest-promotions__article-body {
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .page-blog-mostbet-casino-latest-promotions__section-title {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: left;
  }
  .page-blog-mostbet-casino-latest-promotions__sub-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .page-blog-mostbet-casino-latest-promotions p,
  .page-blog-mostbet-casino-latest-promotions__list li {
    font-size: 15px;
  }
  .page-blog-mostbet-casino-latest-promotions__list {
    margin-left: 20px;
  }
  .page-blog-mostbet-casino-latest-promotions__image-wrapper {
    margin: 20px 0;
    padding: 0 15px;
  }
  .page-blog-mostbet-casino-latest-promotions__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-mostbet-casino-latest-promotions__faq-list {
    margin-top: 30px;
    padding: 0 15px;
  }
  details.page-blog-mostbet-casino-latest-promotions__faq-item summary.page-blog-mostbet-casino-latest-promotions__faq-question {
    padding: 15px;
    font-size: 15px;
  }
  .page-blog-mostbet-casino-latest-promotions__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  details.page-blog-mostbet-casino-latest-promotions__faq-item .page-blog-mostbet-casino-latest-promotions__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-mostbet-casino-latest-promotions__cta-buttons--bottom {
    margin-top: 30px;
    padding: 0 15px;
  }
}