.elementor-28 .elementor-element.elementor-element-12116a0a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cf783cb */.af-conferences {
  --af-bg: #ecebf0;
  --af-surface: #ffffff;
  --af-card: #e4e3e8;
  --af-ink: #22222b;
  --af-ink-soft: #4a4a57;
  --af-ink-muted: #8a8a96;
  --af-accent: #e0603a;
  --af-accent-soft: #f6d9cc;
  --af-line: #d8d7de;
  --af-radius-pill: 999px;
  --af-radius: 6px;
  --af-container: 1200px;

  background: var(--af-bg);
  color: var(--af-ink);
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.af-conferences,
.af-conferences *,
.af-conferences *::before,
.af-conferences *::after {
  box-sizing: border-box;
}

.af-conferences [id^="k20"] {
  scroll-margin-top: 120px;
}

.af-conferences img {
  display: block;
  max-width: 100%;
}

.af-conferences a {
  color: var(--af-accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.af-conferences a:hover {
  color: #b94a2a;
}

.af-conferences a:focus-visible {
  outline: 2px solid var(--af-accent);
  outline-offset: 3px;
  border-radius: 2px;
}

.af-conferences .container {
  width: 100%;
  max-width: var(--af-container);
  margin-inline: auto;
  padding-inline: 24px;
}

/* HERO */

.af-conferences .page-hero {
  padding: 88px 0 40px;
}

.af-conferences .page-hero .eyebrow {
  margin: 0 0 18px;
  color: var(--af-ink-soft);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.af-conferences .page-hero h1 {
  max-width: 16ch;
  margin: 0;
    font-family: "Playfair Display", Sans-serif;
    font-size: 60px;
    font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.af-conferences .page-hero h1 em {
  font-style: italic;
}
h1{
    font-size:60px;
}
.af-conferences .page-hero p:not(.eyebrow) {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--af-ink-soft);
}

/* NAVIGACE ROKŮ */

.af-conferences .year-nav {
  position: sticky;
  top: 130px;
  z-index: 10;
  margin: 32px 0 64px;
}

.af-conferences .year-nav .container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.af-conferences .year-nav a {
  padding: 8px 18px;
  border-radius: var(--af-radius-pill);
  background: var(--af-surface);
  box-shadow: 0 1px 6px rgba(34, 34, 43, 0.06);
  color: var(--af-ink);
  font-size: 0.92rem;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.af-conferences .year-nav a:hover {
  background: var(--af-accent-soft);
  color: var(--af-ink);
}

/* NADPIS ROKU */

.af-conferences .conference-year {
  width: 100%;
  max-width: var(--af-container);
  margin: 0 auto;
  padding: 18px 24px 4px;
  color: var(--af-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

/* KONFERENCE */

.af-conferences .conference {
  padding: 56px 0;
  border-top: 1px solid var(--af-line);
}

.af-conferences .conference:first-of-type {
  padding-top: 24px;
  border-top: 0;
}

.af-conferences .conference-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.af-conferences .conference-aside {
  position: sticky;
  top: 180px;
}

/* OBÁLKA */

.af-conferences .cover {
  display: block;
  padding: 14px;
  border-radius: var(--af-radius);
  background: var(--af-surface);
  box-shadow: 0 4px 24px rgba(34, 34, 43, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.af-conferences .cover:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(34, 34, 43, 0.16);
}

.af-conferences .cover img {
  width: 100%;
  border-radius: 3px;
}

/* INFORMACE O KONFERENCI */

.af-conferences .conference-meta {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 3px solid var(--af-accent);
  border-radius: 0 var(--af-radius) var(--af-radius) 0;
  background: var(--af-card);
}

.af-conferences .conference-meta p {
  margin: 0;
}

.af-conferences .conference-meta .num {
  display: block;
  margin-bottom: 6px;
  color: var(--af-ink-soft);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.af-conferences .conference-meta .date {
  color: var(--af-ink);
  font-weight: 500;
}

.af-conferences .conference-meta .place {
  color: var(--af-ink-soft);
  font-size: 0.95rem;
}

/* OBSAH KONFERENCE */

.af-conferences .conference-body h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.2;
}

.af-conferences .conference-body .subtitle {
  max-width: 60ch;
  margin: 0 0 36px;
  color: var(--af-ink-soft);
}

/* SEZNAM PŘÍSPĚVKŮ */

.af-conferences .papers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-conferences .papers li {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--af-line);
}

.af-conferences .papers li:last-child {
  border-bottom: 0;
}

.af-conferences .papers .author {
  display: block;
  margin-bottom: 4px;
  color: var(--af-ink-muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-conferences .papers a {
  color: var(--af-ink);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-size: 1.05rem;
  line-height: 1.5;
  transition:
    color 0.2s ease,
    background-size 0.3s ease;
}

.af-conferences .papers a:hover {
  color: var(--af-accent);
  background-size: 100% 1px;
}

.af-conferences .papers .aux a {
  color: var(--af-accent);
  font-size: 0.95rem;
}

/* ODKAZ ZPĚT */

.af-conferences .back-top {
  display: inline-block;
  margin-top: 28px;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.af-conferences .back-top::before {
  content: "↑ ";
}

/* TABLET */

@media (max-width: 1024px) {
  .af-conferences .conference-grid {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 36px;
  }
}

/* MOBIL */

@media (max-width: 820px) {
  .af-conferences .page-hero {
    padding-top: 56px;
  }

  .af-conferences .year-nav {
    position: static;
    margin-bottom: 40px;
  }

  .af-conferences .conference-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .af-conferences .conference-aside {
    position: static;
    display: grid;
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }

  .af-conferences .conference-meta {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .af-conferences {
    font-size: 1rem;
  }

  .af-conferences .container {
    padding-inline: 18px;
  }

  .af-conferences .conference-year {
    padding-inline: 18px;
    font-size: 1.65rem;
  }

  .af-conferences .conference-aside {
    grid-template-columns: 1fr;
  }

  .af-conferences .cover {
    max-width: 240px;
  }

  .af-conferences .papers a {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .af-conferences *,
  .af-conferences *::before,
  .af-conferences *::after {
    transition: none !important;
  }
}/* End custom CSS */