.documents-page { box-sizing: border-box; width: 100%; max-width: 1440px; margin: 0 auto; padding: 42px 32px 64px; color: #302824; }
.documents-heading { margin-bottom: 26px; }
.documents-back { color: #795744; font-size: 14px; text-decoration: none; }
.documents-heading h1 { margin: 22px 0 10px; font-size: clamp(25px, 3vw, 36px); line-height: 1.2; }
.documents-heading p { margin: 0; color: #746860; line-height: 1.6; }
.documents-list { display: grid; gap: 10px; }
.document-row { display: flex; align-items: center; gap: 16px; min-height: 62px; box-sizing: border-box; width: 100%; padding: 12px 20px; border: 1px solid #e5dcd6; border-radius: 14px; background: #fff; color: inherit; text-decoration: none; transition: border-color .15s, background .15s; }
.document-row:hover { background: #fffaf6; border-color: #c79e83; }
.document-row:focus-visible { outline: 3px solid #b97648; outline-offset: 3px; }
.document-row__icon { display: flex; flex: 0 0 24px; color: #a4795f; }
.document-row__icon svg { width: 24px; height: 24px; }
.document-row__name { min-width: 0; flex: 1; overflow-wrap: anywhere; font-size: 15px; font-weight: 600; line-height: 1.5; }
.document-row__size { color: #7b716c; font-size: 12px; white-space: nowrap; }
.document-row__action { color: #875230; font-size: 13px; font-weight: 700; white-space: nowrap; }
.documents-empty { padding: 24px; border: 1px solid #e5dcd6; border-radius: 14px; color: #746860; }
@media (max-width: 600px) {
    .documents-page { padding: 28px 16px 40px; }
    .document-row { padding: 12px; gap: 10px; }
    .document-row__size { display: none; }
    .document-row__name { font-size: 13px; }
}
