/* style/blog-hi823-sports-betting-tips.css */
.page-blog-hi823-sports-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css #0a0a0a */
}

.page-blog-hi823-sports-betting-tips__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  overflow: hidden;
}

.page-blog-hi823-sports-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-blog-hi823-sports-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-hi823-sports-betting-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
  padding: 20px;
}

.page-blog-hi823-sports-betting-tips__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 100%;
}

.page-blog-hi823-sports-betting-tips__subtitle {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-hi823-sports-betting-tips__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-hi823-sports-betting-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: left;
}

.page-blog-hi823-sports-betting-tips__dark-bg {
  background-color: #0a0a0a; /* Matches body background for consistency */
  color: #ffffff;
}

.page-blog-hi823-sports-betting-tips__light-bg {
  background-color: #1a1a1a; /* Slightly lighter dark for contrast */
  color: #ffffff;
}

.page-blog-hi823-sports-betting-tips__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #26A9E0;
  text-align: center;
}

.page-blog-hi823-sports-betting-tips__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-hi823-sports-betting-tips__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-blog-hi823-sports-betting-tips__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.page-blog-hi823-sports-betting-tips__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hi823-sports-betting-tips__list-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-hi823-sports-betting-tips__list-description {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-hi823-sports-betting-tips__image-in-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

.page-blog-hi823-sports-betting-tips__card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.page-blog-hi823-sports-betting-tips__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-hi823-sports-betting-tips__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-hi823-sports-betting-tips__card-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-hi823-sports-betting-tips__card-text {
  font-size: 1rem;
  color: #e0e0e0;
  flex-grow: 1;
}

.page-blog-hi823-sports-betting-tips__btn-primary,
.page-blog-hi823-sports-betting-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hi823-sports-betting-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hi823-sports-betting-tips__btn-primary:hover {
  background-color: #1f8ec4;
  transform: translateY(-2px);
}

.page-blog-hi823-sports-betting-tips__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-hi823-sports-betting-tips__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-hi823-sports-betting-tips__cta-center {
  margin-top: 40px;
  text-align: center;
}

.page-blog-hi823-sports-betting-tips__cta-button {
  margin-top: 20px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hi823-sports-betting-tips__link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-hi823-sports-betting-tips__link:hover {
  text-decoration: underline;
}

.page-blog-hi823-sports-betting-tips__faq-section {
  padding: 60px 20px;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-hi823-sports-betting-tips__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.page-blog-hi823-sports-betting-tips__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-hi823-sports-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #26A9E0;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-hi823-sports-betting-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hi823-sports-betting-tips__faq-question::marker {
  display: none;
}

.page-blog-hi823-sports-betting-tips__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
}

.page-blog-hi823-sports-betting-tips__faq-item[open] .page-blog-hi823-sports-betting-tips__faq-toggle {
  content: '−';
}

.page-blog-hi823-sports-betting-tips__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #e0e0e0;
  background-color: rgba(255, 255, 255, 0.03);
}

.page-blog-hi823-sports-betting-tips__cta-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-hi823-sports-betting-tips__cta-section .page-blog-hi823-sports-betting-tips__section-title {
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hi823-sports-betting-tips__main-title {
    font-size: 2.8rem;
  }
  .page-blog-hi823-sports-betting-tips__section-title {
    font-size: 2rem;
  }
  .page-blog-hi823-sports-betting-tips__card-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-hi823-sports-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hi823-sports-betting-tips__main-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .page-blog-hi823-sports-betting-tips__subtitle {
    font-size: 1rem;
  }

  .page-blog-hi823-sports-betting-tips__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-hi823-sports-betting-tips__paragraph,
  .page-blog-hi823-sports-betting-tips__list-description,
  .page-blog-hi823-sports-betting-tips__card-text,
  .page-blog-hi823-sports-betting-tips__faq-answer p {
    font-size: 0.95rem;
  }

  .page-blog-hi823-sports-betting-tips__hero-section,
  .page-blog-hi823-sports-betting-tips__section,
  .page-blog-hi823-sports-betting-tips__faq-section,
  .page-blog-hi823-sports-betting-tips__cta-section {
    padding: 40px 15px; /* Adjust padding for mobile */
  }

  .page-blog-hi823-sports-betting-tips__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles header offset */
  }

  /* Mobile image responsiveness */
  .page-blog-hi823-sports-betting-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-hi823-sports-betting-tips__section,
  .page-blog-hi823-sports-betting-tips__card,
  .page-blog-hi823-sports-betting-tips__container,
  .page-blog-hi823-sports-betting-tips__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile button responsiveness */
  .page-blog-hi823-sports-betting-tips__btn-primary,
  .page-blog-hi823-sports-betting-tips__btn-secondary,
  .page-blog-hi823-sports-betting-tips a[class*="button"],
  .page-blog-hi823-sports-betting-tips 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-hi823-sports-betting-tips__cta-buttons,
  .page-blog-hi823-sports-betting-tips__button-group,
  .page-blog-hi823-sports-betting-tips__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;
    display: flex;
    flex-direction: column;
  }

  .page-blog-hi823-sports-betting-tips__card-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-hi823-sports-betting-tips__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }

  .page-blog-hi823-sports-betting-tips__faq-answer {
    padding: 15px;
  }
}