:root {
    --primary-text-color: #1f2933;
}

body {
    font-family: system-ui, sans-serif;
    background: #f5f7f8;
    color: var(--primary-text-color);
    margin: 0;
}

a {
    color: var(--primary-text-color);
}

h1 {
    text-align: center;
}

.subtitle {
    text-align: center;
}

.site-header {
    text-align: center;
    padding: 40px 20px 20px;
}

.site-header img {
    max-width: 180px;
    height: auto;
}

.site-subtitle {
    color: #555;
    margin-top: 10px;
}

.content {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px;
}

.meeting {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.meeting-meta {
    color: #666;
    margin-bottom: 20px;
}

.meeting-summary {
    background: #f0f6f3;
    border-left: 4px solid #2f855a;
    padding: 15px;
    margin-bottom: 25px;
}

.meeting-summary-header a {
    text-decoration: none;
}

.meeting-summary-header a:hover,
.meeting-summary-header a:focus {
    text-decoration: underline;
}

.site-footer {
    text-align: center;
    font-size: 0.85rem;
    color: #888;
    margin: 40px 0 20px;
}
.site-nav {
    margin-top: 15px;
    font-size: 15pt;
}

.site-nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #2f855a;
    font-weight: 600;
    white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus {
    text-decoration: underline;
}

.landing-header {
    text-align: center;
    margin-bottom: 50px;
}

.logo-hero {
    max-width: 300px;
    margin: 0 auto 20px;
}

.landing {
    display: grid;
    gap: 25px;
}

.item-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.item-card.primary {
    border-left: 5px solid #2f855a;
}

.landing-card {
    text-align: center;
}

.button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 20px;
    background: #2f855a;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}

.button.secondary {
    background: #4a5568;
}

.coming-soon {
    color: #777;
    font-style: italic;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}


/* ============================================================
   Usnesení
   ============================================================ */

.usn-app {
  max-width: 900px;
}

.usn-info {
  color: #666;
  margin: .5em 0;
}

.usn-controls {
  display: flex;
  flex-wrap: wrap;
  gap: .8em;
  margin: .6em 0;
}

#usn-sort {
  font-size: .9em;
}

.usn-years {
  font-size: .9em;
  flex-wrap: wrap;
  display: flex;
}

.usn-year {
  margin-right: .8em;
  white-space: nowrap;
}

.usn-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.usn-result {
  border-bottom: 1px solid #eee;
  padding: 1em 0;
}

.usn-head {
  display: flex;
  align-items: baseline;
  gap: .5em;
  cursor: pointer;
}

.usn-permalink {
  color: #bbb;
  text-decoration: none;
  font-size: .9em;
}

.usn-permalink:hover {
  color: #000;
}

.usn-date {
  color: #777;
  font-size: .9em;
}

.usn-summary {
  font-style: italic;
  color: #444;
  margin: .3em 0;
}

.usn-snippet {
  color: #555;
  font-size: .95em;
}

.usn-detail {
  display: none;
  margin-top: .7em;
  padding-left: .6em;
  border-left: 2px solid #ddd;
}

.usn-result.usn-open .usn-detail {
  display: block;
}

.usn-p {
  margin: .4em 0;
}

#usn-q {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: .4em .6em;
  font-size: 1rem;
}

.usn-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6em;
  margin-top: 1.2em;
  flex-wrap: wrap;
}

.usn-pager a {
  color: #555;
  text-decoration: none;
  white-space: nowrap;
}

.usn-pager a:hover {
  text-decoration: underline;
}

.usn-page-current {
  font-weight: bold;
  color: #000;
  cursor: default;
}

.usn-page-disabled {
  color: #aaa;
  cursor: default;
}
.breadcrumbs {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #666;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
.archiv-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.archiv-years {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.archiv-years li {
    display: inline;
    margin-right: 0.8rem;
}

.archiv-years a {
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
}

.archiv-years a:hover {
    text-decoration: underline;
}