/* style/blog-how-to-play-taya365-sports-betting.css */
.page-blog-how-to-play-taya365-sports-betting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-bottom: 60px; /* Ensure space above footer */
}

.page-blog-how-to-play-taya365-sports-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-play-taya365-sports-betting__hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  padding-bottom: 60px;
  background-color: #0A0A0A;
}

.page-blog-how-to-play-taya365-sports-betting__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Max height for 16:9 at 1200px width */
  overflow: hidden;
}

.page-blog-how-to-play-taya365-sports-betting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-play-taya365-sports-betting__hero-content {
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: 20px;
  background: rgba(17, 17, 17, 0.8); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12; /* Border */
}

.page-blog-how-to-play-taya365-sports-betting__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: #F2C14E; /* Primary color */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-play-taya365-sports-betting__hero-description {
  font-size: 1.1rem;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-how-to-play-taya365-sports-betting__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-how-to-play-taya365-sports-betting__btn-primary,
.page-blog-how-to-play-taya365-sports-betting__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-play-taya365-sports-betting__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #3A2A12; /* Dark text for contrast */
  border: 2px solid #DDA11D;
}

.page-blog-how-to-play-taya365-sports-betting__btn-primary:hover {
  background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
  box-shadow: 0 0 15px #FFD36B; /* Glow */
}

.page-blog-how-to-play-taya365-sports-betting__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Primary color */
  border: 2px solid #F2C14E;
}

.page-blog-how-to-play-taya365-sports-betting__btn-secondary:hover {
  background: #F2C14E;
  color: #111111;
  box-shadow: 0 0 15px #FFD36B; /* Glow */
}

.page-blog-how-to-play-taya365-sports-betting__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #F2C14E; /* Primary color */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-weight: bold;
}

.page-blog-how-to-play-taya365-sports-betting__text-block {
  font-size: 1.05rem;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-play-taya365-sports-betting__text-link {
  color: #FFD36B; /* Auxiliary color */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-how-to-play-taya365-sports-betting__text-link:hover {
  color: #F2C14E; /* Primary color */
}

.page-blog-how-to-play-taya365-sports-betting__introduction-section,
.page-blog-how-to-play-taya365-sports-betting__getting-started-section,
.page-blog-how-to-play-taya365-sports-betting__sports-overview-section,
.page-blog-how-to-play-taya365-sports-betting__betting-types-section,
.page-blog-how-to-play-taya365-sports-betting__tips-section,
.page-blog-how-to-play-taya365-sports-betting__advanced-features-section,
.page-blog-how-to-play-taya365-sports-betting__mobile-betting-section,
.page-blog-how-to-play-taya365-sports-betting__responsible-gaming-section,
.page-blog-how-to-play-taya365-sports-betting__faq-section,
.page-blog-how-to-play-taya365-sports-betting__conclusion-section {
  padding: 60px 0;
}

.page-blog-how-to-play-taya365-sports-betting__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-play-taya365-sports-betting__grid-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-play-taya365-sports-betting__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 0 15px #FFD36B; /* Glow */
}

