/* Keep the filename and actions within the card at mobile widths. */
.zaknor-generated-file{box-sizing:border-box;max-width:100%;min-width:0}
@media(max-width:620px){
 .zaknor-generated-file{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:12px;border-radius:14px}
 .zaknor-generated-file-info{width:100%;min-width:0}
 .zaknor-generated-file-texts{flex:1;min-width:0}
 .zaknor-generated-file-name{max-width:100%;font-size:13px;line-height:1.5}
 .zaknor-generated-file .zaknor-generated-actions{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px}
 .zaknor-generated-file .zaknor-generated-actions>button,.zaknor-generated-file .zaknor-generated-actions>a{box-sizing:border-box;flex:1 1 auto;width:auto;min-height:44px;margin:0;padding:10px 12px;font-size:13px;line-height:1.3}
 .zaknor-generated-file .zaknor-generated-actions>.zaknor-generated-share{flex:0 0 44px;width:44px;padding:10px}
 .zaknor-generated-share svg{width:18px;height:18px}
}
