/* ===== DOWNLOAD PAGE (sync home/register) ===== */
<style>
:root{
  --mm-radius: 14px;
  --mm-border-soft: rgba(255,255,255,.06);
  --mm-shadow: 0 18px 45px rgba(0,0,0,.45);
  --mm-accent: rgba(0,224,198,.95);
}

/* thu chiều ngang khu vực nội dung */
.vs-blog{ 
  max-width: 1100px;         /* 980–1150 tuỳ mắt */
  margin: 0 auto;
}

/* title bar */
.vs-blog .blog-meta.has-border.bg-major-black{
  border-radius: var(--mm-radius);
  border: 1px solid var(--mm-border-soft);
  box-shadow: var(--mm-shadow);
  overflow: hidden;
}

/* content card */
.vs-blog .blog-content.bg-major-black{
  border-radius: var(--mm-radius);
  border: 1px solid var(--mm-border-soft);
  box-shadow: var(--mm-shadow);
  padding: 18px 22px;        /* gọn dọc */
  overflow: visible;
}

/* title trong content */
.vs-blog .blog-content .title{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  color: rgba(255,255,255,.92);
}

/* ===== DOWNLOAD LIST ===== */
.dl-list{
  margin-top: 10px;
}
.dl-item{
  display:flex;
  gap: 16px;
  align-items:center;
  justify-content: space-between;

  padding: 14px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  margin-bottom: 12px;
}
.dl-left{
  min-width: 0;
}
.dl-name{
  font-weight: 900;
  color: rgba(255,255,255,.92);
  font-size: 16px;
  margin-bottom: 2px;
}
.dl-meta{
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.5;
}
.dl-meta b{ color: rgba(255,255,255,.78); }

.dl-right{
  flex: 0 0 auto;
}

/* nút download gọn, text không bị hụt */
.dl-btn.vs-btn.gradient-btn{
  height: 40px !important;
  min-height: 40px !important;
  line-height: normal !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap: 8px;

  padding: 0 18px !important;
  border-radius: 10px !important;
  font-weight: 900;
  letter-spacing: .2px;
}

/* hover nhẹ kiểu game UI */
.dl-item:hover{
  border-color: rgba(0,224,198,.18);
  box-shadow: 0 14px 32px rgba(0,0,0,.32);
  transform: translateY(-1px);
  transition: .14s ease;
}

/* ===== TROUBLESHOOT ===== */
.dl-help{
  margin-top: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.015);
  overflow: hidden;
}
.dl-help__head{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-weight: 900;
  color: rgba(255,255,255,.92);
}
.dl-help table{
  width: 100%;
  margin: 0;
}
.dl-help th, .dl-help td{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: top;
  color: rgba(255,255,255,.70);
  font-size: 13px;
}
.dl-help th{
  color: rgba(255,255,255,.85);
  font-weight: 900;
  background: rgba(0,224,198,.06);
  white-space: nowrap;
}
.dl-help tr:last-child td{ border-bottom: 0; }
.dl-help a{ color: var(--mm-accent); font-weight: 800; }

/* responsive: stack */
@media (max-width: 767px){
  .vs-blog{ max-width: 100%; padding: 0 10px; }
  .dl-item{ flex-direction: column; align-items: stretch; }
  .dl-right{ width: 100%; }
  .dl-btn.vs-btn.gradient-btn{ width: 100%; }
  .dl-help th{ width: 36%; white-space: normal; }
}
/* ===== section spacing tách mục ===== */
.dl-section{ margin-top: 6px; }
.dl-section + .dl-section{ margin-top: 18px; } /* tách rõ 2 mục */

/* ===== download cards stronger ===== */
.dl-item{
  position: relative;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  padding: 16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
  overflow: hidden;
}

/* vệt accent bên trái */
.dl-item::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width: 3px;
  background: rgba(0,224,198,.75);
  opacity: .55;
}

/* top row: title + badge */
.dl-top{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 6px;
}

.dl-name{
  font-weight: 900;
  font-size: 18px;
  color: rgba(255,255,255,.94);
}

/* badge */
.dl-badge{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.78);
}

/* meta nhỏ gọn */
.dl-meta{
  color: rgba(255,255,255,.70);
  line-height: 1.35;
}

/* button cân lại */
.dl-btn{
  min-width: 170px;
  height: 44px;
  line-height: 44px;
  border-radius: 12px;
  font-weight: 900;
}

/* hover nổi lên chút */
.dl-item:hover{
  transform: translateY(-1px);
  border-color: rgba(0,224,198,.22);
  box-shadow: 0 18px 44px rgba(0,0,0,.42);
}

/* ===== tone theo loại link ===== */
.dl-item.is-google .dl-name{ color: rgba(120, 220, 255, .95); }
.dl-item.is-google::before{ background: rgba(120,220,255,.85); }

.dl-item.is-ms .dl-name{ color: rgba(120, 255, 190, .95); }
.dl-item.is-ms::before{ background: rgba(120,255,190,.85); }

/* responsive */
@media (max-width: 991px){
  .dl-item{ flex-direction: column; align-items: stretch; }
  .dl-right{ display:flex; justify-content:flex-end; }
  .dl-btn{ width: 100%; min-width: 0; }
}
</syle>