.uredni-deska-excerpt,
.uredni-deska-document-excerpt,
.uredni-deska-datumy,
.uredni-deska-attachments {
    box-sizing: border-box;
    margin: 0 0 0.75rem 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #222;
}

.uredni-deska-document-excerpt {
    display: block;
}

.uredni-deska-datumy {
    background: #fafafa;
    border-left: 3px solid #21759b;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
}

.uredni-deska-datumy .stav {
    margin: 0 0 0.35rem 0;
    font-weight: 600;
}

.uredni-deska-datumy p {
    margin: 0 0 0.25rem 0;
    font-size: 0.95rem;
    line-height: 1.3;
}

.uredni-deska-meta-line {
    margin: 0 0 0.4rem 0;
    font-size: 0.95rem;
    color: #555;
}

.uredni-deska-attachments {
    margin-top: 0.35rem;
}

.uredni-deska-attachments-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.uredni-deska-attachments ul {
    list-style: disc;
    margin: 0 0 0 1.2rem;
    padding: 0;
}

.uredni-deska-attachments li {
    margin: 0 0 0.2rem 0;
}

.uredni-deska-attachments a {
    color: #21759b;
    text-decoration: underline;
}

.uredni-deska-readmore {
    color: #21759b;    
    text-decoration: none;
}

.uredni-deska-readmore:hover { text-decoration: underline; }

/* Admin meta box disabled state */
.urednideska-disabled { opacity: 0.6; }
.urednideska-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    background: transparent;
    pointer-events: auto;
}

/* Admin meta box notice and inputs */
.urednideska-notice { color: #d63638; margin: 0 0 0.5rem 0; }
.urednideska-notice.hidden { display: none; }
#urednideska-meta-wrapper input[type="date"] { width: 100%; box-sizing: border-box; }

/* Menší úpravy pro archive listy a počty (je-li využito společně)
     zachovat kompaktní zobrazení */
.uredni-deska-archive .uredni-deska-seznam .dokument h3 {
    margin: 0 0 0.35rem 0;
    font-size: 1rem;
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .uredni-deska-datumy { padding: 0.4rem 0.5rem; }
    .uredni-deska-attachments ul { margin-left: 1rem; }
}

/* --- Obsah archive.css (sloučeno sem, původní archive.css byl přesunut do archive.css.orig) --- */
.uredni-deska-archiv {
    margin: 2em 0;
}

.uredni-deska-roky {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    margin-bottom: 1em;
}

.uredni-deska-roky a {
    padding: 0.5em 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.uredni-deska-roky a:hover {
    background: #f5f5f5;
}

.uredni-deska-roky a.aktivni {
    background: #4a90e2;
    color: white;
    border-color: #357abd;
}

.uredni-deska-filtry {
    display: flex;
    gap: 1em;
    margin-bottom: 2em;
}

.uredni-deska-filtry .filtr {
    padding: 0.5em 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.uredni-deska-filtry .filtr:hover {
    background: #f5f5f5;
}

.uredni-deska-filtry .filtr.aktivni {
    background: #4a90e2;
    color: white;
    border-color: #357abd;
}

.uredni-deska-seznam {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uredni-deska-seznam .dokument {
    padding: 1em;
    border: 1px solid #ddd;
    margin-bottom: 1em;
    border-radius: 4px;
}

.uredni-deska-seznam .dokument.aktivni {
    background: rgba(74, 144, 226, 0.1);
}

.uredni-deska-seznam .dokument h3 {
    margin: 0 0 0.5em 0;
}

.uredni-deska-seznam .dokument h3 a {
    color: #333;
    text-decoration: none;
}

.uredni-deska-seznam .dokument h3 a:hover {
    text-decoration: underline;
}

.uredni-deska-seznam .dokument .meta {
    font-size: 0.9em;
    color: #666;
}

.uredni-deska-seznam .dokument .meta .datum {
    display: inline-block;
    margin-right: 1em;
}

.uredni-deska-seznam .prazdny {
    text-align: center;
    padding: 2em;
    background: #f5f5f5;
    border-radius: 4px;
    color: #666;
}