.page-blog-how-to-play-taya365-sports-betting__image-content {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-how-to-play-taya365-sports-betting__item-title {
  font-size: 1.5rem;
  color: #FFD36B; /* Auxiliary color */
  margin-bottom: 15px;
}

.page-blog-how-to-play-taya365-sports-betting__item-description {
  font-size: 1rem;
  color: #FFF6D6;
  margin-bottom: 20px;
}

.page-blog-how-to-play-taya365-sports-betting__sport-cards,
.page-blog-how-to-play-taya365-sports-betting__tip-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-how-to-play-taya365-sports-betting__sport-card,
.page-blog-how-to-play-taya365-sports-betting__tip-card {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-play-taya365-sports-betting__sport-card:hover,
.page-blog-how-to-play-taya365-sports-betting__tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 0 15px #FFD36B; /* Glow */
}

.page-blog-how-to-play-taya365-sports-betting__sport-icon,
.page-blog-how-to-play-taya365-sports-betting__tip-icon {
  width: 100%;
  height: 150px; /* Fixed height for small cards */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-how-to-play-taya365-sports-betting__card-title {
  font-size: 1.3rem;
  color: #F2C14E; /* Primary color */
  margin-bottom: 10px;
}

.page-blog-how-to-play-taya365-sports-betting__card-description {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-blog-how-to-play-taya365-sports-betting__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-blog-how-to-play-taya365-sports-betting__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-how-to-play-taya365-sports-betting__list-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-play-taya365-sports-betting__list-title {
  font-size: 1.4rem;
  color: #FFD36B; /* Auxiliary color */
  margin-bottom: 10px;
}

.page-blog-how-to-play-taya365-sports-betting__list-description {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-blog-how-to-play-taya365-sports-betting__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-how-to-play-taya365-sports-betting__feature-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-play-taya365-sports-betting__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 0 15px #FFD36B; /* Glow */
}

.page-blog-how-to-play-taya365-sports-betting__feature-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Primary color */
  margin-bottom: 15px;
}

.page-blog-how-to-play-taya365-sports-betting__feature-description {
  font-size: 1rem;
  color: #FFF6D6;
}

.page-blog-how-to-play-taya365-sports-betting__mobile-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.page-blog-how-to-play-taya365-sports-betting__mobile-text {
  flex: 1;
}

.page-blog-how-to-play-taya365-sports-betting__mobile-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-blog-how-to-play-taya365-sports-betting__mobile-image-wrapper .page-blog-how-to-play-taya365-sports-betting__image-content {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-play-taya365-sports-betting__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-play-taya365-sports-betting__faq-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-play-taya365-sports-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #FFD36B; /* Auxiliary color */
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-play-taya365-sports-betting__faq-question:hover {
  background-color: rgba(242, 193, 78, 0.1); /* Primary color with transparency */
}

.page-blog-how-to-play-taya365-sports-betting__faq-title {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.page-blog-how-to-play-taya365-sports-betting__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-how-to-play-taya365-sports-betting__faq-item.active .page-blog-how-to-play-taya365-sports-betting__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-play-taya365-sports-betting__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
  font-size: 1rem;
}

.page-blog-how-to-play-taya365-sports-betting__faq-item.active .page-blog-how-to-play-taya365-sports-betting__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px 25px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-how-to-play-taya365-sports-betting {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-play-taya365-sports-betting__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }

  .page-blog-how-to-play-taya365-sports-betting__main-title {
    font-size: 2rem;
  }

  .page-blog-how-to-play-taya365-sports-betting__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-play-taya365-sports-betting__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-how-to-play-taya365-sports-betting__btn-primary,
  .page-blog-how-to-play-taya365-sports-betting__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-play-taya365-sports-betting__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-how-to-play-taya365-sports-betting__text-block,
  .page-blog-how-to-play-taya365-sports-betting__item-description,
  .page-blog-how-to-play-taya365-sports-betting__card-description,
  .page-blog-how-to-play-taya365-sports-betting__list-description,
  .page-blog-how-to-play-taya365-sports-betting__feature-description,
  .page-blog-how-to-play-taya365-sports-betting__faq-answer p {
    font-size: 0.95rem;
  }

  .page-blog-how-to-play-taya365-sports-betting__grid,
  .page-blog-how-to-play-taya365-sports-betting__sport-cards,
  .page-blog-how-to-play-taya365-sports-betting__tip-cards,
  .page-blog-how-to-play-taya365-sports-betting__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-play-taya365-sports-betting__image-content,
  .page-blog-how-to-play-taya365-sports-betting__sport-icon,
  .page-blog-how-to-play-taya365-sports-betting__tip-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-play-taya365-sports-betting__mobile-content {
    flex-direction: column;
  }

  .page-blog-how-to-play-taya365-sports-betting__mobile-image-wrapper .page-blog-how-to-play-taya365-sports-betting__image-content {
    height: auto;
  }

  .page-blog-how-to-play-taya365-sports-betting__container,
  .page-blog-how-to-play-taya365-sports-betting__grid-item,
  .page-blog-how-to-play-taya365-sports-betting__sport-card,
  .page-blog-how-to-play-taya365-sports-betting__tip-card,
  .page-blog-how-to-play-taya365-sports-betting__list-item,
  .page-blog-how-to-play-taya365-sports-betting__feature-item,
  .page-blog-how-to-play-taya365-sports-betting__faq-item {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-how-to-play-taya365-sports-betting__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-how-to-play-taya365-sports-betting__faq-answer {
    padding: 0 20px;
  }

  .page-blog-how-to-play-taya365-sports-betting__faq-item.active .page-blog-how-to-play-taya365-sports-betting__faq-answer {
    padding: 10px 20px 20px;
  }
}

/* Ensure no filter on images */
.page-blog-how-to-play-taya365-sports-betting img {
  filter: none !important;
}