/*--------------------------------------------------------------
# rezervace formular

Vzniklo rozpustenim 15-prevzato-z-astry.css. Pravidla sem prisla
beze zmeny, jen se presunula pod komponentu, ktere patri.
--------------------------------------------------------------*/

input.btnRezervovat { display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size: 1.1rem; padding: 1em 2em 1em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); color: #fef4e9!important; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top, #faa51a, #f47a20); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); }
input.btnRezervovat:hover { background: #f47c20!important; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015))!important; background: -moz-linear-gradient(top, #f88e11, #f06015)!important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015')!important; }
.rez-form { max-width: 600px; --rez-accent: #f2a03d; --rez-accent-soft: rgba(242,160,61,0.14); --rez-accent-border: rgba(242,160,61,0.55); counter-reset: rez-step; }
.rez-block { margin-bottom: 28px; }
.rez-row { display: flex; gap: 16px; }
.rez-row p { flex: 1; min-width: 0; }
@media (max-width: 600px) {
  .rez-row { flex-direction: column; gap: 0; }
}
.rez-label { display: flex; align-items: baseline; gap: 10px; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; opacity: 1; margin-bottom: 12px; counter-increment: rez-step; }
.rez-label p { display: contents; }
.rez-label::before { content: counter(rez-step); flex: none; color: var(--rez-accent); font-weight: 700; letter-spacing: normal; text-transform: none; }
.rez-tiles { display: flex; flex-direction: row; flex-wrap: wrap; gap: 9px; }
.rez-tiles p { display: contents; }
.rez-tiles br { display: none; }
.rez-tile { display: block; position: relative; flex: 1 1 140px; border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; padding: 14px 16px; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.rez-tile:hover { border-color: rgba(255,255,255,0.4); }
.rez-tile:has(input:checked) { border-color: var(--rez-accent); background: var(--rez-accent-soft); }
.rez-tile input[type="radio"] { margin-right: 9px; accent-color: var(--rez-accent); }
.rez-badge { position: absolute; top: -9px; right: 12px; background: var(--rez-accent); color: #1a1310; font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
.rez-hint { font-size: 13.5px; opacity: 0.7; margin: 10px 2px 0; display: none; }
.rez-hint-static { font-size: 13.5px; opacity: 0.6; margin: 0 2px 12px; }
.rez-reveal { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, margin 0.35s ease; }
.rez-reveal { font-size: 13.5px; }
.rez-pricebar { position: sticky; bottom: 0; padding: 12px 0; background: #000; }
.rez-summary { border: 1px solid var(--rez-accent-border); border-radius: 10px; padding: 10px 16px; /* stejné podbarvení jako u vybrané dlaždice (--rez-accent-soft), jen posazené na neprůhledné .rez-pricebar pozadí kvůli sticky */ background: var(--rez-accent-soft); }
.rez-total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 15px; }
.rez-total p { margin: 0; }
.rez-total span:last-child { font-size: 20px; color: var(--rez-accent); white-space: nowrap; }
.rez-note { font-size: 11.5px; opacity: 0.5; margin-top: 0; line-height: 1.45; margin: 0; }
.rez-help { text-align: center; margin: 12px 0 0; }
.rez-help a { font-size: 13px; opacity: 0.55; }
.rez-trust-bar .wp-block-column { border-left: 1px solid rgba(255,255,255,.15); }
.rez-trust-bar .wp-block-column:first-child { border-left: none; }
@media (max-width: 600px) {
  .rez-trust-bar .wp-block-column { border-left: none; }
}
.rez-card { background: rgba(15,16,12,.55); border: 1px solid #33352a; border-radius: var(--lt-radius); padding: 24px; backdrop-filter: blur(2px); box-sizing: border-box; height: 100%; }
.rez-card h4 { margin-top: 0; }
.rez-step-number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: #DA7C0C; color: #000; font-weight: 700; font-size: 20px; }
.rez-section-divider { border-top: 2px solid rgba(255,255,255,.15); }
.rez-assurance p { display: flex; align-items: baseline; gap: 8px; justify-content: center; }
.rez-assurance .rez-check { color: #DA7C0C; font-weight: 700; }
