/* Google Fonts: Poppins */

.download-tiles{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1rem 0 2rem;
}

.download-tile{
    display:block;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    text-decoration: none;
}

.download-tile-title{
    font-weight: 700;
    margin-bottom: .25rem;
}

.download-tile-sub{
    opacity: .75;
    font-size: .9em;
}

/* Vylepšené styly pro sc-box - stejná výška a tlačítka dole */

/* Zajistí, že sloupce v row jsou flex kontejnery */
.row > .column,
.row > [class*="col-"] {
    display: flex !important;
    flex-direction: column;
}

/* Box má plnou výšku a je flex kontejner */
.row .sc-box,
.row .box {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

/* Header roste a zabírá dostupné místo - je to flex kontejner */
.row .sc-box header,
.row .box header {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Paragraf s tlačítkem (sc-buttons) se posune dolů */
.row .sc-box header > p:last-child,
.row .box header > p:last-child {
    margin-top: auto;
}

/* Tlačítka jsou zarovnaná dole */
.row .sc-box .sc-buttons,
.row .box .sc-buttons,
.row .sc-box header a.button,
.row .box header a.button,
.row .sc-box header .button,
.row .box header .button {
    margin-top: auto;
}

/* Tlačítka ve sc-buttons a obecné tlačítka v boxech */
.sc-box .button,
.box .button,
.sc-box .sc-button,
.box .sc-button,
.sc-box a.button,
.box a.button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

/* sc-buttons kontejner */
.sc-buttons {
    margin-top: auto;
}

.sc-buttons.fit {
    width: 100%;
}

.sc-buttons.stacked a,
.sc-buttons.stacked .button {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
}

/* ============================================
   Dropdown menu CSS override for prumka26
   Overrides future2021 with correct positioning
   Uses .theme-prumka26 prefix for higher specificity
   ============================================ */
.theme-prumka26 #header .dropdown {
  -moz-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: solid 1px rgba(160, 160, 160, 0.3);
  height: inherit;
  line-height: inherit;
  margin-left: 1.5em;
}

.theme-prumka26 #header .dropdown li {
  position: relative;
  float: left;
  text-transform: uppercase;
  font-size: 14pt;
  height: inherit;
}

.theme-prumka26 #header .dropdown li a {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0.2em;
  border-bottom: none;
  padding: 0 0.8rem;
}

.theme-prumka26 #header .dropdown li ul {
  position: absolute !important;
  top: 100% !important;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  line-height: normal;
  background-color: rgb(230, 230, 230);
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 10002 !important;
  left: auto !important;
}

.theme-prumka26 #header .dropdown li ul li a {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: none;
  padding: 0.3rem 0.8rem;
  line-height: 2.5em;
}

.theme-prumka26 #header .dropdown li ul li a:hover {
  color: #181818;
}

.theme-prumka26 #header .dropdown li ul li ul {
  left: 100% !important;
  top: 0 !important;
}

.theme-prumka26 #header .dropdown ul li {
  margin-left: 0.5em;
  padding-left: 0.5em;
}

.theme-prumka26 #header .dropdown ul li:first-child {
  border-left: 0;
}

.theme-prumka26 #header .dropdown ul li:hover > ul {
  display: -moz-flex !important;
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 15em;
  border: solid 1px rgba(160, 160, 160, 0.3);
  background-color: #ffffff;
  box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width: 980px) {
  .theme-prumka26 #header .dropdown {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .theme-prumka26 #header .dropdown {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .theme-prumka26 #header .dropdown .fixed {
    margin: 0;
  }
}
