.page-blog-how-to-bet-effectively__hero-section {
  padding-top: 10px; /* Small top padding, assuming body has padding-top from shared.css */
  background-color: #f0f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-blog-how-to-bet-effectively__hero-image {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
}

.page-blog-how-to-bet-effectively__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-bet-effectively__hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  color: #333333;
}

.page-blog-how-to-bet-effectively__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-bet-effectively__subtitle {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-how-to-bet-effectively__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-how-to-bet-effectively__btn-primary,
.page-blog-how-to-bet-effectively__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-bet-effectively__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-how-to-bet-effectively__btn-primary:hover {
  background-color: #1e87b7;
  transform: translateY(-2px);
}

.page-blog-how-to-bet-effectively__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-bet-effectively__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b7;
  transform: translateY(-2px);
}

.page-blog-how-to-bet-effectively__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  color: #333333;
}

.page-blog-how-to-bet-effectively__light-bg {
  background-color: #ffffff;
}

.page-blog-how-to-bet-effectively__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-bet-effectively__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-bet-effectively__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #26A9E0;
}

.page-blog-how-to-bet-effectively__dark-bg .page-blog-how-to-bet-effectively__section-title {
  color: #ffffff;
}

.page-blog-how-to-bet-effectively__article-body {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
}

.page-blog-how-to-bet-effectively__article-body p {
  margin-bottom: 20px;
}

.page-blog-how-to-bet-effectively__article-body h3.page-blog-how-to-bet-effectively__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-how-to-bet-effectively__dark-bg .page-blog-how-to-bet-effectively__article-body h3.page-blog-how-to-bet-effectively__sub-title {
  color: #ffffff;
}

.page-blog-how-to-bet-effectively__article-body ul.page-blog-how-to-bet-effectively__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-how-to-bet-effectively__article-body ul.page-blog-how-to-bet-effectively__list li {
  margin-bottom: 10px;
}

.page-blog-how-to-bet-effectively__article-body a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
}

.page-blog-how-to-bet-effectively__article-body a:hover {
  text-decoration: underline;
}

.page-blog-how-to-bet-effectively__image-wrapper {
  margin: 40px auto;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-bet-effectively__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-how-to-bet-effectively__image-caption {
  font-size: 0.95rem;
  color: #666666;
  text-align: center;
  padding: 15px;
  background-color: #f0f0f0;
  border-radius: 0 0 10px 10px;
}

.page-blog-how-to-bet-effectively__faq-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-blog-how-to-bet-effectively__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

details.page-blog-how-to-bet-effectively__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

details.page-blog-how-to-bet-effectively__faq-item summary.page-blog-how-to-bet-effectively__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333333;
}

details.page-blog-how-to-bet-effectively__faq-item summary.page-blog-how-to-bet-effectively__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-how-to-bet-effectively__faq-item summary.page-blog-how-to-bet-effectively__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-how-to-bet-effectively__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}

.page-blog-how-to-bet-effectively__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #26A9E0;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-how-to-bet-effectively__faq-item .page-blog-how-to-bet-effectively__faq-answer {
  padding: 0 25px 25px;
  background: #fdfdfd;
  border-radius: 0 0 8px 8px;
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
}

.page-blog-how-to-bet-effectively__conclusion-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-how-to-bet-effectively__conclusion-section .page-blog-how-to-bet-effectively__article-body {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-bet-effectively__conclusion-section p {
  margin-bottom: 30px;
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-how-to-bet-effectively__hero-content {
    padding: 30px 15px;
  }
  .page-blog-how-to-bet-effectively__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-how-to-bet-effectively__subtitle {
    font-size: clamp(0.95rem, 1.75vw, 1.15rem);
  }
  .page-blog-how-to-bet-effectively__content-section {
    padding: 50px 0;
  }
  .page-blog-how-to-bet-effectively__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    margin-bottom: 30px;
  }
  .page-blog-how-to-bet-effectively__article-body {
    font-size: 1rem;
  }
  .page-blog-how-to-bet-effectively__article-body h3.page-blog-how-to-bet-effectively__sub-title {
    font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  }
}

@media (max-width: 849px) {
  .page-blog-how-to-bet-effectively__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    max-height: 450px; /* Adjust max-height for smaller screens if needed */
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-bet-effectively__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
  }
  .page-blog-how-to-bet-effectively__hero-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
  .page-blog-how-to-bet-effectively__hero-content {
    padding: 25px 15px;
  }
  .page-blog-how-to-bet-effectively__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-how-to-bet-effectively__subtitle {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem);
    margin-bottom: 25px;
  }
  .page-blog-how-to-bet-effectively__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-blog-how-to-bet-effectively__btn-primary,
  .page-blog-how-to-bet-effectively__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }
  .page-blog-how-to-bet-effectively__content-section {
    padding: 40px 0;
  }
  .page-blog-how-to-bet-effectively__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-bet-effectively__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 25px;
    text-align: center;
  }
  .page-blog-how-to-bet-effectively__article-body {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .page-blog-how-to-bet-effectively__article-body h3.page-blog-how-to-bet-effectively__sub-title {
    font-size: clamp(1.2rem, 4.5vw, 1.5rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-how-to-bet-effectively__article-body ul.page-blog-how-to-bet-effectively__list {
    margin-left: 20px;
  }
  .page-blog-how-to-bet-effectively__image-wrapper {
    margin: 30px auto;
  }
  .page-blog-how-to-bet-effectively__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-bet-effectively__image-caption {
    font-size: 0.85rem;
    padding: 10px;
  }
  .page-blog-how-to-bet-effectively__faq-section {
    padding: 40px 0;
  }
  details.page-blog-how-to-bet-effectively__faq-item summary.page-blog-how-to-bet-effectively__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-how-to-bet-effectively__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-how-to-bet-effectively__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-blog-how-to-bet-effectively__faq-item .page-blog-how-to-bet-effectively__faq-answer {
    padding: 0 20px 20px;
    font-size: 0.95rem;
  }
  .page-blog-how-to-bet-effectively__conclusion-section {
    padding: 60px 0;
  }
  .page-blog-how-to-bet-effectively__conclusion-section p {
    margin-bottom: 20px;
  }
}