.uredni-deska-archive-block { font-family: sans-serif; }
.uredni-deska-archive-block .uds-header { margin-bottom: 0.5rem; }
.uredni-deska-archive-block .uds-title { margin: 0; font-size: 1.1rem; }
.uredni-deska-archive-years { list-style: none; padding-left: 0; margin: 0; display: flex; gap: 0.75rem; align-items: center; }
.uredni-deska-archive-years.uds-horizontal { flex-wrap: wrap; }
.uredni-deska-archive-years li { margin: 0; }
.uredni-deska-archive-years a { text-decoration: none; padding: 0.15rem 0.25rem; display: inline-flex; align-items: center; gap: 0.25rem; }
.uredni-deska-archive-years a:hover { opacity: 0.9; }
.uredni-deska-archive-years .uds-count { color: #666; margin-left: 0; font-size: 0.95em; }
.uds-year.uds-selected a { font-weight: 700; text-decoration: underline; }

/* Styly pro blok Nejnovější příspěvky */
.uredni-deska-latest-posts.uds-box { border: 1px solid #e5e5e5; padding: 12px; background: transparent; border-radius: 4px; }
.uredni-deska-latest-posts .wp-block-latest-posts__list { list-style: none; margin: 0; padding: 0; }
.uredni-deska-latest-posts li { padding: 8px 0; border-bottom: 1px dashed #eee; }
.uredni-deska-latest-posts li:last-child { border-bottom: none; }
.uredni-deska-latest-posts .wp-block-latest-posts__post-date { display: block; font-size: 0.9em; color: #666; }
.uredni-deska-latest-posts .wp-block-latest-posts__post-excerpt { margin-top: 6px; color: #333; }
.uds-block-placeholder { padding: 12px; color: #666; font-style: italic; }
