/* Autokemp Dřenice — central information strip (CZ/DE/EN) */
.site-notice-root:empty{
  min-height:46px;
  background:#fff0da;
  border-bottom:1px solid #efc98e;
}
.site-notice-root.is-inactive{display:none}
.site-notice-bar{
  background:#fff0da;
  border-bottom:1px solid #efc98e;
  color:#653a11;
}
.site-notice-inner{
  width:min(1180px,calc(100% - 40px));
  min-height:46px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.8rem;
  font:inherit;
  font-size:.84rem;
  font-weight:780;
  line-height:1.35;
}
.site-notice-dot{
  width:8px;
  height:8px;
  flex:0 0 8px;
  background:#e9872d;
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(233,135,45,.14);
}
.site-notice-detail{
  border:0;
  padding:0;
  background:transparent;
  color:#653a11;
  font:inherit;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
  white-space:nowrap;
}
.site-notice-dialog{
  display:none;
  position:fixed;
  inset:0;
  z-index:1000;
  place-items:center;
  padding:20px;
  background:rgba(5,21,16,.66);
}
.site-notice-dialog.is-open{display:grid}
.site-notice-backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.site-notice-modal{
  position:relative;
  z-index:1;
  width:min(590px,100%);
  box-sizing:border-box;
  padding:30px;
  border-radius:12px;
  background:#fffdf8;
  color:#162520;
  box-shadow:0 28px 100px rgba(0,0,0,.28);
}
.site-notice-head{
  display:flex;
  gap:18px;
  justify-content:space-between;
  align-items:flex-start;
}
.site-notice-kicker{
  display:block;
  margin-bottom:.35rem;
  color:#2f6971;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.site-notice-title{
  margin:0;
  font-family:Georgia,serif;
  font-size:2rem;
  line-height:1.1;
  font-weight:500;
}
.site-notice-body{
  margin:.8rem 0 0;
  color:#5c6c66;
  line-height:1.65;
}
.site-notice-x{
  width:40px;
  height:40px;
  flex:0 0 40px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:8px;
  background:#edf2ec;
  color:#14362e;
  font:inherit;
  font-size:1rem;
  cursor:pointer;
}
.site-notice-actions{
  display:flex;
  gap:.65rem;
  flex-wrap:wrap;
  margin-top:1.3rem;
}
.site-notice-btn{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:.85rem 1.2rem;
  border:0;
  border-radius:10px;
  font:inherit;
  font-weight:850;
  text-decoration:none;
  cursor:pointer;
}
.site-notice-reserve{background:#79d957;color:#10251e}
.site-notice-close{background:#fff;color:#14362e;border:1px solid rgba(20,54,46,.14)}
body.site-notice-modal-open{overflow:hidden}
@media(max-width:700px){
  .site-notice-inner{
    width:calc(100% - 28px);
    min-height:44px;
    justify-content:flex-start;
    gap:.55rem;
    padding:7px 0;
    box-sizing:border-box;
    font-size:.76rem;
  }
  .site-notice-text{flex:1}
  .site-notice-detail{font-size:.75rem}
  .site-notice-modal{padding:22px}
  .site-notice-title{font-size:1.7rem}
}
