/* style/blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu.css */

/* Base Styles */
.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background: var(--background-color, #f9f9f9); /* Use shared background variable, fallback to light gray */
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding */
  margin-bottom: 40px;
  background-color: #B71C1C; /* Deep Red for hero background */
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__hero-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
  overflow: hidden;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Desktop: cover to fill space */
  display: block;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px 80px;
  max-width: 900px;
  margin: 0 auto;
  color: #FFF5E1; /* Text Main for hero content */
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFF5E1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-gold,
.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-primary,
.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons don't overflow */
  white-space: normal; /* Allow text wrap */
  word-wrap: break-word; /* Allow text break */
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-gold {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #333333; /* Dark text for gold button for better contrast */
  box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-gold:hover {
  background: linear-gradient(180deg, #FFD86A 0%, #F4D34D 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 216, 106, 0.6);
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-primary {
  background: #C91F17; /* Main brand color */
  color: #ffffff; /* White text for red button */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(201, 31, 23, 0.4);
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-primary:hover {
  background: #E53935; /* Auxiliary brand color on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 31, 23, 0.6);
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-secondary {
  background: #ffffff;
  color: #C91F17; /* Main brand color for text */
  border: 2px solid #C91F17;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__btn-secondary:hover {
  background: #f0f0f0;
  border-color: #E53935;
  color: #E53935;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__article-body {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #C91F17; /* Main brand color for titles */
  margin-bottom: 25px;
  padding-top: 30px;
  text-align: center;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #E53935; /* Auxiliary brand color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu p {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu ol {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu li {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__article-figure {
  margin: 30px auto;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure it behaves as a block element */
  margin: 0 auto; /* Center the image */
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__figcaption {
  font-style: italic;
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__cta-block {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background: #D32F2F; /* Card BG */
  border-radius: 8px;
  color: #FFF5E1; /* Text Main */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__cta-block p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  color: #FFF5E1;
}

/* FAQ Section Styles */
.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__faq-section {
  padding-bottom: 60px;
}

.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__faq-list {
  margin-top: 30px;
}

details.page-blog-chien-thuat-ca-cuoc-bong-da-tai-bong-dalu__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #F2B544; /* Border color */
  overflow: hidden;
  background: #B71C1C; /* Background color for FAQ item */
  color: #FFF5E1; /* Text Main for FAQ item */
}