figure.wp-caption {
  margin: 2em auto;
  text-align: center;
  background: #5064FF;
  padding: 10px;
  border-radius: 14px;
  max-width: 100%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* Ảnh bên trong figure */
figure.wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hiệu ứng hover ảnh */
figure.wp-caption img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Caption hiển thị đẹp, nhẹ nhàng */
.wp-caption .wp-caption-text {
  margin-top: 8px;
  font-size: 14px;
  color: #FFFFFF;
  font-style: italic;
  line-height: 1.5;
}

/* Bảng bo góc 10px và căn giữa nội dung */
.wp-block-table, table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5em 0;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center; /* Căn giữa theo chiều ngang */
}

/* Ô bảng căn giữa cả chiều ngang và dọc */
.wp-block-table th,
.wp-block-table td,
table th,
table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  vertical-align: middle;
  text-align: center;
}

/* Header bảng nổi bật */
.wp-block-table th,
table th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
}

/* Hàng chẵn nền sáng nhẹ */
table tr:nth-child(even) {
  background-color: #fafafa;
}

/* Bo tròn các góc bảng */
table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.banner-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* TOC Container */
figure.wp-caption {
  margin: 2em auto;
  text-align: center;
  background: #5064FF;
  padding: 10px;
  border-radius: 14px;
  max-width: 100%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* Ảnh bên trong figure */
figure.wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hiệu ứng hover ảnh */
figure.wp-caption img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Caption hiển thị đẹp, nhẹ nhàng */
.wp-caption .wp-caption-text {
  margin-top: 8px;
  font-size: 14px;
  color: #FFFFFF;
  font-style: italic;
  line-height: 1.5;
}

/* Bảng bo góc 10px và căn giữa nội dung */
.wp-block-table, table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.5em 0;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center; /* Căn giữa theo chiều ngang */
}

/* Ô bảng căn giữa cả chiều ngang và dọc */
.wp-block-table th,
.wp-block-table td,
table th,
table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  vertical-align: middle;
  text-align: center;
}

/* Header bảng nổi bật */
.wp-block-table th,
table th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
}

/* Hàng chẵn nền sáng nhẹ */
table tr:nth-child(even) {
  background-color: #fafafa;
}

/* Bo tròn các góc bảng */
table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.banner-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* TOC Container */