.ms-doc-wrap{display:flex;flex-direction:column;gap:32px;font-family:'Baloo 2',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#24364f}
.ms-doc-section{display:flex;flex-direction:column;gap:18px}
.ms-doc-heading{margin:0;font-size:1.45rem;line-height:1.25;font-weight:800;color:#24364f}
.ms-doc-section-description p{margin:0;color:#5d6673}
.ms-doc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ms-doc-card{background:#fff;border:1px solid rgba(36,54,79,.14);border-radius:14px;padding:18px 20px;display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:center;box-shadow:0 3px 12px rgba(36,54,79,.08);min-height:112px}
.ms-doc-icon-wrap{display:flex;align-items:center;justify-content:center;width:56px;height:64px;flex:0 0 56px}
.ms-doc-custom-icon{display:block;max-width:56px;max-height:64px;width:auto;height:auto;object-fit:contain}
.ms-doc-file-icon{width:42px;height:52px;border:2px solid #ff4d45;border-radius:5px;display:flex;align-items:flex-end;justify-content:center;position:relative;background:#fff;color:#ff4d45;font-size:12px;font-weight:800;line-height:1;padding-bottom:8px;text-transform:uppercase}
.ms-doc-file-icon:before{content:'';position:absolute;right:-2px;top:-2px;width:15px;height:15px;background:linear-gradient(135deg,#fff 0 49%,#ff4d45 50% 100%);border-top-right-radius:3px}
.ms-doc-file-icon-doc,.ms-doc-file-icon-docx{border-color:#2f6fed;color:#2f6fed}.ms-doc-file-icon-doc:before,.ms-doc-file-icon-docx:before{background:linear-gradient(135deg,#fff 0 49%,#2f6fed 50% 100%)}
.ms-doc-file-icon-xls,.ms-doc-file-icon-xlsx{border-color:#22a65a;color:#22a65a}.ms-doc-file-icon-xls:before,.ms-doc-file-icon-xlsx:before{background:linear-gradient(135deg,#fff 0 49%,#22a65a 50% 100%)}
.ms-doc-file-icon-url{border-color:#2496a8;color:#2496a8}.ms-doc-file-icon-url:before{background:linear-gradient(135deg,#fff 0 49%,#2496a8 50% 100%)}
.ms-doc-content{min-width:0;display:flex;flex-direction:column;gap:4px}
.ms-doc-title{font-weight:800;font-size:1.02rem;line-height:1.25;color:#24364f}
.ms-doc-size{font-size:.9rem;line-height:1.3;color:#7a8491;font-weight:500}
.ms-doc-description{font-size:.92rem;line-height:1.35;color:#5d6673;margin-top:2px}
.ms-doc-button{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:4px;color:#2f6fed;font-weight:800;text-decoration:underline;text-underline-offset:2px;background:transparent;padding:0;border-radius:0;transition:opacity .15s ease,transform .15s ease}
.ms-doc-button:hover{opacity:.85;transform:translateX(2px);color:#2f6fed}
.ms-doc-empty{margin:0;color:#666}
@media (max-width:980px){.ms-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.ms-doc-grid{grid-template-columns:1fr}.ms-doc-card{grid-template-columns:48px 1fr;padding:16px}.ms-doc-icon-wrap{width:48px}.ms-doc-heading{font-size:1.25rem}}
