.mzhm-manuals {
    --mzhm-ink: #171717;
    --mzhm-copy: #525252;
    --mzhm-muted: #737373;
    --mzhm-accent: #e11d48;
    --mzhm-soft: #f5f5f5;
    --mzhm-line: #e5e5e5;
    max-width: 920px;
    color: var(--mzhm-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mzhm-manuals * { box-sizing: border-box; }
.mzhm-manuals__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 16px; }
.mzhm-manuals__head span { display: block; margin-bottom: 4px; color: var(--mzhm-accent); font-size: 11px; line-height: 1.25; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mzhm-manuals__head h2 { margin: 0; color: var(--mzhm-ink); font-size: clamp(22px, 3vw, 30px); line-height: 1.15; font-weight: 800; letter-spacing: 0; }
.mzhm-manuals__head p { max-width: 330px; margin: 0; color: var(--mzhm-copy); font-size: 13px; line-height: 1.45; text-align: right; }
.mzhm-manuals__list { display: grid; margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--mzhm-line); border-radius: 8px; background: #fff; list-style: none; }
.mzhm-manuals__list li { margin: 0; border-bottom: 1px solid var(--mzhm-line); }
.mzhm-manuals__list li:last-child { border-bottom: 0; }
.mzhm-manuals__list a { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 76px; padding: 13px 16px; color: var(--mzhm-ink); text-decoration: none; transition: background .16s ease; }
.mzhm-manuals__list a:hover { color: var(--mzhm-ink); background: #fafafa; }
.mzhm-manuals__list a:focus-visible { outline: 3px solid #be123c; outline-offset: -3px; }
.mzhm-manuals__file { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid #fecdd3; border-radius: 7px; color: #be123c; background: #fff1f2; font-size: 11px; font-weight: 850; }
.mzhm-manuals__body { min-width: 0; }
.mzhm-manuals__body strong, .mzhm-manuals__body small { display: block; }
.mzhm-manuals__body strong { overflow: hidden; font-size: 15px; line-height: 1.35; font-weight: 720; text-overflow: ellipsis; }
.mzhm-manuals__body small { margin-top: 4px; color: var(--mzhm-muted); font-size: 12px; line-height: 1.35; }
.mzhm-manuals__action { display: inline-flex; align-items: center; gap: 6px; color: var(--mzhm-accent); font-size: 12px; font-weight: 750; white-space: nowrap; }

@media (max-width: 640px) {
    .mzhm-manuals__head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .mzhm-manuals__head p { text-align: left; }
    .mzhm-manuals__list a { grid-template-columns: 42px minmax(0, 1fr); min-height: 70px; padding: 12px; }
    .mzhm-manuals__file { width: 42px; height: 42px; }
    .mzhm-manuals__action { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
    .mzhm-manuals__list a { transition: none; }
}
