.page-tin-tuc-cap-nhat-moi-nhat {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main on Deep Navy body */
  background-color: var(--deep-navy); /* From shared.css */
}

.page-tin-tuc-cap-nhat-moi-nhat__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

/* HERO Section */
.page-tin-tuc-cap-nhat-moi-nhat__hero-section {
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  background-color: #08162B; /* Deep Navy */
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0 16px;
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-image-wrapper {
  width: 100%;
  text-align: center;
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-text-container {
  text-align: center;
  max-width: 800px;
}

.page-tin-tuc-cap-nhat-moi-nhat__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-tin-tuc-cap-nhat-moi-nhat__intro-text {
  font-size: 1.1em;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-tin-tuc-cap-nhat-moi-nhat__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-primary,
.page-tin-tuc-cap-nhat-moi-nhat__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF;
  border: 2px solid #2B73F6;
  box-shadow: 0 4px 15px rgba(17, 68, 166, 0.4);
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 6px 20px rgba(17, 68, 166, 0.6);
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-secondary {
  background-color: transparent;
  color: #F3F8FF;
  border: 2px solid #244D84; /* Border color */
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #4FA8FF; /* Glow */
  color: #4FA8FF;
}

/* Latest News Section */
.page-tin-tuc-cap-nhat-moi-nhat__latest-news-section {
  background-color: #08162B; /* Deep Navy */
  padding: 60px 0;
}

.page-tin-tuc-cap-nhat-moi-nhat__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 20px;
}

.page-tin-tuc-cap-nhat-moi-nhat__section-description {
  font-size: 1.1em;
  color: #AFC4E8; /* Text Secondary */
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-card {
  background-color: #10233F; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #244D84; /* Border color */
}

.page-tin-tuc-cap-nhat-moi-nhat__news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.page-tin-tuc-cap-nhat-moi-nhat__news-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-image {
  width: 100%;
  height: 220px; /* Fixed height for consistent card appearance */
  object-fit: cover;
  display: block;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-content {
  padding: 25px;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-title {
  font-size: 1.4em;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-excerpt {
  font-size: 0.95em;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-date {
  font-size: 0.85em;
  color: #1D5FD1; /* Auxiliary color */
  display: block;
}

.page-tin-tuc-cap-nhat-moi-nhat__view-all-button-container {
  text-align: center;
}

/* Promotions Callout Section */
.page-tin-tuc-cap-nhat-moi-nhat__promotions-callout-section {
  padding: 80px 0;
  background-color: #08162B; /* Deep Navy */
}

.page-tin-tuc-cap-nhat-moi-nhat__promotions-callout-section .page-tin-tuc-cap-nhat-moi-nhat__container {
  display: flex;
  align-items: center;
  gap: 50px;
  background-color: #10233F; /* Card BG */
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #244D84; /* Border color */
}

.page-tin-tuc-cap-nhat-moi-nhat__promotions-content {
  flex: 1;
}

.page-tin-tuc-cap-nhat-moi-nhat__promotions-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold */
  margin-bottom: 25px;
  line-height: 1.2;
}

.page-tin-tuc-cap-nhat-moi-nhat__promotions-description {
  font-size: 1.1em;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-tin-tuc-cap-nhat-moi-nhat__promotions-image-wrapper {
  flex-shrink: 0;
  width: 400px;
}

.page-tin-tuc-cap-nhat-moi-nhat__promotions-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* General image responsiveness */
.page-tin-tuc-cap-nhat-moi-nhat img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  /* HERO Section */
  .page-tin-tuc-cap-nhat-moi-nhat__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__hero-content-wrapper {
    padding: 0 15px !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em) !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__intro-text {
    font-size: 1em !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__btn-primary,
  .page-tin-tuc-cap-nhat-moi-nhat__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
  }

  /* Latest News Section */
  .page-tin-tuc-cap-nhat-moi-nhat__latest-news-section {
    padding: 40px 0 !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__container {
    padding: 20px 15px !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__section-title {
    font-size: 2em !important;
    margin-bottom: 15px !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__section-description {
    font-size: 0.95em !important;
    margin-bottom: 30px !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__news-grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__news-image {
    height: 180px !important; /* Adjust height for mobile */
  }

  .page-tin-tuc-cap-nhat-moi-nhat__news-title {
    font-size: 1.2em !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__news-excerpt,
  .page-tin-tuc-cap-nhat-moi-nhat__news-date {
    font-size: 0.9em !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__view-all-button-container {
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* Promotions Callout Section */
  .page-tin-tuc-cap-nhat-moi-nhat__promotions-callout-section {
    padding: 40px 0 !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__promotions-callout-section .page-tin-tuc-cap-nhat-moi-nhat__container {
    flex-direction: column !important;
    padding: 30px !important;
    gap: 30px !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__promotions-title {
    font-size: 1.8em !important;
    text-align: center;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__promotions-description {
    font-size: 1em !important;
    text-align: center;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__promotions-image-wrapper {
    width: 100% !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__promotions-image {
    width: 100% !important;
    height: auto !important;
  }

  /* General image and container responsiveness */
  .page-tin-tuc-cap-nhat-moi-nhat img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-tin-tuc-cap-nhat-moi-nhat__section,
  .page-tin-tuc-cap-nhat-moi-nhat__card,
  .page-tin-tuc-cap-nhat-moi-nhat__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}