
.vdocs-latest{font-family:Inter,Roboto,Arial,sans-serif;color:#17304f}
.vdocs-latest *{box-sizing:border-box}
.vdocs-latest-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:16px}
.vdocs-latest-eyebrow{display:block;margin-bottom:5px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:850;color:#397056}
.vdocs-latest-head h2{margin:0;color:#0d3c69;font-size:2rem;line-height:1.15}
.vdocs-latest-all{color:#104b7d;text-decoration:none;font-weight:800;white-space:nowrap}
.vdocs-latest-list{
  overflow:hidden;
  border:1px solid #dce5ee;
  border-radius:16px;
  background:#fff;
  box-shadow:0 7px 22px rgba(20,55,90,.04)
}
.vdocs-latest-item{
  min-height:78px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:13px 16px;
  border-bottom:1px solid #e5ebf1
}
.vdocs-latest-item:last-child{border-bottom:0}
.vdocs-latest-pdf{
  width:42px;height:42px;display:grid;place-items:center;border-radius:10px;
  background:#fff0ef;color:#b42318;font-size:.72rem;font-weight:900
}
.vdocs-latest-main{min-width:0}
.vdocs-latest-meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:4px;color:#758397;font-size:.72rem}
.vdocs-latest-meta span{display:inline-flex;align-items:center}
.vdocs-latest-meta span+span::before{content:"·";margin-right:6px;color:#a5b0bc}
.vdocs-latest-main h3{margin:0;color:#103b68;font-size:.95rem;line-height:1.35}
.vdocs-latest-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}
.vdocs-latest-actions a{color:#104b7d;text-decoration:none;font-weight:800;font-size:.84rem}
.vdocs-latest-size{color:#7c8998;font-size:.76rem;margin-right:4px}
@media(max-width:760px){
  .vdocs-latest-head{align-items:flex-start;flex-direction:column;gap:7px}
  .vdocs-latest-head h2{font-size:1.65rem}
  .vdocs-latest-item{grid-template-columns:44px minmax(0,1fr)}
  .vdocs-latest-actions{grid-column:2;flex-wrap:wrap;white-space:normal}
  .vdocs-latest-size{width:100%}
}
