.page-news-industry-updates {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
}

.page-news-industry-updates__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-news-industry-updates__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-news-industry-updates__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-news-industry-updates__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-news-industry-updates__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-news-industry-updates__main-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-news-industry-updates__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-news-industry-updates__hero-image {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-news-industry-updates__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-news-industry-updates__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-news-industry-updates__btn-primary {
  background: #C30808; /* Đăng ký/Đăng nhập màu đỏ */
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-news-industry-updates__btn-primary:hover {
  background: #a30606;
  border-color: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-news-industry-updates__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-news-industry-updates__btn-secondary:hover {
  background: #f0f0f0;
  color: #015c2d;
  border-color: #015c2d;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-news-industry-updates__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-industry-updates__latest-news,
.page-news-industry-updates__industry-trends,
.page-news-industry-updates__five88-announcements,
.page-news-industry-updates__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-news-industry-updates__section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #017439;
}

.page-news-industry-updates__section-description {
  font-size: 18px;
  margin-bottom: 50px;
  color: #555555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-industry-updates__dark-bg .page-news-industry-updates__section-title,
.page-news-industry-updates__dark-bg .page-news-industry-updates__section-description {
  color: #ffffff;
}

.page-news-industry-updates__article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-news-industry-updates__article-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-news-industry-updates__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-news-industry-updates__article-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-news-industry-updates__article-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-news-industry-updates__article-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-news-industry-updates__article-link {
  color: #017439;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-news-industry-updates__article-link:hover {
  color: #015c2d;
  text-decoration: underline;
}

.page-news-industry-updates__article-excerpt {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-news-industry-updates__article-date {
  font-size: 14px;
  color: #888888;
  margin-top: auto;
  margin-bottom: 10px;
  display: block;
}

.page-news-industry-updates__read-more {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.page-news-industry-updates__view-all-button-container {
  margin-top: 60px;
}

.page-news-industry-updates__industry-trends .page-news-industry-updates__section-title {
  color: #ffffff;
}

.page-news-industry-updates__industry-trends .page-news-industry-updates__section-description {
  color: #f0f0f0;
}

.page-news-industry-updates__trend-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
  margin-top: 50px;
}

.page-news-industry-updates__trend-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-industry-updates__trend-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-news-industry-updates__trend-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-news-industry-updates__trend-title {
  font-size: 22px;
  font-weight: 600;
  color: #017439;
  padding: 0 25px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-news-industry-updates__trend-excerpt {
  font-size: 16px;
  color: #555555;
  padding: 0 25px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-news-industry-updates__five88-announcements .page-news-industry-updates__section-title {
  color: #017439;
}

.page-news-industry-updates__five88-announcements .page-news-industry-updates__section-description {
  color: #555555;
}

.page-news-industry-updates__announcement-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

.page-news-industry-updates__announcement-item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: box-shadow 0.3s ease;
}

.page-news-industry-updates__announcement-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-news-industry-updates__announcement-title {
  font-size: 24px;
  font-weight: 600;
  color: #017439;
  margin-bottom: 10px;
}

.page-news-industry-updates__announcement-excerpt {
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
}

.page-news-industry-updates__announcement-date {
  font-size: 14px;
  color: #888888;
  display: block;
  margin-top: 10px;
}

.page-news-industry-updates__cta-section {
  background-color: #017439;
  color: #ffffff;
  padding: 100px 20px;
}

.page-news-industry-updates__cta-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-news-industry-updates__cta-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-news-industry-updates__cta-description {
  font-size: 18px;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-news-industry-updates__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-news-industry-updates__main-title {
    font-size: 42px;
  }
  .page-news-industry-updates__section-title {
    font-size: 34px;
  }
  .page-news-industry-updates__cta-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .page-news-industry-updates__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-news-industry-updates__hero-container {
    flex-direction: column;
    gap: 20px;
  }
  .page-news-industry-updates__main-title {
    font-size: 32px;
  }
  .page-news-industry-updates__hero-description {
    font-size: 16px;
  }
  .page-news-industry-updates__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-news-industry-updates__latest-news,
  .page-news-industry-updates__industry-trends,
  .page-news-industry-updates__five88-announcements,
  .page-news-industry-updates__cta-section {
    padding: 50px 0;
  }
  .page-news-industry-updates__section-title {
    font-size: 28px;
  }
  .page-news-industry-updates__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-news-industry-updates__article-grid,
  .page-news-industry-updates__trend-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-news-industry-updates__article-title,
  .page-news-industry-updates__trend-title {
    font-size: 18px;
  }
  .page-news-industry-updates__article-excerpt,
  .page-news-industry-updates__trend-excerpt,
  .page-news-industry-updates__announcement-excerpt {
    font-size: 15px;
  }
  .page-news-industry-updates__announcement-title {
    font-size: 20px;
  }
  .page-news-industry-updates__cta-title {
    font-size: 30px;
  }
  .page-news-industry-updates__cta-description {
    font-size: 16px;
  }
  .page-news-industry-updates__button-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-news-industry-updates__container,
  .page-news-industry-updates__cta-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-news-industry-updates img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-news-industry-updates__section, .page-news-industry-updates__card, .page-news-industry-updates__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-news-industry-updates__hero-image {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .page-news-industry-updates__main-title {
    font-size: 28px;
  }
  .page-news-industry-updates__section-title {
    font-size: 24px;
  }
  .page-news-industry-updates__cta-title {
    font-size: 26px;
  }
  .page-news-industry-updates__article-image {
    height: 180px;
  }
  .page-news-industry-updates__trend-image {
    height: 160px;
  }
  .page-news-industry-updates__article-title,
  .page-news-industry-updates__trend-title {
    font-size: 17px;
  }
}