/* style/blog-u888vip1-casino-latest-promotions-guide.css */

/* Base styles for the page content */
.page-blog-u888vip1-casino-latest-promotions-guide {
  background-color: #08160F; /* Background color from custom scheme */
  color: #F2FFF6; /* Main text color from custom scheme */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Add some padding at the bottom */
}

/* Hero Section */
.page-blog-u888vip1-casino-latest-promotions-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom for separation */
  overflow: hidden;
}

.page-blog-u888vip1-casino-latest-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height of hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-u888vip1-casino-latest-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-u888vip1-casino-latest-promotions-guide__hero-content {
  text-align: center;
  padding: 40px 20px 0;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-u888vip1-casino-latest-promotions-guide__main-title {
  color: #F2C14E; /* Gold color for main title */
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-u888vip1-casino-latest-promotions-guide__lead-text {
  font-size: 1.15rem;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
}

.page-blog-u888vip1-casino-latest-promotions-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-u888vip1-casino-latest-promotions-guide__btn-primary,
.page-blog-u888vip1-casino-latest-promotions-guide__btn-secondary,
.page-blog-u888vip1-casino-latest-promotions-guide__btn-inline {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-u888vip1-casino-latest-promotions-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-u888vip1-casino-latest-promotions-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-u888vip1-casino-latest-promotions-guide__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-u888vip1-casino-latest-promotions-guide__btn-secondary:hover {
  background-color: #2AD16F;
  color: #08160F;
}

.page-blog-u888vip1-casino-latest-promotions-guide__btn-inline {
  background: #11A84E;
  color: #F2FFF6;
  border: none;
  padding: 10px 20px;
  font-size: 0.9rem;
  margin-top: 15px;
  max-width: fit-content;
}

.page-blog-u888vip1-casino-latest-promotions-guide__btn-inline:hover {
  background: #22C768;
}

.page-blog-u888vip1-casino-latest-promotions-guide__btn-full-width {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
  display: block;
}

/* General Section & Container */
.page-blog-u888vip1-casino-latest-promotions-guide__section {
  padding: 40px 0;
}

.page-blog-u888vip1-casino-latest-promotions-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-u888vip1-casino-latest-promotions-guide__section-title {
  color: #F2C14E; /* Gold color for section titles */
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.page-blog-u888vip1-casino-latest-promotions-guide__text-block {
  color: #F2FFF6; /* Main text color */
  margin-bottom: 20px;
  font-size: 1.05rem;
}

/* Grid for Promotion Types */
.page-blog-u888vip1-casino-latest-promotions-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-u888vip1-casino-latest-promotions-guide__card {
  background-color: #11271B; /* Card BG color from custom scheme */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-u888vip1-casino-latest-promotions-guide__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-u888vip1-casino-latest-promotions-guide__card-title {
  color: #F2C14E; /* Gold for card titles */
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-u888vip1-casino-latest-promotions-guide__card-text {
  color: #A7D9B8; /* Secondary text color */
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-u888vip1-casino-latest-promotions-guide__card-link {
  display: inline-block;
  background: #11A84E;
  color: #F2FFF6;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.page-blog-u888vip1-casino-latest-promotions-guide__card-link:hover {
  background: #22C768;
}

/* Steps List */
.page-blog-u888vip1-casino-latest-promotions-guide__steps-list {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.page-blog-u888vip1-casino-latest-promotions-guide__list-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 80px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-blog-u888vip1-casino-latest-promotions-guide__list-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 30px;
  top: 30px;
  background-color: #11A84E;
  color: #F2FFF6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.page-blog-u888vip1-casino-latest-promotions-guide__list-title {
  color: #F2C14E;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-u888vip1-casino-latest-promotions-guide__list-text {
  color: #A7D9B8;
  font-size: 1rem;
}

/* Bullet List (Tips & T&C) */
.page-blog-u888vip1-casino-latest-promotions-guide__bullet-list {
  list-style: none;
  padding: 0;
}

.page-blog-u888vip1-casino-latest-promotions-guide__bullet-list .page-blog-u888vip1-casino-latest-promotions-guide__list-item {
  padding-left: 40px;
  background-color: #11271B; /* Consistent card background */
  border: 1px solid #2E7A4E;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-blog-u888vip1-casino-latest-promotions-guide__bullet-list .page-blog-u888vip1-casino-latest-promotions-guide__list-item::before {
  content: '•'; /* Custom bullet point */
  background: none;
  color: #11A84E;
  font-size: 2rem;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border-radius: 0;
}

/* FAQ Section */
.page-blog-u888vip1-casino-latest-promotions-guide__faq-list {
  margin-top: 30px;
}

.page-blog-u888vip1-casino-latest-promotions-guide__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-blog-u888vip1-casino-latest-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2C14E; /* Gold for FAQ questions */
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #0A4B2C; /* Deep Green for FAQ question background */
}

.page-blog-u888vip1-casino-latest-promotions-guide__faq-question::-webkit-details-marker, /* Hide default marker */
.page-blog-u888vip1-casino-latest-promotions-guide__faq-question::marker {
  display: none;
}

.page-blog-u888vip1-casino-latest-promotions-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-u888vip1-casino-latest-promotions-guide__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow color for toggle */
}

.page-blog-u888vip1-casino-latest-promotions-guide__faq-item[open] .page-blog-u888vip1-casino-latest-promotions-guide__faq-toggle {
  content: '−';
}

.page-blog-u888vip1-casino-latest-promotions-guide__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8;
  background-color: #11271B;
  font-size: 1rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-u888vip1-casino-latest-promotions-guide__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__section-title {
    font-size: 1.8rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__card-title {
    font-size: 1.3rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__list-title {
    font-size: 1.2rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__faq-question {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .page-blog-u888vip1-casino-latest-promotions-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__lead-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__btn-primary,
  .page-blog-u888vip1-casino-latest-promotions-guide__btn-secondary,
  .page-blog-u888vip1-casino-latest-promotions-guide__btn-inline {
    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-u888vip1-casino-latest-promotions-guide__btn-full-width {
    max-width: 100% !important;
    margin: 20px auto 0 auto !important;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__container {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__section-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__text-block {
    font-size: 0.95rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__card-image {
    min-width: 200px !important;
    min-height: 200px !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__list-item {
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__list-item::before {
    left: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__list-title {
    font-size: 1.1rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  /* Image and Video responsiveness */
  .page-blog-u888vip1-casino-latest-promotions-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__section,
  .page-blog-u888vip1-casino-latest-promotions-guide__card,
  .page-blog-u888vip1-casino-latest-promotions-guide__container,
  .page-blog-u888vip1-casino-latest-promotions-guide__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-blog-u888vip1-casino-latest-promotions-guide__main-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__section-title {
    font-size: 1.4rem;
  }

  .page-blog-u888vip1-casino-latest-promotions-guide__btn-primary,
  .page-blog-u888vip1-casino-latest-promotions-guide__btn-secondary {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}