.prehodiTras {
  display: flex;
  flex-direction: column;
}
.prehodiTras .gm-style-iw-d {
  padding: 0 1em 1em 0;
}
.prehodiTras__info {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.prehodiTras__info img {
  max-width: 18em;
  width: 100%;
}
.prehodiTras__info div:first-child {
  min-width: 10em;
  max-width: 14em;
  flex: 1 0 auto;
  margin-right: 1em;
}
.prehodiTras__info div:last-child {
  flex: 0 0 auto;
}
@media (min-width: 37rem) {
  .prehodiTras__info {
    flex-direction: row;
  }
  .prehodiTras__info div:first-child {
    font-size: 1.2em;
  }
}
.prehodiTras__zapora b {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 37rem) {
  .prehodiTras__zapora {
    font-size: 1.2em;
  }
}
.prehodiTras__map {
  width: 100%;
  min-height: 80vh;
  max-height: 95vh;
  background-color: silver;
}
.prehodiTras__filter {
  margin-bottom: 1em;
}
.prehodiTras__filter h2 {
  font-size: 1.2em;
  font-weight: 600;
  font-family: "Red Hat Display", sans-serif;
}
.prehodiTras__filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prehodiTras__filter ul li {
  margin-bottom: 0.5em;
}
.prehodiTras__filter ul li:last-child {
  margin-bottom: 0;
}
.prehodiTras__filter ul li:after {
  content: none;
}
.prehodiTras__filter button {
  margin: 0;
  width: 100%;
  max-width: 22em;
  background-color: transparent;
  color: #66cc00;
  border: 0;
  text-align: left;
}
.prehodiTras__filter button small {
  display: block;
}
.prehodiTras__filter button.b--active {
  color: #fff;
  background-color: #4d9900;
}
.prehodiTras__trase {
  display: none;
  margin-top: 1em;
}
.prehodiTras__hours {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5em;
}
.prehodiTras__hours .b {
  width: auto;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}
.seznamZapor h3 {
  color: #000;
}
.seznamZapor td p:last-of-type {
  margin-bottom: 0;
}
.seznamZapor table td, .seznamZapor table.seznamZapor th {
  padding: 0.8rem 1rem;
}
.prehodiTrasSubpage .mainContentWith {
  margin-bottom: 2em;
}
@media (min-width: 65em) {
  .prehodiTras {
    flex-direction: row;
  }
  .prehodiTras__trase {
    display: block;
  }
  .prehodiTras__filter {
    order: 2;
    margin-left: 2em;
    margin-bottom: 0;
    max-width: 20em;
  }
  .prehodiTras__filter button {
    width: 100%;
  }
  .prehodiTras__map {
    max-height: 110vh;
  }
  .prehodiTrasSubpage .mainContentWith {
    margin-bottom: 5em;
  }
}
