/* Holidaymaker registration legal modals — isolated from owner/global modal styles. */
.hhf-hm-legal-modal[hidden]{display:none!important}
body.hhf-hm-legal-open{overflow:hidden}
body.hhf-hm-legal-open .hhf-cookie-settings{display:none!important}

.hhf-hm-legal-progress{
  margin:6px 0 16px;
  padding:13px 14px;
  border:1px solid #d7e1e6;
  border-radius:10px;
  background:#f7fafb;
}
.hhf-hm-legal-progress-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
  color:#274857;
  line-height:1.35;
}
.hhf-hm-legal-progress-count{white-space:nowrap;color:#687b85;font-size:.78rem;font-weight:700}
.hhf-hm-legal-items{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.hhf-hm-legal-doc{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:9px 11px;
  border:1px solid #cbd8de;
  border-radius:8px;
  background:#fff;
  color:#174f68;
  font:inherit;
  font-weight:800;
  text-align:left;
  cursor:pointer;
}
.hhf-hm-legal-doc:hover{border-color:#8fb1bf;background:#fbfdfe}
.hhf-hm-legal-doc.is-read{border-color:#8cb39f;background:#f3f8f5;color:#2f684f}
.hhf-hm-legal-doc-status{font-size:1.05rem;font-weight:900}
.hhf-hm-legal-final{display:flex;align-items:center;gap:8px;margin-top:10px;color:#2f684f;font-size:.86rem;font-weight:700}
.hhf-hm-legal-final[hidden]{display:none!important}
.hhf-hm-legal-final input{position:absolute;opacity:0;pointer-events:none}
.hhf-hm-legal-final-tick{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#2f684f;color:#fff;font-size:.75rem}
.hhf-hm-legal-next{margin:10px 0 0;color:#687b85;font-size:.8rem;line-height:1.4}
.hhf-hm-legal-next[hidden]{display:none!important}
#createHolidaymakerAccount:disabled{opacity:.48;cursor:not-allowed}

.hhf-hm-legal-modal{
  position:fixed;
  inset:0;
  z-index:5000;
  display:grid;
  place-items:center;
  padding:24px;
}
.hhf-hm-legal-backdrop{position:absolute;inset:0;background:rgba(20,35,28,.58)}
.hhf-hm-legal-card{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  width:min(900px,calc(100vw - 36px));
  height:min(82vh,760px);
  overflow:hidden;
  border:1px solid #d9cfbf;
  border-radius:15px;
  background:#fffdf9;
  box-shadow:0 22px 60px rgba(0,0,0,.25);
}
.hhf-hm-legal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;border-bottom:1px solid #e5dccf}
.hhf-hm-legal-head h2{margin:0;color:#173f2e;font-size:1.32rem}
.hhf-hm-legal-close{width:32px;height:32px;flex:0 0 auto;border:1px solid #ddd3c3;border-radius:8px;background:#fff;cursor:pointer;font-size:20px;line-height:1}
.hhf-hm-legal-body{min-height:0;background:#fff}
.hhf-hm-legal-scroll{overflow-y:auto;overscroll-behavior:contain;padding:20px 28px 30px;-webkit-overflow-scrolling:touch}
.hhf-hm-legal-content{color:#243b31;line-height:1.58}
.hhf-hm-legal-content h1{display:none}
.hhf-hm-legal-content h2{margin:24px 0 8px;font-size:1.25rem}
.hhf-hm-legal-content h2:first-child{margin-top:0}
.hhf-hm-legal-content p,.hhf-hm-legal-content li{font-size:.91rem;line-height:1.58}
.hhf-hm-legal-content ul{padding-left:22px}
.hhf-hm-legal-content .important{padding:14px 16px;border-left:4px solid #2f654f;border-radius:7px;background:#f2f7f3}
.hhf-hm-legal-content .gold{padding:14px 16px;border:1px solid #cfb36c;border-radius:9px;background:#fff9e8}
.hhf-hm-legal-content .legal-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.hhf-hm-legal-content .legal-table{min-width:620px}
.hhf-hm-legal-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 18px;border-top:1px solid #e5dccf;background:#fffdf9}
.hhf-hm-legal-hint{margin:0;color:#68756e;font-size:.78rem}
.hhf-hm-legal-accept{min-width:230px}
.hhf-hm-legal-accept:disabled{opacity:.42;cursor:not-allowed}

@media(max-width:650px){
  .hhf-hm-legal-progress-head{display:block}
  .hhf-hm-legal-progress-count{display:block;margin-top:5px}
  .hhf-hm-legal-items{grid-template-columns:1fr}
  .hhf-hm-legal-modal{padding:10px;align-items:stretch}
  .hhf-hm-legal-card{width:100%;height:calc(100dvh - 20px);max-height:calc(100dvh - 20px);border-radius:12px}
  .hhf-hm-legal-head{padding:12px 14px}
  .hhf-hm-legal-head h2{font-size:1.1rem}
  .hhf-hm-legal-scroll{padding:18px 18px 24px}
  .hhf-hm-legal-content h2{font-size:1.1rem}
  .hhf-hm-legal-content p,.hhf-hm-legal-content li{font-size:.9rem}
  .hhf-hm-legal-foot{align-items:stretch;flex-direction:column;gap:8px;padding:10px 14px calc(10px + env(safe-area-inset-bottom))}
  .hhf-hm-legal-accept{width:100%;min-width:0;flex:0 0 auto}
}
