.nsd-documents{
  --nsd-navy:#063b73;
  --nsd-deep:#052d59;
  --nsd-blue:#006fc9;
  --nsd-cyan:#009fe3;
  --nsd-ink:#071b3d;
  --nsd-muted:#5c7087;
  --nsd-border:#d9e7f2;
  --nsd-soft:#f3f9fd;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial,Helvetica,sans-serif;
}

.nsd-access-note{
  display:flex;
  align-items:flex-start;
  gap:14px;
  width:100%;
  box-sizing:border-box;
  margin:0 0 32px;
  padding:17px 20px;
  border:1px solid #9fd7f2;
  border-left:4px solid var(--nsd-blue);
  border-radius:12px;
  background:linear-gradient(135deg,#eef8fd,#f8fcff);
  color:var(--nsd-deep);
  box-shadow:0 3px 12px rgba(5,45,89,.05);
}
.nsd-access-note__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  flex:0 0 24px;
  margin-top:1px;
  border-radius:5px;
  background:linear-gradient(135deg,var(--nsd-blue),var(--nsd-cyan));
  color:#fff;
  font:800 15px/1 Arial,Helvetica,sans-serif;
  box-shadow:0 3px 8px rgba(0,111,201,.18);
}
.nsd-access-note p{
  margin:0!important;
  padding:0!important;
  color:var(--nsd-deep)!important;
  font:400 14px/1.65 Arial,Helvetica,sans-serif!important;
}
.nsd-access-note strong{font-weight:800;color:var(--nsd-deep)}

.nsd-document-section{width:100%;margin:0 0 42px;padding:0;box-sizing:border-box}
.nsd-document-section:last-child{margin-bottom:0}
.nsd-category-title{
  display:inline-flex;align-items:center;gap:9px;
  margin:0 0 16px!important;padding:11px 18px!important;
  border-radius:8px;color:#fff!important;
  background:linear-gradient(135deg,var(--nsd-deep),var(--nsd-blue));
  box-shadow:0 5px 14px rgba(5,45,89,.12);
  font:700 12px/1.2 Arial,Helvetica,sans-serif!important;
  letter-spacing:1.6px;text-transform:uppercase;
}
.nsd-tone-1 .nsd-category-title{background:linear-gradient(135deg,#0b4f8d,var(--nsd-cyan))}
.nsd-tone-2 .nsd-category-title{background:linear-gradient(135deg,var(--nsd-navy),#138fd3)}
.nsd-category-symbol{font-size:14px;line-height:1}
.nsd-document-list{display:flex;flex-direction:column;gap:12px;width:100%}
.nsd-document-row{
  position:relative;display:flex;align-items:center;gap:14px;
  width:100%;min-height:72px;box-sizing:border-box;
  padding:13px 20px 13px 18px;
  color:var(--nsd-ink)!important;text-decoration:none!important;
  background:#fff;border:1px solid var(--nsd-border);border-radius:12px;
  box-shadow:0 3px 12px rgba(5,45,89,.055);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.nsd-document-row::before{
  content:"";position:absolute;left:0;top:11px;bottom:11px;width:3px;
  border-radius:0 4px 4px 0;background:linear-gradient(180deg,var(--nsd-blue),var(--nsd-cyan));
}
.nsd-document-row:hover{transform:translateY(-1px);border-color:#b9d8ed;box-shadow:0 7px 20px rgba(5,45,89,.09)}
.nsd-file-icon{
  width:43px;height:43px;flex:0 0 43px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;flex-direction:column;
  background:linear-gradient(135deg,#eef7fd,#e1f1fb);color:var(--nsd-blue);
  border:1px solid #dcecf7;
}
.nsd-file-glyph{font-size:18px;line-height:15px}.nsd-file-icon small{margin-top:3px;font-size:7px;font-weight:800;letter-spacing:.6px}
.nsd-document-name{min-width:0;flex:1;font-size:14px;font-weight:700;line-height:1.45;color:var(--nsd-ink);overflow-wrap:anywhere}
.nsd-document-arrow{margin-left:auto;flex:0 0 auto;color:var(--nsd-blue);font-size:24px;font-weight:400;transition:transform .2s ease,color .2s ease}
.nsd-document-row:hover .nsd-document-arrow{transform:translateX(3px);color:var(--nsd-cyan)}
@media (max-width:767px){
  .nsd-access-note{margin-bottom:24px;padding:14px 15px;gap:11px;border-radius:10px}.nsd-access-note__icon{width:22px;height:22px;flex-basis:22px;font-size:13px}.nsd-access-note p{font-size:13px!important;line-height:1.55!important;}
  .nsd-document-section{margin-bottom:30px}.nsd-category-title{margin-bottom:12px!important;padding:10px 13px!important;font-size:10px!important;letter-spacing:1.15px;max-width:100%;white-space:normal}
  .nsd-document-list{gap:10px}.nsd-document-row{min-height:66px;padding:10px 13px 10px 13px;gap:11px;border-radius:10px}
  .nsd-file-icon{width:39px;height:39px;flex-basis:39px}.nsd-document-name{font-size:13px}.nsd-document-arrow{font-size:20px}
}
@media (max-width:420px){
  .nsd-access-note{padding:12px 12px;margin-bottom:20px}.nsd-access-note p{font-size:12.5px!important;}
  .nsd-document-row{padding-right:10px}.nsd-file-icon{width:36px;height:36px;flex-basis:36px;border-radius:9px}.nsd-document-name{font-size:12.5px}.nsd-document-arrow{font-size:19px}
}
@media (prefers-reduced-motion:reduce){.nsd-document-row,.nsd-document-arrow{transition:none}.nsd-document-row:hover{transform:none}}
