.wh-manage-page .manage-login{max-width:780px;margin-inline:auto}
.wh-manage-page .manage-notice{border-left:4px solid #67a2ae;background:#f5f9f9}
.wh-manage-page .manage-summary small{display:block;margin-top:6px;color:rgba(255,255,255,.78)}
.wh-manage-page .manage-room-list{display:grid;gap:18px}
.wh-manage-page .manage-room{position:relative}
.wh-manage-page .manage-room.is-cancelled{opacity:.72}
.wh-manage-page .manage-status{display:inline-block;margin:4px 0 8px;padding:5px 9px;border-radius:999px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.7px}
.wh-manage-page .manage-status.confirmed{background:#67a2ae}
.wh-manage-page .manage-status.cancelled{background:#777}
.wh-manage-page .manage-cancel-form{margin-top:18px;padding-top:15px;border-top:1px solid #e5e5e5}
.wh-manage-page .manage-cancel{appearance:none;border:1px solid #343434;background:#fff;color:#343434;padding:10px 14px;border-radius:4px;font:700 12px/1 Arial,sans-serif;cursor:pointer}
.wh-manage-page .manage-cancel:hover{background:#343434;color:#fff}
.wh-manage-page .manage-cancel-form small{display:block;margin-top:8px;color:#737373;line-height:1.45}
.wh-manage-page .manage-total>strong{display:block;margin:7px 0;font:normal 34px/1.1 Georgia,serif;color:#343434}
.wh-manage-page .confirmation-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.wh-manage-page .button.secondary{background:#fff!important;color:#343434!important;border:1px solid #343434!important}
@media(max-width:700px){.wh-manage-page .stay-grid{grid-template-columns:1fr 1fr}.wh-manage-page .confirmation-actions{flex-direction:column}.wh-manage-page .confirmation-actions .button{width:100%;text-align:center}}

/* WH-MANAGE-1.2 multi-select + AJAX state */
.wh-manage-page .manage-bulk-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:14px 16px;border:1px solid #dedede;border-radius:8px;background:#f8f8f8}
.wh-manage-page .manage-select-all,.wh-manage-page .manage-room-select{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#343434;cursor:pointer}
.wh-manage-page .manage-select-all input,.wh-manage-page .manage-room-select input{width:18px;height:18px;accent-color:#67a2ae}
.wh-manage-page .manage-bulk-buttons{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.wh-manage-page .manage-room{padding-top:18px}
.wh-manage-page .manage-room-select{position:absolute;top:12px;right:12px;z-index:4;padding:7px 10px;border:1px solid #dedede;border-radius:999px;background:rgba(255,255,255,.96);font-size:11px;box-shadow:0 2px 8px rgba(52,52,52,.08)}
.wh-manage-page .manage-cancel-one{margin-top:18px}
.wh-manage-page .manage-cancel-note{display:block;margin-top:8px;color:#737373;line-height:1.45}
.wh-manage-page .manage-cancel:disabled{opacity:.45;cursor:not-allowed;background:#f3f3f3;color:#777}
.wh-manage-page .manage-captcha{margin:18px 0;padding:15px 17px;border:1px solid #dedede;border-left:4px solid #67a2ae;background:#f8fbfb;border-radius:6px}
.wh-manage-page .manage-captcha p{margin:6px 0 0}
.wh-manage-page .manage-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.manage-loading-overlay{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(52,52,52,.58)}
.manage-loading-card{width:min(360px,92vw);display:flex;flex-direction:column;align-items:center;gap:10px;padding:28px 24px;border-radius:12px;background:#fff;color:#343434;text-align:center;box-shadow:0 18px 55px rgba(0,0,0,.24)}
.manage-loading-card small{color:#777}
.manage-spinner{width:34px;height:34px;border:4px solid #e6e6e6;border-top-color:#67a2ae;border-radius:50%;animation:whManageSpin .7s linear infinite}
@keyframes whManageSpin{to{transform:rotate(360deg)}}
.swal2-popup{font-family:Arial,sans-serif!important}
.swal2-title{color:#343434!important}
@media(max-width:700px){
  .wh-manage-page .manage-bulk-actions{align-items:stretch;flex-direction:column}
  .wh-manage-page .manage-bulk-buttons{justify-content:stretch;flex-direction:column}
  .wh-manage-page .manage-bulk-buttons .manage-cancel{width:100%}
  .wh-manage-page .manage-room-select{position:static;width:max-content;margin:0 0 10px 0}
}

/* WH-MANAGE-1.3 selection review + modification */
.wh-manage-page .manage-room-select{
  position:static!important;
  grid-column:1/-1;
  justify-self:start;
  width:max-content;
  max-width:100%;
  margin:0 0 0 0!important;
  padding:8px 11px;
  border:1px solid #d9d9d9;
  border-radius:999px;
  background:#f8fbfb;
  box-shadow:none;
}
.wh-manage-page .manage-room-select input{flex:0 0 auto}
.wh-manage-page .manage-room-stay{display:flex;flex-wrap:wrap;gap:7px 14px;margin:11px 0 12px;padding:10px 12px;border-radius:7px;background:#f7f7f7;font-size:11px;color:#555}
.wh-manage-page .manage-room-stay span{display:inline-flex;gap:5px;align-items:baseline}
.wh-manage-page .manage-room-stay b{color:#343434;font-size:9px;letter-spacing:.7px;text-transform:uppercase}
.wh-manage-page .manage-room-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.wh-manage-page .manage-modify{appearance:none;border:1px solid #67a2ae;background:#67a2ae;color:#fff;padding:10px 14px;border-radius:4px;font:700 12px/1 Arial,sans-serif;cursor:pointer}
.wh-manage-page .manage-modify:hover{background:#343434;border-color:#343434}
.wh-manage-page .manage-bulk-actions{align-items:center}
.wh-manage-page .manage-cancel-all{white-space:normal}
.manage-cancel-bubble{position:fixed;left:50%;bottom:24px;z-index:99980;display:flex;align-items:center;gap:12px;min-width:min(430px,calc(100vw - 28px));max-width:calc(100vw - 28px);padding:12px 15px;border:0;border-radius:13px;background:#343434;color:#fff;box-shadow:0 16px 42px rgba(0,0,0,.28);cursor:pointer;transform:translate(-50%,140%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease;text-align:left}
.manage-cancel-bubble.is-visible{transform:translate(-50%,0);opacity:1;pointer-events:auto}
.manage-cancel-bubble-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 34px;background:#c2ac87;color:#343434;font-weight:900}
.manage-cancel-bubble>span:nth-child(2){min-width:0;flex:1}
.manage-cancel-bubble small{display:block;font-size:8px;letter-spacing:1.2px;color:#c2ac87;margin-bottom:2px}
.manage-cancel-bubble strong{display:block;font-size:12px;line-height:1.35;color:#fff}
.manage-cancel-bubble>b{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:#fff}
.manage-cancel-bubble>i{font-style:normal;color:#c2ac87;font-size:18px}
.manage-review-copy{margin:0 0 12px;color:#666;font-size:13px;text-align:left}
.manage-review-list{max-height:260px;overflow:auto;border:1px solid #e2e2e2;border-radius:8px;text-align:left}
.manage-review-list>div{padding:11px 13px;background:#fff}
.manage-review-list>div+div{border-top:1px solid #e7e7e7}
.manage-review-list strong{display:block;color:#343434;font-size:13px}
.manage-review-list small{display:block;margin-top:3px;color:#777;font-size:10px}
.manage-review-warning{margin:12px 0 0;text-align:left;color:#777;font-size:11px;line-height:1.5}
@media(max-width:700px){
  .wh-manage-page .manage-room-actions{flex-direction:column}
  .wh-manage-page .manage-room-actions button{width:100%}
  .wh-manage-page .manage-room-stay{display:grid;grid-template-columns:1fr 1fr}
  .wh-manage-page .manage-room-stay span{display:block}
  .wh-manage-page .manage-room-stay b{display:block;margin-bottom:2px}
  .manage-cancel-bubble{bottom:14px;min-width:calc(100vw - 20px);max-width:calc(100vw - 20px)}
  .manage-cancel-bubble>b{display:none}
}

/* v1.10.82: booking lookup no longer depends on Functional-cookie consent. */
.wh-manage-page .manage-lookup-protection{margin:18px 0;padding:15px 17px;border:1px solid #dedede;border-left:4px solid #67a2ae;background:#f8fbfb;border-radius:6px}
.wh-manage-page .manage-lookup-protection p{margin:6px 0 0;color:#6e6e6e;font-size:11px}
