.page-expert-picks-value-betting-tips {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-expert-picks-value-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-expert-picks-value-betting-tips__hero {
  background: linear-gradient(135deg, #007bff 0%, #28a745 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-expert-picks-value-betting-tips__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(45deg);
}

.page-expert-picks-value-betting-tips__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(-45deg);
}

.page-expert-picks-value-betting-tips__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #ffffff; /* Đảm bảo độ tương phản cao */
}

.page-expert-picks-value-betting-tips__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0; /* Độ tương phản tốt với nền xanh đậm */
}

.page-expert-picks-value-betting-tips__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-expert-picks-value-betting-tips__button--primary {
  background-color: #ff8400; /* Màu tương phản cho CTA chính */
  color: #ffffff;
  border: 2px solid #ff8400;
}

.page-expert-picks-value-betting-tips__button--primary:hover {
  background-color: #e67300;
  border-color: #e67300;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-expert-picks-value-betting-tips__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-expert-picks-value-betting-tips__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-expert-picks-value-betting-tips__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-expert-picks-value-betting-tips__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.page-expert-picks-value-betting-tips__section--alt {
  background-color: #f0f4f7;
}

.page-expert-picks-value-betting-tips__section-title {
  font-size: 2.5em;
  color: #0056b3; /* Màu xanh đậm hơn cho tiêu đề */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-expert-picks-value-betting-tips__section--cta .page-expert-picks-value-betting-tips__section-title {
  color: #007bff;
}

.page-expert-picks-value-betting-tips__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

.page-expert-picks-value-betting-tips__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-expert-picks-value-betting-tips__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-expert-picks-value-betting-tips__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-expert-picks-value-betting-tips__item-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-expert-picks-value-betting-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-top: 20px;
}

.page-expert-picks-value-betting-tips__list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-expert-picks-value-betting-tips__list li strong {
  color: #007bff;
}

.page-expert-picks-value-betting-tips__list--warning li strong {
  color: #dc3545; /* Màu đỏ cho cảnh báo */
}

.page-expert-picks-value-betting-tips__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-expert-picks-value-betting-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-expert-picks-value-betting-tips__link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-expert-picks-value-betting-tips__link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.page-expert-picks-value-betting-tips__section--cta {
  background-color: #007bff;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-expert-picks-value-betting-tips__section--cta .page-expert-picks-value-betting-tips__text {
  color: #e0e0e0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-expert-picks-value-betting-tips__faq {
  margin-top: 40px;
}

.page-expert-picks-value-betting-tips__faq-item {
  background-color: #f0f4f7;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-expert-picks-value-betting-tips__faq-question {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-expert-picks-value-betting-tips__faq-answer {
  font-size: 1.1em;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-expert-picks-value-betting-tips__title {
    font-size: 2.5em;
  }

  .page-expert-picks-value-betting-tips__subtitle {
    font-size: 1.2em;
  }

  .page-expert-picks-value-betting-tips__section-title {
    font-size: 2em;
  }

  .page-expert-picks-value-betting-tips__grid {
    grid-template-columns: 1fr;
  }

  .page-expert-picks-value-betting-tips__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-expert-picks-value-betting-tips__title {
    font-size: 2em;
  }

  .page-expert-picks-value-betting-tips__subtitle {
    font-size: 1em;
  }

  .page-expert-picks-value-betting-tips__section-title {
    font-size: 1.8em;
  }

  .page-expert-picks-value-betting-tips__button {
    display: block;
    margin: 10px auto;
    width: 90%;
  }
}