.page-blog-how-to-use-jun888-giftcode-for-wins {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #F5F7FA; /* Body background color */
}

.page-blog-how-to-use-jun888-giftcode-for-wins__hero-section {
  display: flex;
  flex-direction: column; /* Stacks children vertically */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  min-height: 500px; /* Still maintain a minimum height for the section */
  background-color: #E53935; /* Background for the whole section */
  color: #ffffff; /* Default text color for the section */
  padding-top: 10px; /* Small top padding for first section */
}

.page-blog-how-to-use-jun888-giftcode-for-wins__hero-image-container {
    width: 100%;
    max-width: 1200px; /* Constrain image width */
    margin-bottom: 20px; /* Space between image and text */
    overflow: hidden; /* Ensure image fits */
    box-sizing: border-box;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__hero-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block;
    border-radius: 8px; /* Soften edges */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* Add some depth */
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* Add text shadow for readability */
}

.page-blog-how-to-use-jun888-giftcode-for-wins__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* Add text shadow for readability */
}

.page-blog-how-to-use-jun888-giftcode-for-wins__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box; /* Ensure padding is included in width */
  white-space: normal;
  word-wrap: break-word;
  min-width: 180px; /* Ensure minimum size */
}

.page-blog-how-to-use-jun888-giftcode-for-wins__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
}

.page-blog-how-to-use-jun888-giftcode-for-wins__section {
  padding: 60px 0;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #E53935; /* Main brand color for titles */
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__section-title--light {
  color: #ffffff;
}

.page-blog-how-to-use-jun888-giftcode-for-wins p {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #333333;
}

.page-blog-how-to-use-jun888-giftcode-for-wins strong {
    color: #E53935;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__sub-list {
  list-style: circle;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__ordered-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__ordered-list li {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__ordered-list li h3 {
    font-size: 1.3rem;
    color: #E53935;
    margin-bottom: 10px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__note {
    background-color: #fff3cd; /* Light yellow for notes */
    color: #856404;
    padding: 15px;
    border-left: 5px solid #ffeeba;
    border-radius: 5px;
    margin-top: 30px;
    font-weight: 500;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__dark-section {
  background-color: #E53935; /* Main brand color */
  color: #ffffff;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__dark-section p {
  color: #f0f0f0;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__dark-section .page-blog-how-to-use-jun888-giftcode-for-wins__list li {
  color: #f0f0f0;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__strategy-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__card {
  background-color: #FFFFFF; /* Card background */
  border: 1px solid #E0E0E0; /* Border color */
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__card:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-use-jun888-giftcode-for-wins__card-title {
  font-size: 1.4rem;
  color: #E53935;
  margin-bottom: 15px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__inline-link {
    color: #E53935;
    text-decoration: underline;
    font-weight: 600;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__inline-link:hover {
    color: #FF5A4F;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__inline-link--light {
    color: #ffffff;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__inline-link--light:hover {
    color: #FF5A4F;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__faq-item summary {
    list-style: none; /* Hide default marker */
}

.page-blog-how-to-use-jun888-giftcode-for-wins__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit */
}

.page-blog-how-to-use-jun888-giftcode-for-wins__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #E53935;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #E0E0E0;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__faq-item[open] .page-blog-how-to-use-jun888-giftcode-for-wins__faq-question {
  border-bottom: 1px solid transparent;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__cta-section {
    text-align: center;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E53935; /* Ensure background for the section */
}

.page-blog-how-to-use-jun888-giftcode-for-wins__cta-image-container {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__cta-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__cta-content {
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
}

.page-blog-how-to-use-jun888-giftcode-for-wins__cta-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #f0f0f0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}


/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-use-jun888-giftcode-for-wins {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__hero-section {
    padding: 40px 15px;
    min-height: 400px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__hero-description,
  .page-blog-how-to-use-jun888-giftcode-for-wins__cta-description {
    font-size: 1rem;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__btn-primary {
    padding: 12px 20px;
    font-size: 0.95rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-blog-how-to-use-jun888-giftcode-for-wins__section {
    padding: 40px 0;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins p,
  .page-blog-how-to-use-jun888-giftcode-for-wins__list li,
  .page-blog-how-to-use-jun888-giftcode-for-wins__ordered-list li,
  .page-blog-how-to-use-jun888-giftcode-for-wins__card p,
  .page-blog-how-to-use-jun888-giftcode-for-wins__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__card-title {
    font-size: 1.2rem;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important; /* Ensure min size */
    min-height: 200px !important; /* Ensure min size */
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__strategy-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .page-blog-how-to-use-jun888-giftcode-for-wins__card {
    padding: 20px;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__cta-section {
    padding: 60px 15px;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__cta-image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-use-jun888-giftcode-for-wins__cta-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
}