@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="0f3fb0"] {
  --section-id: "0f3fb0";
  --storage-url: "https://ostrava-cesko.proweb.cz/_section/0f3fb0";
  --public-url: "https://ostrava-cesko.proweb.cz/_section/0f3fb0";
}
@font-face {
  font-family: "Haffer";
  src: url(https://ostrava-cesko.proweb.cz/_section/0f3fb0/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@keyframes scrollHighlight {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 40px 8px rgba(0, 123, 255, 0.35);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.strip[data-id="0f3fb0"] .scroll-highlight {
  animation: scrollHighlight 1.2s ease-out;
  position: relative;
  z-index: 1;
}
.strip[data-id="0f3fb0"] .main-header {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 0;
  width: 100%;
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="0f3fb0"] .main-header .logo-wrapper .logo-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.strip[data-id="0f3fb0"] .main-header .logo-wrapper .logo {
  height: 65px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header .logo-wrapper .logo-text {
  font-family: "Haffer", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #075dcc;
  margin-top: 4px;
  text-transform: uppercase;
  line-height: 1;
  transition: font-size 0.3s ease, margin-top 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header .main-nav {
  display: flex;
  align-items: center;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  align-items: center;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li a {
  text-decoration: none;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li a:hover {
  color: #007bff;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li a[href="/tipovacka"] {
  color: #d71920;
  font-weight: 700;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li a[href="/tipovacka"]:hover {
  color: #b51218;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li .admin-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.2;
  opacity: 0.6;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li .admin-link .key-icon {
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .nav-links li .admin-link:hover {
  opacity: 1;
  color: #007bff;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.strip[data-id="0f3fb0"] .main-header .main-nav .mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.strip[data-id="0f3fb0"] .main-header.scrolled {
  padding: 0.6rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.strip[data-id="0f3fb0"] .main-header.scrolled .logo {
  height: 40px;
}
.strip[data-id="0f3fb0"] .main-header.scrolled .logo-text {
  font-size: 0.7rem;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .strip[data-id="0f3fb0"] .main-header {
    padding: 1rem 0;
  }
  .strip[data-id="0f3fb0"] .main-header.scrolled {
    padding: 0.5rem 0;
  }
  .strip[data-id="0f3fb0"] .main-header.scrolled .logo {
    height: 32px;
  }
  .strip[data-id="0f3fb0"] .main-header.scrolled .logo-text {
    font-size: 0.65rem;
  }
  .strip[data-id="0f3fb0"] .main-header .logo-wrapper .logo {
    height: 50px;
  }
  .strip[data-id="0f3fb0"] .main-header .main-nav .mobile-menu-toggle {
    display: flex;
  }
  .strip[data-id="0f3fb0"] .main-header .main-nav .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
  }
  .strip[data-id="0f3fb0"] .main-header .main-nav .nav-links.active {
    right: 0;
  }
  .strip[data-id="0f3fb0"] .main-header .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .strip[data-id="0f3fb0"] .main-header .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .strip[data-id="0f3fb0"] .main-header .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}.strip[data-id=ea52fe] {
  --section-id: "ea52fe";
  --storage-url: "https://ostrava-cesko.proweb.cz/_section/ea52fe";
  --public-url: "https://ostrava-cesko.proweb.cz/_section/ea52fe";
}
@font-face {
  font-family: "Druk";
  src: url("https://ostrava-cesko.proweb.cz/_section/ea52fe/fonts/Druk-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Haffer";
  src: url("https://ostrava-cesko.proweb.cz/_section/ea52fe/fonts/Haffer-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id=ea52fe] .hero-candidates {
  min-height: clamp(480px, 62vh, 800px);
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 2vw 40px;
  background: #ffffff url("https://ostrava-cesko.proweb.cz/_section/ea52fe/Kuba-Chalupova-na-web2048.jpg") left bottom/contain no-repeat;
  color: #171a21;
  font-family: "Haffer", "Plus Jakarta Sans", Arial, sans-serif;
  overflow: hidden;
}
.strip[data-id=ea52fe] .hero-candidates .hero-inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.strip[data-id=ea52fe] .hero-candidates .hero-content {
  max-width: 780px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.strip[data-id=ea52fe] .hero-candidates .hero-bottom-group {
  padding-top: 24px;
}
.strip[data-id=ea52fe] .hero-candidates .eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #0054CF;
  font-weight: 600;
}
.strip[data-id=ea52fe] .hero-candidates h1 {
  font-family: "Druk", Impact, sans-serif;
  letter-spacing: 0.01em;
  line-height: 0.95;
  font-size: clamp(3rem, 6.2vw, 6.2rem);
  margin: 10px 0 0;
  color: #0054CF;
  text-transform: uppercase;
}
.strip[data-id=ea52fe] .hero-candidates .hero-subtitle {
  font-family: "Haffer", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  color: #FC3308;
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.strip[data-id=ea52fe] .hero-candidates .button-group {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.strip[data-id=ea52fe] .hero-candidates .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 15px 30px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.strip[data-id=ea52fe] .hero-candidates .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 84, 207, 0.2);
}
.strip[data-id=ea52fe] .hero-candidates .button-orange {
  background: #ff3b22;
  color: #ffffff;
}
.strip[data-id=ea52fe] .hero-candidates .button-orange:hover {
  background: #e02f18;
  box-shadow: 0 8px 20px rgba(255, 59, 34, 0.3);
}
.strip[data-id=ea52fe] .hero-candidates .button-outline {
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}
.strip[data-id=ea52fe] .hero-candidates .button-outline:hover {
  background: #e2e8f0;
  color: #0054CF;
}
@media (min-width: 1700px) {
  .strip[data-id=ea52fe] .hero-candidates {
    background-size: contain;
    background-position: calc(50% - 320px) bottom;
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-inner {
    max-width: 1600px;
    margin: 0 auto;
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-content {
    width: 720px;
  }
}
@media (max-width: 1024px) {
  .strip[data-id=ea52fe] .hero-candidates {
    min-height: 52vh;
    padding-top: 20px;
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-content {
    max-width: 520px;
  }
}
@media (max-width: 800px) {
  .strip[data-id=ea52fe] .hero-candidates {
    padding: 0;
    min-height: auto;
    background: none;
    display: block;
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-inner {
    margin: 0;
    max-width: 100%;
    display: block;
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-content {
    max-width: 100%;
    align-items: stretch;
    text-align: center;
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-top-group {
    background: #ffffff url("https://ostrava-cesko.proweb.cz/_section/ea52fe/Kuba-Chalupova-na-web2048.jpg") center bottom/cover no-repeat;
    aspect-ratio: 16/11;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 5vw 16px;
    position: relative;
  }
  .strip[data-id=ea52fe] .hero-candidates .eyebrow {
    display: none;
  }
  .strip[data-id=ea52fe] .hero-candidates h1 {
    font-size: clamp(2rem, 7.5vw, 3.2rem);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.95);
    margin: 0;
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-subtitle {
    font-size: clamp(1.1rem, 4.5vw, 1.5rem);
    margin-top: 6px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.95);
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-bottom-group {
    padding: 30px 6vw 40px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
  }
  .strip[data-id=ea52fe] .hero-candidates .button-group {
    justify-content: center;
  }
  .strip[data-id=ea52fe] .hero-candidates .button {
    padding: 14px 26px;
    font-size: 0.9rem;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .strip[data-id=ea52fe] .hero-candidates .hero-top-group {
    aspect-ratio: 4/3;
  }
  .strip[data-id=ea52fe] .hero-candidates h1 {
    font-size: 2.1rem;
  }
  .strip[data-id=ea52fe] .hero-candidates .hero-subtitle {
    font-size: 1.15rem;
  }
}.strip[data-id=be904f] {
  --section-id: "be904f";
  --storage-url: "https://ostrava-cesko.proweb.cz/_section/be904f";
  --public-url: "https://ostrava-cesko.proweb.cz/_section/be904f";
  /* Candidates Page Design - Matching Voting Guide Style */
}
@font-face {
  font-family: "Druk";
  src: url("https://ostrava-cesko.proweb.cz/_section/be904f/fonts/Druk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haffer";
  src: url("https://ostrava-cesko.proweb.cz/_section/be904f/fonts/Haffer-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.strip[data-id=be904f] .candidates-page {
  background-color: #f6f8fb;
  color: #1e293b;
  font-family: "Plus Jakarta Sans", "Segoe UI", Roboto, sans-serif;
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
  /* Subtle background radial gradients matching jak-volit */
  background-image: radial-gradient(at 100% 0%, rgba(0, 102, 214, 0.05) 0px, transparent 50%), radial-gradient(at 0% 50%, rgba(6, 75, 168, 0.04) 0px, transparent 50%);
  /* Headings */
  /* --- HERO HEADER --- */
  /* --- QUICK FACTS RIBBON --- */
}
.strip[data-id=be904f] .candidates-page .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.strip[data-id=be904f] .candidates-page h1, .strip[data-id=be904f] .candidates-page h2, .strip[data-id=be904f] .candidates-page h3, .strip[data-id=be904f] .candidates-page h4 {
  color: #0f172a;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
.strip[data-id=be904f] .candidates-page .font-druk {
  font-family: "Druk", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
}
.strip[data-id=be904f] .candidates-page .guide-hero {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 50px;
}
.strip[data-id=be904f] .candidates-page .guide-hero h2.section-main-title {
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  margin: 0 0 18px;
  color: #0054CF;
}
.strip[data-id=be904f] .candidates-page .guide-hero h2.section-main-title .text-highlight {
  color: #0054CF;
  display: block;
}
.strip[data-id=be904f] .candidates-page .guide-hero .hero-perex {
  font-size: 1.18rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 auto;
  max-width: 760px;
}
.strip[data-id=be904f] .candidates-page .quick-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .strip[data-id=be904f] .candidates-page .quick-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .strip[data-id=be904f] .candidates-page .quick-facts-grid {
    grid-template-columns: 1fr;
  }
}
.strip[data-id=be904f] .candidates-page .quick-facts-grid .fact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.strip[data-id=be904f] .candidates-page .quick-facts-grid .fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 102, 214, 0.08);
  border-color: #cbd5e1;
}
.strip[data-id=be904f] .candidates-page .quick-facts-grid .fact-card .fact-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef5fc;
  color: #0066d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.strip[data-id=be904f] .candidates-page .quick-facts-grid .fact-card .fact-content .fact-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 3px;
}
.strip[data-id=be904f] .candidates-page .quick-facts-grid .fact-card .fact-content .fact-label {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.35;
}.strip[data-id="272b4c"] {
  --section-id: "272b4c";
  --storage-url: "https://ostrava-cesko.proweb.cz/_section/272b4c";
  --public-url: "https://ostrava-cesko.proweb.cz/_section/272b4c";
}
@font-face {
  font-family: "Druk";
  src: url("https://ostrava-cesko.proweb.cz/_section/272b4c/fonts/Druk-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Haffer";
  src: url("https://ostrava-cesko.proweb.cz/_section/272b4c/fonts/Haffer-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id="272b4c"] .candidate-medallions-section {
  padding: 80px 24px 100px;
  background: #064ba8;
  background: linear-gradient(180deg, #064ba8 0%, #043679 100%);
  color: #ffffff;
  font-family: "Haffer", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.strip[data-id="272b4c"] .candidate-medallions-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 59, 34, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="272b4c"] .candidate-medallions-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.strip[data-id="272b4c"] .candidate-medallions-section .container-wide {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 60px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-header .eyebrow {
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 12px;
  color: #a5c8ff;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-header h2.main-title {
  font-family: "Druk", Impact, sans-serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  letter-spacing: 0.015em;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #ffffff;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-header h2.main-title strong {
  color: #ff3b22;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-header h2.main-title .title-sub {
  display: block;
  font-size: 0.45em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 4px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-header .section-desc {
  font-size: 1.15rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 auto;
  max-width: 720px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .medallions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
@media (max-width: 1040px) {
  .strip[data-id="272b4c"] .candidate-medallions-section .medallions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 680px) {
  .strip[data-id="272b4c"] .candidate-medallions-section .medallions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .card-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .card-top-bar .pos-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 30px;
  box-sizing: border-box;
  padding: 0;
  background: #ff3b22;
  color: #ffffff;
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 10px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(255, 59, 34, 0.35);
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .card-top-bar .locality-tag {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 8px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .avatar-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .avatar-wrap img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card:hover .avatar-wrap img {
  transform: scale(1.04);
  border-color: rgba(255, 255, 255, 0.5);
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .candidate-header {
  text-align: center;
  margin-bottom: 16px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .candidate-header h3.candidate-name {
  font-family: "Druk", Impact, sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 6px;
  color: #ffffff;
  line-height: 1.15;
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .candidate-header .candidate-role {
  font-size: 0.9rem;
  font-weight: 600;
  color: #a5c8ff;
  line-height: 1.35;
  margin: 0;
}
.strip[data-id="272b4c"] .candidate-medallions-section .candidate-card .candidate-bio {
  flex: 1;
  font-size: 0.93rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-bottom-action {
  text-align: center;
  margin-top: 60px;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-bottom-action .btn-to-table {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id="272b4c"] .candidate-medallions-section .section-bottom-action .btn-to-table:hover {
  background: #ffffff;
  color: #064ba8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}.strip[data-id="30a72b"] {
  --section-id: "30a72b";
  --storage-url: "https://ostrava-cesko.proweb.cz/_section/30a72b";
  --public-url: "https://ostrava-cesko.proweb.cz/_section/30a72b";
}
@font-face {
  font-family: "Haffer";
  src: url(https://ostrava-cesko.proweb.cz/_section/30a72b/fonts/Haffer-Medium.otf) format("opentype");
  font-weight: 500;
  font-display: swap;
}
.strip[data-id="30a72b"] .site-footer {
  padding: 40px 5vw 35px;
  text-align: center;
  background: #064ba8;
  color: #fff;
  font-family: "Haffer", Arial, sans-serif;
}
.strip[data-id="30a72b"] .site-footer .content-narrow {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.strip[data-id="30a72b"] .site-footer .footer-logo {
  height: 180px;
  width: auto;
  margin-bottom: 0;
  display: inline-block;
}
.strip[data-id="30a72b"] .site-footer p {
  line-height: 1.6;
  margin: 10px 0;
  font-size: 1.1rem;
}
.strip[data-id="30a72b"] .site-footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.strip[data-id="30a72b"] .site-footer a:hover {
  opacity: 0.8;
}
.strip[data-id="30a72b"] .site-footer .footer-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}
.strip[data-id="30a72b"] .site-footer .copyright {
  font-size: 0.85rem;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .strip[data-id="30a72b"] .site-footer {
    padding: 30px 5vw 25px;
  }
  .strip[data-id="30a72b"] .site-footer .footer-logo {
    height: 120px;
  }
}.strip[data-id="3364bd"] {
  --section-id: "3364bd";
  --storage-url: "https://ostrava-cesko.proweb.cz/_section/3364bd";
  --public-url: "https://ostrava-cesko.proweb.cz/_section/3364bd";
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper {
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #064ba8;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) scale(0.9);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn .arrow-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform 0.2s ease;
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn:hover {
  background-color: #ff5000;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 20px rgba(255, 80, 0, 0.45);
  transform: translateY(-3px) scale(1.05);
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn:hover .arrow-icon {
  transform: translateY(-2px);
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn:active {
  transform: translateY(0) scale(0.95);
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn.is-visible:hover {
  transform: translateY(-3px) scale(1.05);
}
@media (max-width: 768px) {
  .strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
  .strip[data-id="3364bd"] .scroll-to-top-wrapper .scroll-to-top-btn .arrow-icon {
    width: 22px;
    height: 22px;
  }
}