/* style/blog-huong-dan-ca-cuoc-the-thao-tai-bl555.css */

:root {
  --bl555-primary-color: #F2C14E;
  --bl555-secondary-color: #FFD36B;
  --bl555-card-bg: #111111;
  --bl555-page-bg: #0A0A0A;
  --bl555-text-main: #FFF6D6;
  --bl555-border-color: #3A2A12;
  --bl555-glow-color: #FFD36B;
  --bl555-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  --bl555-light-text: #ffffff;
  --bl555-dark-text: #333333;
  --bl555-light-bg-section: #f5f5f5; /* For sections with light background */
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: var(--bl555-text-main); /* Default text color for dark body background */
  background-color: var(--bl555-page-bg); /* Default page background */
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Section (Main Visual) */
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__hero-section {
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding */
  padding-bottom: 60px;
  background-color: var(--bl555-page-bg);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__hero-section .page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__hero-content {
  text-align: center;
  max-width: 800px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size, no fixed large value */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--bl555-primary-color);
  text-shadow: 0 0 8px var(--bl555-glow-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--bl555-text-main);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__btn-primary {
  background: var(--bl555-button-gradient);
  color: var(--bl555-light-text);
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__btn-secondary {
  background-color: transparent;
  color: var(--bl555-primary-color);
  border: 2px solid var(--bl555-primary-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__btn-secondary:hover {
  background-color: var(--bl555-primary-color);
  color: var(--bl555-light-text);
}

/* General Section Styling */
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__content-section,
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__guide-section,
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__strategy-section,
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__tips-section,
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__faq-section,
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__conclusion-section {
  padding: 80px 0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__dark-bg {
  background-color: var(--bl555-page-bg);
  color: var(--bl555-text-main);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__light-bg {
  background-color: var(--bl555-light-bg-section);
  color: var(--bl555-dark-text);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__light-bg .page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__section-title {
  color: var(--bl555-dark-text);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__light-bg .page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__text-block {
  color: var(--bl555-dark-text);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--bl555-primary-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Guide Section */
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__guide-item {
  background-color: var(--bl555-card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--bl555-border-color);
  color: var(--bl555-text-main);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__light-bg .page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__guide-item {
  background-color: #ffffff;
  color: var(--bl555-dark-text);
  border: 1px solid #e0e0e0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__guide-step-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--bl555-primary-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__light-bg .page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__guide-step-title {
  color: var(--bl555-primary-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__guide-text {
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Tips Section */
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__tip-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__tip-item {
  background-color: var(--bl555-card-bg);
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 5px solid var(--bl555-primary-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: var(--bl555-text-main);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__light-bg .page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__tip-item {
  background-color: #ffffff;
  color: var(--bl555-dark-text);
  border: 1px solid #e0e0e0;
  border-left: 5px solid var(--bl555-primary-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__tip-item strong {
  color: var(--bl555-primary-color);
}

/* FAQ Section */
.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__faq-item {
  background-color: var(--bl555-card-bg);
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--bl555-border-color);
  overflow: hidden;
  color: var(--bl555-text-main);
}

.page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__light-bg .page-blog-huong-dan-ca-cuoc-the-thao-tai-bl555__faq-item {
  background-color: #ffffff;
  color: var(--bl555-dark-text);
  border: 1px solid #e0e0e0;
}
}