a.attachment-card{box-sizing:border-box;border:1px solid var(--lightgray);width:100%;min-height:4.25rem;color:var(--darkgray);background:0 0;border-radius:.6rem;align-items:center;gap:.85rem;padding:.85rem 1rem;line-height:1.4;text-decoration:none;transition:background-color .15s,border-color .15s;display:flex}a.attachment-card:hover{background:var(--highlight);border-color:var(--secondary);color:var(--dark)}a.attachment-card:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.attachment-card>.attachment-card-icon{width:1.5rem;height:1.5rem;color:var(--secondary);flex:0 0 1.5rem}.attachment-card-details{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.attachment-card-name{overflow-wrap:anywhere;font-weight:600}.attachment-card-type,.attachment-card-action{color:var(--darkgray);font-size:.8rem;font-weight:400}.attachment-card-action{white-space:nowrap;flex-shrink:0}@media (prefers-reduced-motion:reduce){a.attachment-card{transition:none}}