/* style/blog-oke179-win-latest-promotions-2024.css */
.page-blog-oke179-win-latest-promotions-2024 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-oke179-win-latest-promotions-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-oke179-win-latest-promotions-2024__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #08160F;
}

.page-blog-oke179-win-latest-promotions-2024__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-blog-oke179-win-latest-promotions-2024__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-oke179-win-latest-promotions-2024__main-title {
  color: #F2C14E; /* Gold */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  text-shadow: 0 0 8px rgba(242, 193, 78, 0.4);
  /* Clamp font size for responsiveness, avoiding fixed large values */
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.page-blog-oke179-win-latest-promotions-2024__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.15rem;
  margin-bottom: 30px;
}

.page-blog-oke179-win-latest-promotions-2024__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-oke179-win-latest-promotions-2024__btn-primary,
.page-blog-oke179-win-latest-promotions-2024__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-oke179-win-latest-promotions-2024__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-oke179-win-latest-promotions-2024__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-oke179-win-latest-promotions-2024__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-oke179-win-latest-promotions-2024__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
  transform: translateY(-2px);
}

.page-blog-oke179-win-latest-promotions-2024__dark-section {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-oke179-win-latest-promotions-2024__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-oke179-win-latest-promotions-2024__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  text-align: justify;
}

.page-blog-oke179-win-latest-promotions-2024__promotions-types {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-oke179-win-latest-promotions-2024__type-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-oke179-win-latest-promotions-2024__promo-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-oke179-win-latest-promotions-2024__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
}

.page-blog-oke179-win-latest-promotions-2024__card-title {
  font-size: 1.4rem;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-oke179-win-latest-promotions-2024__card-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  padding: 0 15px 20px;
  flex-grow: 1;
}

.page-blog-oke179-win-latest-promotions-2024__card-btn {
  margin-top: auto;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.page-blog-oke179-win-latest-promotions-2024__how-to-claim {
  padding: 60px 0;
}

.page-blog-oke179-win-latest-promotions-2024__steps-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}

.page-blog-oke179-win-latest-promotions-2024__step-item {
  background-color: #0A4B2C; /* Deep Green */
  border-left: 5px solid #F2C14E; /* Gold */
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-oke179-win-latest-promotions-2024__step-title {
  font-size: 1.3rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-oke179-win-latest-promotions-2024__step-description {
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-oke179-win-latest-promotions-2024__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-oke179-win-latest-promotions-2024__terms-conditions {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-oke179-win-latest-promotions-2024__terms-list {
  list-style: disc;
  margin: 30px 0 0 25px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-oke179-win-latest-promotions-2024__terms-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-oke179-win-latest-promotions-2024__why-choose {
  padding: 60px 0;
}

.page-blog-oke179-win-latest-promotions-2024__benefits-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-oke179-win-latest-promotions-2024__benefit-item {
  background-color: #1E3A2A; /* Divider */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-oke179-win-latest-promotions-2024__benefit-title {
  font-size: 1.3rem;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-blog-oke179-win-latest-promotions-2024__benefit-description {
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-oke179-win-latest-promotions-2024__faq-section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-oke179-win-latest-promotions-2024__faq-list {
  margin-top: 40px;
}

.page-blog-oke179-win-latest-promotions-2024__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-oke179-win-latest-promotions-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: #1E3A2A; /* Divider */
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.1rem;
  list-style: none; /* For details/summary */
}

.page-blog-oke179-win-latest-promotions-2024__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-oke179-win-latest-promotions-2024__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-oke179-win-latest-promotions-2024__faq-item[open] .page-blog-oke179-win-latest-promotions-2024__faq-toggle {
  content: '−';
}

.page-blog-oke179-win-latest-promotions-2024__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95rem;
}

.page-blog-oke179-win-latest-promotions-2024__faq-answer p {
    margin: 0;
    color: #A7D9B8;
}

.page-blog-oke179-win-latest-promotions-2024__cta-bottom {
  padding: 80px 0;
  text-align: center;
}

.page-blog-oke179-win-latest-promotions-2024__cta-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-oke179-win-latest-promotions-2024__cta-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin-bottom: 20px;
}

.page-blog-oke179-win-latest-promotions-2024__cta-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  max-width: 800px;
  margin-bottom: 40px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-oke179-win-latest-promotions-2024__hero-content {
    padding: 0 15px;
  }
  .page-blog-oke179-win-latest-promotions-2024__content-area {
    padding: 30px 15px;
  }
  .page-blog-oke179-win-latest-promotions-2024__type-cards,
  .page-blog-oke179-win-latest-promotions-2024__benefits-list {
    gap: 20px;
  }
  .page-blog-oke179-win-latest-promotions-2024__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-oke179-win-latest-promotions-2024__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  }
}

@media (max-width: 768px) {
  .page-blog-oke179-win-latest-promotions-2024 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-oke179-win-latest-promotions-2024__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-oke179-win-latest-promotions-2024__hero-image {
    height: 400px;
  }
  .page-blog-oke179-win-latest-promotions-2024__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }
  .page-blog-oke179-win-latest-promotions-2024__hero-description {
    font-size: 1rem;
  }
  .page-blog-oke179-win-latest-promotions-2024__cta-group {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 300px; /* Constrain button group width */
    margin: 0 auto;
  }
  .page-blog-oke179-win-latest-promotions-2024__btn-primary,
  .page-blog-oke179-win-latest-promotions-2024__btn-secondary,
  .page-blog-oke179-win-latest-promotions-2024 a[class*="button"],
  .page-blog-oke179-win-latest-promotions-2024 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-oke179-win-latest-promotions-2024__content-area,
  .page-blog-oke179-win-latest-promotions-2024__section,
  .page-blog-oke179-win-latest-promotions-2024__container,
  .page-blog-oke179-win-latest-promotions-2024__promo-card,
  .page-blog-oke179-win-latest-promotions-2024__step-item,
  .page-blog-oke179-win-latest-promotions-2024__benefit-item,
  .page-blog-oke179-win-latest-promotions-2024__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  .page-blog-oke179-win-latest-promotions-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-oke179-win-latest-promotions-2024__card-image {
    height: 180px;
  }
  .page-blog-oke179-win-latest-promotions-2024__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-oke179-win-latest-promotions-2024__cta-bottom {
    padding: 60px 0;
  }
  .page-blog-oke179-win-latest-promotions-2024__cta-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }
}

@media (max-width: 480px) {
  .page-blog-oke179-win-latest-promotions-2024__hero-image {
    height: 250px;
  }
  .page-blog-oke179-win-latest-promotions-2024__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-oke179-win-latest-promotions-2024__main-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }
  .page-blog-oke179-win-latest-promotions-2024__section-title {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
  }
  .page-blog-oke179-win-latest-promotions-2024__card-image {
    height: 150px;
  }
  .page-blog-oke179-win-latest-promotions-2024__cta-group {
    max-width: 280px;
  }
}