.page-blog-555win-live-promotions-revealed {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-top: 0; /* Body handles padding-top */
}

.page-blog-555win-live-promotions-revealed__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #08160F; /* Background */
  overflow: hidden;
}

.page-blog-555win-live-promotions-revealed__hero-image {
  width: 100%;
  height: auto;
  max-width: 1920px;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
  border-radius: 10px;
}

.page-blog-555win-live-promotions-revealed__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 0 15px;
}

.page-blog-555win-live-promotions-revealed__main-title {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5); /* Glow */
}

.page-blog-555win-live-promotions-revealed__description {
  font-size: 1.2rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-555win-live-promotions-revealed__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-555win-live-promotions-revealed__btn-primary,
.page-blog-555win-live-promotions-revealed__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-555win-live-promotions-revealed__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 5px 15px rgba(87, 227, 141, 0.4); /* Glow */
}

.page-blog-555win-live-promotions-revealed__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(87, 227, 141, 0.6);
  opacity: 0.9;
}

.page-blog-555win-live-promotions-revealed__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-blog-555win-live-promotions-revealed__btn-secondary:hover {
  background: #57E38D;
  color: #08160F; /* Background */
  transform: translateY(-3px);
}

.page-blog-555win-live-promotions-revealed__btn-inline {
  margin-top: 20px;
}

.page-blog-555win-live-promotions-revealed__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-555win-live-promotions-revealed__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-555win-live-promotions-revealed__section-title {
  font-size: 2.2rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-555win-live-promotions-revealed__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  border-radius: 2px;
}

.page-blog-555win-live-promotions-revealed__sub-title {
  font-size: 1.8rem;
  color: #F2C14E; /* Gold */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-555win-live-promotions-revealed__paragraph {
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-555win-live-promotions-revealed__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.page-blog-555win-live-promotions-revealed__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-555win-live-promotions-revealed__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-555win-live-promotions-revealed__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #2AD16F; /* Button green */
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.page-blog-555win-live-promotions-revealed__list ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 10px;
  color: #A7D9B8;
}

.page-blog-555win-live-promotions-revealed__list ol li {
  padding-left: 0;
  margin-bottom: 10px;
}

.page-blog-555win-live-promotions-revealed__list ol li::before {
  content: none;
}

.page-blog-555win-live-promotions-revealed__faq-list {
  margin-top: 40px;
  border-top: 1px solid #1E3A2A; /* Divider */
}

.page-blog-555win-live-promotions-revealed__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-blog-555win-live-promotions-revealed__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  user-select: none;
  list-style: none; /* For details summary */
}

.page-blog-555win-live-promotions-revealed__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-555win-live-promotions-revealed__faq-qtext {
  flex-grow: 1;
  font-size: 1.1rem;
}

.page-blog-555win-live-promotions-revealed__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-555win-live-promotions-revealed__faq-answer {
  padding: 20px 25px;
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-555win-live-promotions-revealed__faq-answer p {
  margin-bottom: 0;
  color: #A7D9B8;
}

.page-blog-555win-live-promotions-revealed__cta-buttons--bottom {
  margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-555win-live-promotions-revealed__main-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }
  .page-blog-555win-live-promotions-revealed__section-title {
    font-size: 2rem;
  }
  .page-blog-555win-live-promotions-revealed__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-555win-live-promotions-revealed__hero-section {
    padding: 10px 15px 40px;
  }
  .page-blog-555win-live-promotions-revealed__hero-content {
    padding: 0 10px;
  }
  .page-blog-555win-live-promotions-revealed__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
    margin-bottom: 15px;
  }
  .page-blog-555win-live-promotions-revealed__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-555win-live-promotions-revealed__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-555win-live-promotions-revealed__btn-primary,
  .page-blog-555win-live-promotions-revealed__btn-secondary,
  .page-blog-555win-live-promotions-revealed a[class*="button"],
  .page-blog-555win-live-promotions-revealed 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-555win-live-promotions-revealed__content-area {
    padding: 40px 15px;
  }
  .page-blog-555win-live-promotions-revealed__container {
    padding: 0;
  }
  .page-blog-555win-live-promotions-revealed__section-title {
    font-size: 1.8rem;
  }
  .page-blog-555win-live-promotions-revealed__sub-title {
    font-size: 1.4rem;
  }
  .page-blog-555win-live-promotions-revealed__paragraph,
  .page-blog-555win-live-promotions-revealed__list li,
  .page-blog-555win-live-promotions-revealed__faq-qtext,
  .page-blog-555win-live-promotions-revealed__faq-answer {
    font-size: 0.95rem;
  }
  .page-blog-555win-live-promotions-revealed__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px 0;
  }
  .page-blog-555win-live-promotions-revealed img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-555win-live-promotions-revealed__faq-question {
    padding: 15px 20px;
  }
  .page-blog-555win-live-promotions-revealed__faq-answer {
    padding: 15px 20px;
  }
  .page-blog-555win-live-promotions-revealed__faq-item,
  .page-blog-555win-live-promotions-revealed__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }
}