.page-blog-identify-fake-betting-platforms {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

.page-blog-identify-fake-betting-platforms__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding as body handles header offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-identify-fake-betting-platforms__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-identify-fake-betting-platforms__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}

.page-blog-identify-fake-betting-platforms__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #FFB04D; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 176, 77, 0.5);
}

.page-blog-identify-fake-betting-platforms__intro-text {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-blog-identify-fake-betting-platforms__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-identify-fake-betting-platforms__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-identify-fake-betting-platforms__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #FF8C1A;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(255, 140, 26, 0.3);
}

.page-blog-identify-fake-betting-platforms__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  color: #FFA53A;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-identify-fake-betting-platforms__text-block {
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-identify-fake-betting-platforms__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-blog-identify-fake-betting-platforms__btn-primary,
.page-blog-identify-fake-betting-platforms__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-identify-fake-betting-platforms__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-blog-identify-fake-betting-platforms__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 165, 58, 0.6);
}

.page-blog-identify-fake-betting-platforms__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FF8C1A;
  border: 2px solid #A84F0C; /* Border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-identify-fake-betting-platforms__btn-secondary:hover {
  transform: translateY(-3px);
  background: #2a2d36;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-identify-fake-betting-platforms__card-section {
  background-color: #17191F; /* Card BG */
  padding: 60px 20px;
}

.page-blog-identify-fake-betting-platforms__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-identify-fake-betting-platforms__card {
  background-color: #0D0E12; /* Background */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-identify-fake-betting-platforms__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.page-blog-identify-fake-betting-platforms__card-title {
  font-size: 1.5rem;
  color: #FFB04D; /* Glow */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-identify-fake-betting-platforms__card-text {
  font-size: 1rem;
  color: #FFF3E6;
  flex-grow: 1;
}

.page-blog-identify-fake-betting-platforms__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-identify-fake-betting-platforms__list-item {
  background-color: #17191F; /* Card BG */
  border-left: 5px solid #FF8C1A;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #FFF3E6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-identify-fake-betting-platforms__list-item b {
  color: #FFA53A;
}

.page-blog-identify-fake-betting-platforms__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin: 20px 0;
  color: #FFF3E6;
}

.page-blog-identify-fake-betting-platforms__ordered-list .page-blog-identify-fake-betting-platforms__list-item {
  background-color: transparent;
  border-left: none;
  box-shadow: none;
  padding: 8px 0;
  margin-bottom: 5px;
}

.page-blog-identify-fake-betting-platforms__faq-list {
  margin-top: 30px;
}

.page-blog-identify-fake-betting-platforms__faq-item {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-identify-fake-betting-platforms__faq-item[open] {
  background-color: #0D0E12; /* Background */
  border-color: #FF8C1A;
}

.page-blog-identify-fake-betting-platforms__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  color: #FFF3E6;
  background-color: #17191F; /* Card BG */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-identify-fake-betting-platforms__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-identify-fake-betting-platforms__faq-question:hover {
  background-color: #2a2d36;
}

.page-blog-identify-fake-betting-platforms__faq-item[open] .page-blog-identify-fake-betting-platforms__faq-question {
  background-color: #0D0E12;
  color: #FFB04D;
}

.page-blog-identify-fake-betting-platforms__faq-qtext {
  flex-grow: 1;
}

.page-blog-identify-fake-betting-platforms__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF8C1A;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-identify-fake-betting-platforms__faq-item[open] .page-blog-identify-fake-betting-platforms__faq-toggle {
  transform: rotate(45deg);
  color: #FFB04D;
}

.page-blog-identify-fake-betting-platforms__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #FFF3E6;
  border-top: 1px solid #2a2d36;
  margin-top: -1px; /* Overlap border with summary */
}

.page-blog-identify-fake-betting-platforms__faq-answer p {
  margin: 10px 0 0;
}

.page-blog-identify-fake-betting-platforms__conclusion-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #D96800; /* Deep Orange for emphasis */
}

.page-blog-identify-fake-betting-platforms__conclusion-section .page-blog-identify-fake-betting-platforms__section-title {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.page-blog-identify-fake-betting-platforms__conclusion-section .page-blog-identify-fake-betting-platforms__text-block {
  color: #FFF3E6;
  max-width: 800px;
  margin: 0 auto 30px;
}

/* Background colors for sections based on contrast requirements */
.page-blog-identify-fake-betting-platforms__dark-bg {
  background-color: #0D0E12; /* Background */
  color: #FFF3E6; /* Text Main */
}

.page-blog-identify-fake-betting-platforms__light-bg {
  background-color: #17191F; /* Card BG for contrast */
  color: #FFF3E6; /* Text Main */
}

/* Ensure proper text color for light-bg sections where background is #17191F */
.page-blog-identify-fake-betting-platforms__light-bg .page-blog-identify-fake-betting-platforms__text-block,
.page-blog-identify-fake-betting-platforms__light-bg .page-blog-identify-fake-betting-platforms__list-item,
.page-blog-identify-fake-betting-platforms__light-bg .page-blog-identify-fake-betting-platforms__ordered-list {
  color: #FFF3E6;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-identify-fake-betting-platforms__hero-section {
    padding: 40px 15px;
  }

  .page-blog-identify-fake-betting-platforms__hero-image {
    max-height: 500px;
  }

  .page-blog-identify-fake-betting-platforms__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-identify-fake-betting-platforms__intro-text {
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  }

  .page-blog-identify-fake-betting-platforms__section-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
  }

  .page-blog-identify-fake-betting-platforms__sub-title {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
  }

  .page-blog-identify-fake-betting-platforms__card-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-blog-identify-fake-betting-platforms__content-area,
  .page-blog-identify-fake-betting-platforms__card-section,
  .page-blog-identify-fake-betting-platforms__conclusion-section {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-identify-fake-betting-platforms {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-identify-fake-betting-platforms__hero-section {
    padding: 20px 15px;
    padding-top: 10px !important;
  }

  .page-blog-identify-fake-betting-platforms__hero-image {
    max-height: 300px;
  }

  .page-blog-identify-fake-betting-platforms__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-identify-fake-betting-platforms__intro-text {
    font-size: 1rem;
  }

  .page-blog-identify-fake-betting-platforms__btn-primary,
  .page-blog-identify-fake-betting-platforms__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    margin-bottom: 10px; /* Add spacing for stacked buttons */
  }

  .page-blog-identify-fake-betting-platforms__content-area,
  .page-blog-identify-fake-betting-platforms__card-section,
  .page-blog-identify-fake-betting-platforms__conclusion-section,
  .page-blog-identify-fake-betting-platforms__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-identify-fake-betting-platforms img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-identify-fake-betting-platforms__card-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-identify-fake-betting-platforms__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-identify-fake-betting-platforms__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-identify-fake-betting-platforms__list-item,
  .page-blog-identify-fake-betting-platforms__ordered-list .page-blog-identify-fake-betting-platforms__list-item {
    padding: 12px 15px;
  }
}