p {
  word-break: keep-all;
  white-space: normal;
  line-height: 1.6;
}
span {
  word-break: keep-all;
  white-space: nowrap;
}
p, span {
  word-break: normal !important;
  white-space: normal !important;
  line-height: 1.6;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.text-red-lg {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.section-title.red {
  font-size: 24px;
  color: red;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px;
}

.reward-table {
  color: white;
  background-color: #5a2d17; /* nền nâu đậm như ảnh */
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

.reward-table th,
.reward-table td {
  border: 1px solid #0074D9;
  padding: 8px;
  text-align: left;
}

.reward-table th {
  background: #3a1e10;
  color: white;
  font-size: 18px;
}

.reward-table a {
  color: white !important;
  font-weight: bold;
  text-decoration: underline;
}
a.reward-link {
  color: white !important;  /* đổi từ #000 sang white */
  font-weight: bold;
  text-decoration: underline;
}
.note {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.note-box {
  border: 1px dashed #aaa;
  padding: 10px;
  margin: 10px 0;
  font-size: 14px;
  font-style: italic;
}

.note-box.red {
  background: #fff0f0;
  border-color: red;
  color: #b30000;
}

.note-box.blue {
  background: #f0f8ff;
  border-color: #0074D9;
  color: #005299;
}

.img-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.img-popup img {
  max-width: 90%;
  max-height: 90%;
  border: 3px solid white;
  box-shadow: 0 0 15px #fff;
  border-radius: 8px;
  cursor: pointer;
}
.sub-content-list-news-txt {
  word-break: keep-all;
  white-space: normal;
  overflow-wrap: break-word;
  line-height: 1.6;
}
