/* style/blog-meo-ca-cuoc-hieu-qua-123b.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-meo-ca-cuoc-hieu-qua-123b {
  font-family: Arial, sans-serif;
  color: var(--text-main, #F3F8FF); /* Default text color from palette */
  line-height: 1.6;
  background-color: transparent; /* Body will handle the main background color */
}

.page-blog-meo-ca-cuoc-hieu-qua-123b__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-meo-ca-cuoc-hieu-qua-123b__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--color-deep-navy, #08162B); /* Ensure hero section has a background */
}

.page-blog-meo-ca-cuoc-hieu-qua-123b__hero-image {
  width: 100%;
  max-height: 600px; /* Limit height for desktop hero */
  overflow: hidden;
}