/* Lišta se souhlasem — laděná do webu, ne do cizí šablony. */
.sh-lista{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#fff;
  border-top:1px solid rgba(198,164,105,.5);box-shadow:0 -14px 40px -26px rgba(60,30,45,.5);
  font:400 15px/1.65 'Open Sans',system-ui,sans-serif;color:#33272E;padding:20px 22px}
.sh-obal{max-width:1080px;margin:0 auto;display:grid;gap:16px}
.sh-nadpis{margin:0 0 6px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:400;
  font-size:1.45rem;color:#4A2742}
.sh-text{margin:0;font-size:.92rem;color:#5f5058}
.sh-text a{color:#4A2742}
.sh-akce{display:flex;flex-wrap:wrap;gap:10px}
.sh-tl{appearance:none;cursor:pointer;min-height:48px;padding:12px 24px;font:400 1rem/1.2
  'Cormorant Garamond',Georgia,serif;letter-spacing:.04em;border:1px solid #C6A469;
  background:#fff;color:#4A2742}
.sh-tl--plne{background:#4A2742;border-color:#4A2742;color:#fff}
.sh-tl--tise{border-color:rgba(198,164,105,.45);color:#7C6C74}
.sh-volby{display:none;gap:14px;padding-top:4px}
.sh-lista.je-otevrena .sh-volby{display:grid}
.sh-volba{display:flex;gap:12px;align-items:flex-start;font-size:.9rem;color:#5f5058}
.sh-volba b{display:block;color:#33272E}
.sh-volba input{margin-top:.35em;width:18px;height:18px;accent-color:#4A2742}
.sh-odkaz{background:none;border:0;padding:0;font:inherit;color:#4A2742;
  text-decoration:underline;cursor:pointer}
@media (min-width:820px){
  .sh-obal{grid-template-columns:1fr auto;align-items:center}
  .sh-volby{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}
  .sh-akce{justify-content:flex-end}
}
