.page-huong-dan-ca-cuoc {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text on light body background */
  background-color: #ffffff;
}

.page-huong-dan-ca-cuoc__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px; /* Small top padding, header offset from shared.css */
  background-color: #f8f8f8;
}

.page-huong-dan-ca-cuoc__hero-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.page-huong-dan-ca-cuoc__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-huong-dan-ca-cuoc__hero-content {
  max-width: 900px;
  margin-top: 30px;
  padding: 0 20px;
}

.page-huong-dan-ca-cuoc__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-huong-dan-ca-cuoc__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #555555;
}

.page-huong-dan-ca-cuoc__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}