@font-face {
  font-family: Splash Script;
  src: url('../fonts/licketysplit.woff2') format("woff2"), url('../fonts/licketysplit.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--background: white;
  --color--text: black;
  --color--light: #f6f6f6;
  --color--toggle-offset: 0rem;
  --color--separator: #0000001a;
  --color--gray: #747474;
  --color--button-background: #fff911;
  --color--button-text: black;
  --color--separator-white: #ffffff1a;
  --dark--separator: #ffffff1a;
  --dark--light: #141414;
  --dark--gray: #747474;
  --dark--separator-white: #0000001a;
  --dark--background: #0d0d0d;
  --dark--text: white;
  --dark--button-background: #fff911;
  --dark--button-text: black;
  --dark--toggle-offset: 1.3rem;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--color--background);
  color: var(--color--text);
  letter-spacing: .02em;
  font-family: Formula;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -.02em;
  padding-top: .22em;
  font-size: 16vw;
  font-weight: 600;
  line-height: .6;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.toggle_wrap {
  background-color: var(--color--light);
  border-radius: 100vw;
  width: 3rem;
  height: 1.8rem;
  padding: .3rem;
}

.toggle_inner {
  margin-left: var(--color--toggle-offset);
  background-color: var(--color--text);
  border-radius: 100vw;
  width: 1.2rem;
  height: 1.2rem;
}

.nav_wrap {
  z-index: 1000;
  border: 0px none var(--color--separator);
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  display: block;
  position: fixed;
}

.nav_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  width: 15rem;
  display: flex;
}

.body {
  font-family: Inter, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.podcast-icon-bw {
  width: 24px;
  height: 24px;
}

.podcast-icon-bw.mobile-icon {
  width: 40px;
  height: 40px;
}

.podcast-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 15rem;
  display: flex;
}

.logotype {
  object-fit: cover;
  width: 200px;
  display: block;
  overflow: clip;
}

