/* style/blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim.css */

/* Base styles for the page content, ensuring contrast with body background */
.page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim {
  background-color: #0A0A0A; /* Matches custom 'Background' color */
  color: #FFF6D6; /* Matches custom 'Text Main' color for dark background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  font-size: 1rem;
}

.page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hero Intro Section */
.page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim__hero-intro-section {
  padding-top: 10px; /* Small top padding, relying on body padding-top */
  padding-bottom: 60px;
  background-color: #0A0A0A; /* Ensure consistency with body bg */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim__hero-intro-section > .page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #FFF6D6; /* Text color for content area */
}

.page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim__main-title {
  font-size: clamp(2rem, 4vw, 3.5rem); /* Responsive font size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Main brand color for title */
}

.page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim__intro-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #FFF6D6; /* Text color */
}

.page-blog-huong-dan-ca-cuoc-the-thao-hieu-qua-tai-13wim__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%; /* Ensure container takes full width for flex-wrap */
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}