.excerpt-container {
  position: relative;
  margin: 30px 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background: #1D1E22;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.excerpt-content {
  max-height: 2300px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.excerpt-container.expanded .excerpt-content {
  max-height: 22000px;
}

.toggle-button-container {
  text-align: center;
  margin-top: 20px;
}

.toggle-button {
  background: linear-gradient(135deg, #0073aa, #00bfff);
  color: white;
  padding: 12px 32px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
  transition: all 0.3s ease-in-out;
}

.toggle-button:hover {
  background: linear-gradient(135deg, #005f8d, #00a3cc);
  box-shadow: 0 6px 16px rgba(0, 115, 170, 0.5);
  transform: scale(1.03);
}

.toggle-button::after {
  content: ' ▼';
  font-size: 12px;
}

.excerpt-container.expanded .toggle-button::after {
  content: ' ▲';
}


  .toggle-button {
    display: inline-block;
    margin-top: 15px;
    background-color: #0073aa;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .toggle-button:hover {
    background-color: #005f8d;
  }

  .toggle-button::after {
    content: ' ▼';
    font-size: 12px;
  }

  .excerpt-container.expanded .toggle-button::after {
    content: ' ▲';
  }
.excerpt-container {
  position: relative;
  margin: 30px 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background: #1D1E22;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.excerpt-content {
  max-height: 2300px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.excerpt-container.expanded .excerpt-content {
  max-height: 22000px;
}

.toggle-button-container {
  text-align: center;
  margin-top: 20px;
}

.toggle-button {
  background: linear-gradient(135deg, #0073aa, #00bfff);
  color: white;
  padding: 12px 32px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
  transition: all 0.3s ease-in-out;
}

.toggle-button:hover {
  background: linear-gradient(135deg, #005f8d, #00a3cc);
  box-shadow: 0 6px 16px rgba(0, 115, 170, 0.5);
  transform: scale(1.03);
}

.toggle-button::after {
  content: ' ▼';
  font-size: 12px;
}

.excerpt-container.expanded .toggle-button::after {
  content: ' ▲';
}


  .toggle-button {
    display: inline-block;
    margin-top: 15px;
    background-color: #0073aa;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .toggle-button:hover {
    background-color: #005f8d;
  }

  .toggle-button::after {
    content: ' ▼';
    font-size: 12px;
  }

  .excerpt-container.expanded .toggle-button::after {
    content: ' ▲';
  }.download-wp {
  flex-shrink: 0;
  padding: 20px 40px;
  width: 420px;
  height: 689pxpx;
  background: url('/wp-content/uploads/2025/06/download-bg.21da8116.png') no-repeat;
  background-size: 100%;
  border-radius: 20px;
  font-family: Helvetica, sans-serif;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.download-wp .brand {
  display: block;
  margin: auto;
  width: 240px;
  height: 60px;
  background-size: contain;
}

.download-wp .title {
  padding: 20px 0 12px 0;
  height: 74px;
  line-height: 42px;
  font-family: Helvetica-Bold, sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  background-image: linear-gradient(180deg, #7146ff, #4a69ff);
  -webkit-background-clip: text;
  color: transparent;
}

.download-wp .sub-title {
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  color: #7785a9;
}

.download-wp .contents {
  padding: 12px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #7785a9;
}

.qr-code-wp {
  display: flex;
  margin-top: 12px;
}

.qr-code-wp .left-part {
  margin-right: 12px;
  width: 160px;
}

.qr-code-wp .qr-code {
  padding: 10px;
  background: #fff;
  height: 140px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #7785a9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-code-wp .left-part .spec {
  padding-top: 12px;
  font-size: 14px;
  letter-spacing: .5px;
  text-align: center;
  line-height: 18px;
  color: #7785a9;
}

.qr-code-wp .right-part .spec {
  font-size: 20px;
  letter-spacing: .34px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  color: #7785a9;
}

.qr-code-wp .right-part .device {
  display: flex;
  margin-top: 14px;
  height: 44px;
  width: 180px;
  background: url('/wp-content/uploads/2025/06/device-bg.bdf9256f.png') 100% no-repeat;
  background-size: 160px 40px;
}

.qr-code-wp .device .ios {
  width: 44px;
  height: 44px;
  background: url('data:image/png;base64,...') no-repeat top;
  background-size: 100%;
}

.qr-code-wp .device .android {
  width: 44px;
  height: 44px;
  background: url('data:image/png;base64,...') no-repeat top;
  background-size: 100%;
}

.qr-code-wp .device .text {
  width: 120px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  color: #bdd0ff;
}


/* Figure căn giữa, bo góc và đổ bóng ảnh đẹp */
.download-wp {
  flex-shrink: 0;
  padding: 20px 40px;
  width: 420px;
  height: 689pxpx;
  background: url('/wp-content/uploads/2025/06/download-bg.21da8116.png') no-repeat;
  background-size: 100%;
  border-radius: 20px;
  font-family: Helvetica, sans-serif;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.download-wp .brand {
  display: block;
  margin: auto;
  width: 240px;
  height: 60px;
  background-size: contain;
}

.download-wp .title {
  padding: 20px 0 12px 0;
  height: 74px;
  line-height: 42px;
  font-family: Helvetica-Bold, sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  background-image: linear-gradient(180deg, #7146ff, #4a69ff);
  -webkit-background-clip: text;
  color: transparent;
}

.download-wp .sub-title {
  line-height: 30px;
  text-align: center;
  font-size: 22px;
  color: #7785a9;
}

.download-wp .contents {
  padding: 12px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #7785a9;
}

.qr-code-wp {
  display: flex;
  margin-top: 12px;
}

.qr-code-wp .left-part {
  margin-right: 12px;
  width: 160px;
}

.qr-code-wp .qr-code {
  padding: 10px;
  background: #fff;
  height: 140px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #7785a9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-code-wp .left-part .spec {
  padding-top: 12px;
  font-size: 14px;
  letter-spacing: .5px;
  text-align: center;
  line-height: 18px;
  color: #7785a9;
}

.qr-code-wp .right-part .spec {
  font-size: 20px;
  letter-spacing: .34px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  color: #7785a9;
}

.qr-code-wp .right-part .device {
  display: flex;
  margin-top: 14px;
  height: 44px;
  width: 180px;
  background: url('/wp-content/uploads/2025/06/device-bg.bdf9256f.png') 100% no-repeat;
  background-size: 160px 40px;
}

.qr-code-wp .device .ios {
  width: 44px;
  height: 44px;
  background: url('data:image/png;base64,...') no-repeat top;
  background-size: 100%;
}

.qr-code-wp .device .android {
  width: 44px;
  height: 44px;
  background: url('data:image/png;base64,...') no-repeat top;
  background-size: 100%;
}

.qr-code-wp .device .text {
  width: 120px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  color: #bdd0ff;
}


/* Figure căn giữa, bo góc và đổ bóng ảnh đẹp */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 */#toc-container {
  background: #fdfdfd;
  border: 1px solid #ddd;
  border-left: 4px solid #0073aa;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* TOC Title */
#toc-container > strong {
  font-size: 18px;
  color: #0073aa;
  display: block;
  margin-bottom: 10px;
}

/* TOC List */
#toc-container ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#toc-container ul li {
  margin: 6px 0;
  line-height: 1.5;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
}

#toc-container ul li:hover {
  border-left: 2px solid #0073aa;
  background: #f0f8ff;
  padding-left: 8px;
}

/* TOC Links */
#toc-container ul li a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}

#toc-container ul li a:hover {
  color: #0073aa;
  text-decoration: underline;
}

/* Áp dụng cho PC */
@media (min-width: 769px) {
#toc-container {
  background: #fdfdfd;
  border: 1px solid #ddd;
  border-left: 4px solid #0073aa;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* TOC Title */
#toc-container > strong {
  font-size: 18px;
  color: #0073aa;
  display: block;
  margin-bottom: 10px;
}

/* TOC List */
#toc-container ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#toc-container ul li {
  margin: 6px 0;
  line-height: 1.5;
  border-left: 2px solid transparent;
  transition: all 0.2s ease;
}

#toc-container ul li:hover {
  border-left: 2px solid #0073aa;
  background: #f0f8ff;
  padding-left: 8px;
}

/* TOC Links */
#toc-container ul li a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
}

#toc-container ul li a:hover {
  color: #0073aa;
  text-decoration: underline;
}

/* Áp dụng cho PC */
@media (min-width: 769px) {body[data-theme=black] [data-v-c4fa8476]::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:6px;background:#282a2d;}
body[data-theme=black] .newTheme .navigationBoxTop .timeWraper[data-v-c4fa8476]{font-size:13px;margin-left:10px;min-width:140px;color:#8491a5;}
body[data-theme=black] .newTheme .navigationBoxTop .timeWraper span[data-v-c4fa8476]{margin-left:5px;}
body[data-theme=black] ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.2);border-radius:6px;background:#282a2d;}

.header-button {
    display: inline-block;
    width: max-content;
}
/* ---------------------------