.dokumenty-tabulka{display:flex;flex-wrap:wrap;gap:1rem;max-width:800px;margin:0 auto}.dokument-radek{background-color:#f9f9f9;border:1px solid #ccc;padding:1rem;border-left:6px solid #f1c50e;border-radius:8px;word-wrap:break-word;overflow-wrap:break-word;width:calc(50% - 1rem);box-sizing:border-box}.dokument-radek .nazev{font-weight:700;margin-bottom:.5rem}.dokument-radek .info{font-size:.9rem;color:#666;margin-bottom:.5rem}.dokument-radek .stahnout{background-color:#9eb30a;color:#fff;padding:.5rem 1rem;border-radius:5px;text-decoration:none;display:inline-block}.dokument-radek .stahnout:hover{background-color:#7a9606}@media (max-width:600px){.dokumenty-tabulka{flex-direction:column;padding:0 1rem}.dokument-radek{width:100%}}