.nav-bar {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.video-block {
  aspect-ratio: 16 / 8;
  background-color: #83838300;
  width: 100%;
  max-width: 1600px;
  height: auto;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.video-section {
  margin-bottom: 3rem;
  padding-top: 60px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.about-block {
  z-index: 999;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--color--text);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 40px;
  display: flex;
  position: relative;
}

.heading {
  color: var(--color--background);
  letter-spacing: -.02em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.text-block {
  color: var(--color--gray);
  letter-spacing: -.02em;
  font-size: 17px;
  line-height: 25px;
}

.pavla-mini {
  width: 190px;
}

.text-block-about {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.ribbon {
  background-color: var(--color--button-background);
  border-radius: 5px;
  width: auto;
  height: 23px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-2 {
  color: var(--color--button-text);
  text-transform: uppercase;
  font-family: Splash Script, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.episodes-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 850px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line-separator-main {
  background-color: var(--color--separator);
  width: 100%;
  height: 1px;
}

.wrapper-episode {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-guest {
  aspect-ratio: 1;
  background-color: #838383;
  width: 220px;
  height: 220px;
  position: relative;
}

.episode-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.episode-headline {
  color: var(--color--text);
  letter-spacing: -.04em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.episode-headline:hover {
  text-underline-offset: 7%;
  text-decoration-thickness: calc(1em / 14.2857);
}

.paragraph {
  color: var(--color--gray);
  letter-spacing: -.02em;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.ribbon-mini {
  background-color: var(--color--button-background);
  border-radius: 5px;
  justify-content: center;
  width: 50px;
  height: 21px;
  padding-top: 1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.ribbon-mini.host {
  width: 60px;
}

.newsletter-text-form {
  color: var(--color--gray);
  letter-spacing: -.013em;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.ribbon-wrapper {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  padding-bottom: 0;
}

.div-block-2 {
  height: 300px;
}

.episode {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--color--text);
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.ribbon-guest {
  z-index: 999;
  background-color: var(--color--button-background);
  border-radius: 5px;
  width: auto;
  height: 23px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: absolute;
  inset: auto auto -10px 145px;
  transform: rotate(-8deg);
}

.guest-name {
  color: var(--color--button-text);
  text-align: right;
  text-transform: uppercase;
  font-family: Splash Script, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  overflow: visible;
}

.about-section {
  width: 1290px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.about-jana {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  justify-content: center;
  align-items: center;
  width: 1070px;
  margin: 100px auto;
  display: flex;
}

.jana-holcova {
  aspect-ratio: 52 / 54;
  width: 520px;
  position: relative;
}

.about-headline {
  color: var(--color--text);
  letter-spacing: -.04em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.image-host {
  aspect-ratio: 520 / 540;
  width: 520px;
  height: 540px;
  position: relative;
}

.ribbon-host {
  z-index: 999;
  background-color: var(--color--button-background);
  border-radius: 5px;
  width: auto;
  height: 23px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: absolute;
  inset: 80px auto 0 -20px;
  transform: rotate(-8deg);
}

.newsletter-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 160px;     
  padding-bottom: 0px;    
  display: flex;
}

.news-headline {
  color: var(--color--text);
  letter-spacing: -.04em;
  width: 85%;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  display: inline;
}

.news-headline.part1 {
  padding-right: 8px;
}

.text-field {
  border: 1px solid var(--color--text);
  background-color: var(--color--background);
  color: var(--color--text);
  letter-spacing: -.02em;
  border-radius: 5px;
  height: 50px;
  padding-left: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-field::placeholder {
  color: var(--color--text);
}

.button-style {
  background-color: var(--color--button-background);
  color: var(--color--button-text);
  text-transform: uppercase;
  border-radius: 5px;
  width: 140px;
  height: 50px;
  padding-top: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 50px;
  display: flex;
}

.success-message {
  background-color: var(--color--text);
  color: var(--color--background);
  border-radius: 5px;
  height: 50px;
  padding: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-3 {
  text-align: center;
  letter-spacing: -.02em;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.error-message {
  background-color: #ffc5c5;
  border-radius: 5px;
  padding-top: 12px;
}

.tiny-subheadline {
  color: var(--color--button-text);
  letter-spacing: -.013em;
  text-transform: uppercase;
  font-family: Libre Baskerville, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.tiny-subheadline.newsletter, .tiny-subheadline.listenon {
  color: var(--color--text);
}

.news-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.form-block-2 {
  margin-bottom: 10px;
  display: block;
}

.footer-section {
  background-color: var(--color--text);
  color: var(--color--background);
  width: 100%;
  height: 300px;
}

.footer-fop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 190px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.contact-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contact-headline {
  letter-spacing: -.01em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.contact-email {
  color: var(--color--background);
  letter-spacing: -.01em;
  text-underline-offset: 20%;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
  text-decoration-thickness: calc(1em / 25);
  transition: color .6s;
}

.contact-email:hover {
  color: var(--color--button-background);
}

.footer-left {
  width: 30%;
}

.footer-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.social-icon {
  border: 1px solid var(--color--separator-white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.social-icon:hover {
  background-color: var(--color--separator-white);
}

.social {
  width: 24px;
  height: 24px;
}

.footer-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-footer {
  background-color: var(--color--separator-white);
  height: 1px;
}

.footer-bottom {
  border-radius: 0;
}

.footer-botom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 0;
  display: flex;
}

.footer-copy {
  color: var(--color--gray);
  letter-spacing: -.013em;
  width: 10%;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.link {
  color: var(--color--gray);
  text-decoration: underline;
  transition: color .5s;
}

.link:hover {
  color: var(--color--button-background);
}

.footer-madeby {
  color: var(--color--gray);
  text-align: right;
  letter-spacing: -.013em;
  width: 10%;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.support-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 0;
  display: flex;
}

.support {
  width: 100%;
}

.logo-investigace {
  width: 96.84px;
}

.logo-occrp {
  width: 78.64px;
}

.logo-eu {
  width: 80.9px;
}

.logo-dr {
  width: 60.93px;
}

.image {
  width: 147.667px;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.news-underline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-start;
  width: 90%;
  display: block;
  position: static;
}

.underline-part {
  padding-right: 8px;
  display: inline-block;
  position: relative;
}

.testet-video-delete {
  z-index: 999;
  aspect-ratio: 1600 / 800;
  pointer-events: auto;
  width: 80rem;
  height: 40rem;
  position: relative;
}

.video {
  aspect-ratio: 1600 / 800;
  object-fit: fill;
  width: 100%;
  margin-left: 0;
  display: block;
}

.newsletter-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-wrapper {
  width: 100%;
  margin-top: -3rem;
  padding-left: 4vw;
  padding-right: 4vw;
}

.host-wrapper {
  aspect-ratio: 52 / 54;
  overflow: hidden;
}

.podcast-icons-mobille {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  width: 100%;
  display: none;
}

.host-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.listen-on {
  color: var(--color--text);
  letter-spacing: -.04em;
  width: 85%;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  display: inline;
}

.listen-on.part1 {
  padding-right: 8px;
}

.podcast-icon-color {
  width: 19px;
  height: 18px;
}

.podcast-icon-color.mobile-icon {
  width: 40px;
  height: 40px;
}

.podcast-icon-hidden {
  width: 24px;
  height: 24px;
  display: none;
}

.podcast-icon-hidden.mobile-icon {
  width: 40px;
  height: 40px;
}

.space {
  height: 1000px;
}

.detail-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 850px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.detail-heading {
  color: var(--color--text);
  letter-spacing: -.02em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.detail-video {
  margin-top: 60px;
}

.youtube {
  margin-left: auto;
  margin-right: auto;
}

.detail-video-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.div-block-3 {
  width: 1070px;
  max-width: 1070px;
}

.detail-video-block {
  width: 1070px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.detail-controls {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 1070px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.detail-listen-on {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.detail-podcast-icon {
  border: 1px solid var(--color--separator-white);
  background-color: var(--color--light);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.detail-podcast-icon:hover {
  background-color: var(--color--text);
}

.detail-listeon-block-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: auto;
  display: flex;
}

.detail-controls-episode {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: auto;
  display: flex;
}

.detail-tiny-link {
  color: var(--color--text);
  letter-spacing: -.013em;
  text-transform: uppercase;
  font-family: Libre Baskerville, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  transition: background-color .4s;
  display: inline-block;
}

.detail-tiny-link:hover {
  background-color: #fff91100;
}

.detail-tiny-link.newsletter {
  color: var(--color--text);
}

.download-episode {
  text-decoration: underline;
  transition: background-color .4s;
}

.download-episode:hover {
  background-color: var(--color--separator);
}

.anchor-transscript {
  text-decoration: underline;
}

.anchor-transscript:hover {
  background-color: var(--color--separator);
}

.detail-episode-about {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 870px;
  max-width: 870px;
  margin: 100px auto 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.detail-about-block, .detail-episode-textblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.episode-host {
  color: var(--color--background);
  letter-spacing: -.04em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.episode-about-paragraph {
  color: var(--color--gray);
  letter-spacing: -.02em;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.episode-about-block {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--color--text);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.episode-about-block.host {
  background-color: var(--color--light);
}

.episode-guest {
  color: var(--color--text);
  letter-spacing: -.04em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.episode-host-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.episode-transcript {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 870px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lottie-animation {
  width: 20px;
  height: 20px;
}

.episode-trasnscript-headline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.episode-trasnscript-headline:hover {
  text-underline-offset: 5%;
  text-decoration: underline;
  text-decoration-thickness: calc(1em / 20);
}

.transcript-host {
  border: 1px solid var(--color--separator);
  padding: 15px;
  font-size: 17px;
  line-height: 26px;
}

.trasnscript-text {
  letter-spacing: -.02em;
  font-weight: 400;
}

.transcript-guest {
  border: 0px solid var(--color--separator);
  background-color: var(--color--light);
  padding: 15px;
  font-size: 17px;
  line-height: 26px;
}

.trasnscript-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.line-about {
  background-color: var(--color--separator);
  width: 1px;
  height: 1px;
  display: none;
}

.container-line {
  width: 1070px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.tiny-episodes-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.episode-parrent-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.episode-duplicator-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--color--text);
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: background-color .5s;
  display: none;
}

.other-episodes-heading {
  color: var(--color--text);
  text-align: center;
  letter-spacing: -.02em;
  font-family: Libre Baskerville, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 27vw;
  }

  .nav_wrap {
    border-top-width: 0;
    border-bottom-style: none;
    border-left-width: 0;
    border-right-width: 0;
  }

  .nav_right {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .video-block {
    aspect-ratio: 16 / 8;
    width: 100%;
    height: 95%;
  }

  .about-block {
    width: 100%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .episodes-section {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .episode-text-block {
    width: 100%;
  }

  .episode-headline {
    font-size: 19.5px;
    line-height: 22.5px;
  }

  .about-section {
    width: 100%;
  }

  .about-jana {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .jana-holcova {
    width: 100%;
  }

  .about-headline {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .image-host {
    width: 70%;
    height: auto;
  }

  .footer-section {
    height: auto;
  }

  .footer-fop {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-left {
    justify-content: center;
    display: flex;
  }

  .footer-container {
    width: 100%;
  }

  .footer-botom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: auto;
    padding: 40px;
  }

  .footer-copy {
    text-align: center;
    order: 1;
    align-self: center;
    width: 30%;
  }

  .footer-madeby {
    text-align: center;
    align-self: center;
    width: 30%;
  }

  .support-block {
    order: -1;
    margin-bottom: 10px;
  }

  .video {
    width: 100%;
    margin-left: 0%;
  }

  .newsletter-wrapper, .host-text-block {
    width: 70%;
  }

  .detail-header {
    width: 100%;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .detail-heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .detail-video-block {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .detail-controls {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .detail-episode-about {
    width: 100%;
    max-width: 100%;
    margin-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .episode-host {
    font-size: 19.5px;
    line-height: 22.5px;
  }

  .episode-about-block {
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .episode-guest {
    font-size: 19.5px;
    line-height: 22.5px;
  }

  .episode-transcript {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-line {
    width: 100%;
    margin-top: 100px;
  }

  .tiny-episodes-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .other-episodes-heading {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .nav_wrap {
    border-top-width: 0;
    border-bottom-style: none;
    border-left-width: 0;
    border-right-width: 0;
  }

  .podcast-icons {
    display: none;
  }

  .video-section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block {
    font-size: 15px;
    line-height: 22px;
  }

  .wrapper-episode {
    flex-flow: column;
  }

  .episode-text-block {
    width: 100%;
  }

  .episode {
    flex-flow: column;
  }

  .about-jana {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .about-headline {
    font-size: 26px;
    line-height: 30px;
  }

  .newsletter-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .news-headline, .news-headline.part1, .news-headline.part2 {
    font-size: 25px;
  }

  .about-wrapper {
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .host-text-block {
    width: 70%;
  }

  .listen-on, .listen-on.part1, .listen-on.part2 {
    font-size: 25px;
  }

  .detail-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .episode-transcript {
    margin-bottom: 80px;
  }

  .trasnscript-text {
    font-size: 15px;
    line-height: 22px;
  }

  .container-line {
    margin-top: 50px;
  }

  .tiny-episodes-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .episode-parrent-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .episode-duplicator-flex {
    flex-flow: column;
  }

  .other-episodes-heading {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .nav_wrap {
    border-style: none;
    border-width: 0;
  }

  .body {
    overflow: visible;
  }

  .podcast-icon-bw.mobile-icon {
    width: 30px;
    height: 30px;
  }

  .logotype {
    width: 200px;
  }

  .nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-block {
    height: 300px;
    max-height: 340px;
    overflow: hidden;
  }

  .about-block {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pavla-mini {
    width: 140px;
  }

  .episodes-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-episode {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-guest {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .episode {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ribbon-guest {
    top: -10px;
    bottom: auto;
    left: 70%;
  }

  .about-jana {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-host {
    width: 100%;
  }

  .ribbon-host {
    top: 10%;
    left: -8px;
  }

  .news-headline {
    font-size: 20px;
    line-height: 25px;
  }

  .news-headline.part1 {
    width: 100%;
    font-size: 20px;
  }

  .news-headline.part2 {
    font-size: 20px;
  }

  .button-style {
    width: 100%;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
  }

  .tiny-subheadline.listenon {
    display: none;
  }

  .contact-block {
    width: 80%;
  }

  .contact-headline {
    text-align: center;
  }

  .contact-email {
    text-align: center;
    font-size: 15px;
  }

  .footer-left {
    width: 60%;
  }

  .footer-social {
    justify-content: center;
    width: 100%;
  }

  .footer-madeby {
    width: 100%;
  }

  .support-block {
    flex-flow: column;
    align-items: center;
  }

  .news-underline {
    width: 100%;
  }

  .video {
    width: 180%;
    margin-left: -40%;
  }

  .newsletter-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-wrapper {
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .podcast-icons-mobille {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 3rem;
    display: none;
  }

  .host-text-block {
    width: 100%;
  }

  .listen-on {
    font-size: 20px;
    line-height: 25px;
  }

  .listen-on.part1 {
    width: 100%;
    font-size: 20px;
  }

  .listen-on.part2 {
    font-size: 20px;
  }

  .block-icons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .podcast-icon-color.mobile-icon, .podcast-icon-hidden.mobile-icon {
    width: 30px;
    height: 30px;
  }

  .detail-header {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-video {
    margin-top: 50px;
  }

  .detail-video-block {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-controls {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-listen-on {
    width: 100%;
  }

  .detail-listeon-block-icons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    width: 100%;
  }

  .detail-controls-episode {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .detail-tiny-link {
    color: var(--color--text);
  }

  .detail-episode-about {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .episode-about-block {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .episode-transcript {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .line-about {
    width: 100%;
    display: block;
  }

  .tiny-episodes-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .episode-parrent-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .episode-image-link {
    width: 100%;
    height: auto;
  }

  .episode-duplicator-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}


@font-face {
  font-family: 'Splash Script';
  src: url('../fonts/licketysplit.woff2') format('woff2'), url('../fonts/licketysplit.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* YouTube hero video (iframe) */
.video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.youtube-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-width: 177.77vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
}

.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Overlay tlačítko Unmute */
.video-unmute {
  position: absolute;
  bottom: 24px;
  right: 24px;

  font-size: 22px;
  font-family: inherit;
  line-height: 1;

  background: rgba(0, 0, 0, 0.55);
  color: black;

  padding: 10px 18px;
  border: none;
  border-radius: 999px;

  cursor: pointer;
  z-index: 10;

  pointer-events: auto; /* KLÍČOVÉ */
}

.video-unmute:hover {
  background: rgba(0, 0, 0, 0.75);
}

/* tlačítko bude ukotvené k viditelné oblasti videa */
.video-unmute {
  position: absolute;
  right: 24px;
  bottom: 60px;

  font-size: 16px;
  font-family: inherit;
  line-height: 1;

  background: rgba(0, 0, 0, 0.55);
  color: #fff;

  padding: 10px 18px;
  border: 0;
  border-radius: 999px;

  cursor: pointer;
  z-index: 9999;      /* jistota, že je nad iframe */
  pointer-events: auto;
}



/* Mobile (≤479px): stabilní cover bez ujíždění */
@media (max-width: 479px) {

  /* důležité: ať má video jasnou výšku – buď z video-block,
     nebo si ji tady vynutíš (pokud by pořád kolabovalo) */
  .video-block { 
    position: relative;
  }

  .video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .youtube-wrapper {
    position: absolute;
    inset: 0;
    transform: none;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
  }

  .youtube-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;

    /* cover */
    transform: translate(-50%, -50%) scale(1.35);
    transform-origin: center;

    /* aby uživatel neaktivoval youtube UI */
    pointer-events: none;
  }
}



/* FIX: nepřetahuj .video wrapper na mobilech (to byla logika pro <video>, ne pro iframe) */
@media (max-width: 479px) {
  .video {
    width: 100% !important;
    margin-left: 0 !important;
  }
}


@media (max-width: 479px) {
  .youtube-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    transform: none !important;
  }

  .youtube-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.35) !important;
    transform-origin: center;
    pointer-events: none;
  }
}


@media (max-width: 991px) {
  .video-unmute {
    font-size: 16px;
    padding: 6px 10px;
    right: 12px;
    bottom: 60px;
  }
}

@media (max-width: 767px) {
  .video-unmute {
    font-size: 16px;
    padding: 6px 10px;
    right: 12px;
    bottom: 30px;
  }
}

@media (max-width: 479px) {
  .video-unmute {
    font-size: 16px;
    padding: 6px 10px;
    right: 12px;
    bottom: 30px;
  }
}
.newsletter-wrapper,
.form-block,
.form-block-2,
.newsletter-text-form {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-section {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .newsletter-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .newsletter-section {
    padding-bottom: 0px; /* ať je to nalepené i na mobile */
  }
}

.ribbon-guest,
.ribbon-guest * {
  pointer-events: none;
}