.page-resources-game-ok365-latest-news {
  color: #ffffff; /* Sẽ được điều chỉnh bởi hệ thống màu thông minh */
  background-color: var(--bg-dark); /* Màu nền từ shared.css */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: 120px; /* Đảm bảo nội dung không bị che bởi nav bar cố định */
}

.page-resources-game-ok365-latest-news__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-game-ok365-latest-news__hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1A1A1A 100%);
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-game-ok365-latest-news__main-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.page-resources-game-ok365-latest-news__subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-game-ok365-latest-news__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; /* Cho phép các nút xuống dòng trên di động */
}

.page-resources-game-ok365-latest-news__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-game-ok365-latest-news__cta-button--primary {
  background: var(--primary-color, #FFD700);
  color: #1A1A1A;
  border: 2px solid var(--primary-color, #FFD700);
}

.page-resources-game-ok365-latest-news__cta-button--primary:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-game-ok365-latest-news__cta-button--secondary {
  background: transparent;
  color: var(--primary-color, #FFD700);
  border: 2px solid var(--primary-color, #FFD700);
}

.page-resources-game-ok365-latest-news__cta-button--secondary:hover {
  background: var(--primary-color, #FFD700);
  color: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-game-ok365-latest-news__content-section {
  padding: 60px 0;
}

.page-resources-game-ok365-latest-news__section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: var(--primary-color, #FFD700);
}

.page-resources-game-ok365-latest-news__sub-section-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--primary-color, #FFD700);
  text-align: left;
}

.page-resources-game-ok365-latest-news__text-block {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.7;
  color: #f0f0f0; /* Màu chữ cho nền tối */
}

.page-resources-game-ok365-latest-news__dark-bg {
  background-color: #1A1A1A;
  color: #ffffff; /* Chữ trắng trên nền đen */
}

.page-resources-game-ok365-latest-news__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0; /* Màu chữ cho nền tối */
}

.page-resources-game-ok365-latest-news__list-item {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.7;
}

.page-resources-game-ok365-latest-news__list-item strong {
  color: var(--primary-color, #FFD700);
}

.page-resources-game-ok365-latest-news__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-game-ok365-latest-news__inline-link {
  color: var(--primary-color, #FFD700);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-game-ok365-latest-news__inline-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-game-ok365-latest-news {
    padding-top: 100px !important; /* Điều chỉnh padding-top cho di động */
    font-size: 16px;
    line-height: 1.5;
  }

  .page-resources-game-ok365-latest-news__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-game-ok365-latest-news__hero-section {
    padding: 60px 0;
  }

  .page-resources-game-ok365-latest-news__main-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .page-resources-game-ok365-latest-news__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-resources-game-ok365-latest-news__cta-group {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .page-resources-game-ok365-latest-news__cta-button {
    width: 100% !important;
    padding: 12px 25px;
    font-size: 16px;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-game-ok365-latest-news__content-section {
    padding: 40px 0;
  }

  .page-resources-game-ok365-latest-news__section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .page-resources-game-ok365-latest-news__sub-section-title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-game-ok365-latest-news__text-block,
  .page-resources-game-ok365-latest-news__list-item {
    font-size: 15px;
  }

  .page-resources-game-ok365-latest-news__list {
    margin-left: 20px;
  }

  .page-resources-game-ok365-latest-news img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    display: block !important;
  }
}

/* Đảm bảo màu chữ tương phản trên nền tối */
.page-resources-game-ok365-latest-news__dark-bg .page-resources-game-ok365-latest-news__text-block,
.page-resources-game-ok365-latest-news__dark-bg .page-resources-game-ok365-latest-news__list-item {
  color: #ffffff;
}

.page-resources-game-ok365-latest-news__dark-bg .page-resources-game-ok365-latest-news__inline-link {
  color: var(--primary-color, #FFD700);
}

.page-resources-game-ok365-latest-news__dark-bg .page-resources-game-ok365-latest-news__inline-link:hover {
  color: #e6c200;
}

.page-resources-game-ok365-latest-news p,
.page-resources-game-ok365-latest-news li {
  color: #f0f0f0; /* Đảm bảo màu chữ trên nền tổng thể của body là sáng */
}