/* style/blog-cac-tro-choi-hot-nhat-tai-new66.css */

:root {
  --new66-primary-color: #FF8C1A;
  --new66-secondary-color: #FFA53A;
  --new66-card-bg: #17191F;
  --new66-background: #0D0E12;
  --new66-text-main: #FFF3E6;
  --new66-border-color: #A84F0C;
  --new66-glow-color: #FFB04D;
  --new66-deep-orange: #D96800;
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--new66-text-main); /* Default text color for dark background */
  background-color: var(--new66-background); /* Default dark background */
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* HERO Section */
.page-blog-cac-tro-choi-hot-nhat-tai-new66__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: var(--new66-background);
  color: var(--new66-text-main);
  text-align: center;
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 15px;
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__hero-content {
  flex: 1 1 50%;
  max-width: 600px;
  text-align: left;
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__main-title {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--new66-secondary-color);
  text-shadow: 0 0 10px rgba(255, 165, 58, 0.5);
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--new66-text-main);
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__btn-primary,
.page-blog-cac-tro-choi-hot-nhat-tai-new66__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__btn-primary {
  background: linear-gradient(180deg, var(--new66-secondary-color) 0%, var(--new66-deep-orange) 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__btn-primary:hover {
  background: linear-gradient(180deg, var(--new66-deep-orange) 0%, var(--new66-secondary-color) 100%);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
  transform: translateY(-2px);
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__btn-secondary {
  background-color: transparent;
  color: var(--new66-secondary-color);
  border: 2px solid var(--new66-secondary-color);
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__btn-secondary:hover {
  background-color: var(--new66-secondary-color);
  color: #ffffff;
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__hero-image {
  flex: 1 1 40%;
  max-width: 600px;
  text-align: center;
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(255, 140, 26, 0.3);
}

/* General Section Styling */
.page-blog-cac-tro-choi-hot-nhat-tai-new66__section-title {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: var(--new66-secondary-color);
  text-shadow: 0 0 8px rgba(255, 165, 58, 0.3);
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__text-block {
  font-size: 1.05em;
  text-align: center;
  margin-bottom: 30px;
  color: var(--new66-text-main);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Intro Section (Module 1) */
.page-blog-cac-tro-choi-hot-nhat-tai-new66__intro-section {
  padding: 60px 0;
  background-color: #17191F; /* Card BG for light contrast */
  color: var(--new66-text-main);
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__intro-section .page-blog-cac-tro-choi-hot-nhat-tai-new66__section-title {
  color: var(--new66-secondary-color);
}

.page-blog-cac-tro-choi-hot-nhat-tai-new66__intro-section .page-blog-cac-tro-choi-hot-nhat-tai-new66__text-block {
  color: var(--new66-text-main);
}