.ef-reservo-lock { overflow: hidden; }

.ef-reservo-btn {
  padding: 12px 18px;
  font-weight: 600;
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .05s ease, opacity .15s ease;
}
.ef-reservo-btn:hover { opacity: .95; }
.ef-reservo-btn:active { transform: scale(.98); }

.ef-reservo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 999998;
  display: none;
}

.ef-reservo-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.ef-reservo-dialog {
  position: relative;
  margin: 4vh auto;
  width: min(94vw, 980px);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.ef-reservo-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  z-index: 2;
}

.ef-reservo-content {
  max-height: 84vh;
  overflow: auto;
  padding: 16px;
}

.ef-reservo-iframe-wrap {
  position: relative;
  overflow: hidden;
}

.ef-reservo-poweredby {
  margin-top: 8px;
  text-align: center;
}
.ef-reservo-poweredby a { text-decoration: none; }
