/* style/blog-how-to-use-hello88-discount-code-to-increase-winnings.css */

:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --card-bg-color: #11271B;
  --background-main-color: #08160F;
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings {
  background-color: var(--background-main-color);
  color: var(--text-main-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-height: 675px; /* Limit height for hero image */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* Responsive font size */
  color: var(--gold-color);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__intro-text {
  font-size: 1.1rem;
  color: var(--text-main-color);
  margin-bottom: 30px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__cta-button {
  display: inline-block;
  background: var(--button-gradient);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: var(--text-main-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__wrapper {
  padding: 0 20px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__section-title {
  font-size: 2rem;
  color: var(--gold-color);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__sub-title {
  font-size: 1.4rem;
  color: var(--text-main-color);
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings p {
  margin-bottom: 15px;
  color: var(--text-secondary-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__list li {
  margin-bottom: 10px;
  color: var(--text-secondary-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__ordered-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__ordered-list li {
  margin-bottom: 20px;
  color: var(--text-secondary-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__button {
  display: inline-block;
  background: var(--button-gradient);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__image-text-block:nth-child(odd) {
  flex-direction: row-reverse;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__content-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__text-block {
  flex: 1;
  min-width: 300px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__card {
  background-color: var(--card-bg-color);
  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;
  color: var(--text-secondary-color);
  border: 1px solid var(--border-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__card-title {
  font-size: 1.3rem;
  color: var(--text-main-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-container {
  margin-top: 30px;
  border-top: 1px solid var(--divider-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-item {
  background-color: var(--card-bg-color);
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--text-main-color);
  background-color: var(--deep-green-color);
  border-radius: 8px;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--gold-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-item[open] .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-toggle {
  content: '−';
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-answer {
  padding: 15px 25px 25px;
  color: var(--text-secondary-color);
  font-size: 0.95rem;
  border-top: 1px dashed var(--divider-color);
  margin-top: -1px; /* Overlap border */
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__cta-footer {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--divider-color);
}

.page-blog-how-to-use-hello88-discount-code-to-increase-winnings__cta-button--large {
  font-size: 1.2rem;
  padding: 18px 35px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__hero-section {
    padding: 40px 15px;
    padding-top: 10px;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__intro-text {
    font-size: 1rem;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__section-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__sub-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__hero-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__intro-text {
    font-size: 0.95rem;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__content-area,
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__image-text-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__image-text-block:nth-child(odd) {
    flex-direction: column;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__card {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__faq-answer {
    padding: 10px 20px 20px;
  }

  /* Buttons */
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__cta-button,
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__button,
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings a[class*="button"],
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings a[class*="btn"] {
    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-how-to-use-hello88-discount-code-to-increase-winnings__cta-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__cta-buttons,
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__button-group,
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__video-section {
    padding-top: 10px !important; /* body handles --header-offset, this is for section spacing */
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings video,
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__video-section,
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__video-container,
  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-use-hello88-discount-code-to-increase-winnings__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}