<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Vyberte si datum - ROCK */
.fv-datum {
  border-color: #e0e0e0;
  margin-bottom: 25px;
}
.fv-datum legend {
  background: white;
  margin-top: -1px;
  width: fit-content;
  line-height: 1px;
}
.fv-datum-nadpis {
  line-height: 34px;
  padding-bottom: 19px;
}
.fv-datum-popis {
  padding-top: 10px;
  font-weight: bold;
  place-items: center;
  padding-left: 15px;
  color: initial;
  font-size: medium;
}
.fv-datepicker {
  padding-top: 10px;
  font-weight: bold;
  place-items: center;
  padding-left: 15px;
  color: initial;
  font-size: medium;
}
#footer-in &gt; div.user-include-block &gt; div.fv-datum {
  display: none;
}
@media (max-width: 767px) {
  .fv-datepicker &gt; select {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .fv-datepicker {
    color: inherit;
    padding-top: 15px;
    display: block;
    place-items: center;
  }
}
@media (min-width: 768px) {
  .fv-datepicker &gt; select {
    display: initial;
    width: auto;
    padding-left: 20px;
    padding-right: 60px;
    margin-left: 20px;
    height: auto;
  }
}
</pre></body></html>