.ws-custom-wrap{
  max-width:1160px;
  margin:0 auto 56px;
  padding:0 22px;
  font-family:inherit;
  color:#333;
}
.entry-title{display:none!important}
.ws-page-heading{
  margin:54px 0 28px;
}
.ws-page-heading>span{
  display:block;
  margin-bottom:8px;
  color:#17846e;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.2px;
}
.ws-page-heading h1{
  margin:0 0 10px!important;
  color:#303238!important;
  font-size:clamp(27px,3vw,34px);
  font-weight:500;
  line-height:1.25;
}
.ws-page-heading p{
  max-width:760px;
  margin:0;
  color:#6f7378;
  font-size:15px;
  line-height:1.7;
}
.ws-custom-form{
  padding:34px 30px 30px;
  border:1px solid #dedfe1;
  border-radius:14px;
  background:#fff;
  box-shadow:none;
}
.ws-form-header{
  margin-bottom:30px;
}
.ws-form-header h2{
  margin:0 0 7px!important;
  color:#34363a;
  font-size:25px;
  font-weight:500;
}
.ws-form-header p{
  margin:0;
  color:#777b80;
  font-size:14px;
}
.ws-panel{
  min-width:0;
  margin:0 0 28px;
  padding:25px 20px 20px;
  border:1px solid #dedfe1;
  border-radius:12px;
  background:#fff;
}
.ws-panel legend{
  width:auto;
  margin-left:8px;
  padding:0 10px;
  color:#686b70;
  background:#fff;
  font-size:15px;
  font-weight:650;
}
.ws-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px 16px;
  margin:0;
}
.ws-grid-three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.ws-custom-form label{
  display:block;
  min-width:0;
  color:#707378;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
}
.ws-custom-form input,
.ws-custom-form select{
  width:100%;
  min-height:47px;
  margin-top:9px;
  padding:10px 12px;
  border:1px solid #aeb2b7;
  border-radius:9px;
  background:#fff;
  color:#303238;
  font-size:14px;
  font-weight:400;
  box-sizing:border-box;
  transition:border-color .2s,box-shadow .2s;
}
.ws-custom-form input::placeholder{
  color:#a7aaae;
}
.ws-custom-form input:focus,
.ws-custom-form select:focus{
  outline:none;
  border-color:#188a73;
  box-shadow:0 0 0 3px rgba(24,138,115,.11);
}
.ws-readonly{
  border-color:#d8dcdf!important;
  background:#f5f6f6!important;
  color:#42464a!important;
  font-weight:600!important;
}
.ws-custom-form label small{
  display:block;
  margin-top:6px;
  color:#96999d;
  font-size:11px;
  font-weight:400;
  line-height:1.45;
}
#ws-other-position{display:none}
.ws-payment-panel{
  margin-bottom:22px;
}
.ws-service-card{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin:0 0 22px;
  padding:21px;
  border:1px solid #d9e5e1;
  border-radius:10px;
  background:#f8fbfa;
}
.ws-service-card span{
  display:block;
  margin-bottom:5px;
  color:#188a73;
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
}
.ws-service-card h3{
  margin:0 0 7px!important;
  color:#35383b;
  font-size:18px;
  font-weight:600;
}
.ws-service-card p{
  max-width:720px;
  margin:0;
  color:#73777b;
  font-size:13px;
  line-height:1.6;
}
.ws-service-card>strong{
  flex:0 0 auto;
  color:#188a73;
  font-size:23px;
  font-weight:700;
  white-space:nowrap;
}
.ws-confirm{
  display:flex!important;
  align-items:flex-start;
  gap:10px;
  margin:0 0 14px;
  color:#555a5e!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.55!important;
}
.ws-confirm input{
  flex:0 0 auto;
  width:17px!important;
  min-height:17px!important;
  height:17px!important;
  margin:2px 0 0!important;
}
.ws-confirm a{
  color:#137761;
  text-decoration:underline;
}
.ws-form-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:9px;
}
.ws-custom-form button{
  min-height:50px;
  padding:12px 22px;
  border:0;
  border-radius:8px;
  background:#188a73;
  color:#fff;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  box-shadow:none;
  transition:background .2s,transform .2s;
}
.ws-custom-form button:hover{
  background:#126f5d;
  transform:translateY(-1px);
}
.ws-custom-form button span{
  margin-left:10px;
  padding-left:12px;
  border-left:1px solid rgba(255,255,255,.35);
}
.ws-form-actions>small{
  color:#8b8f93;
  font-size:11px;
}
.ws-error{
  margin:0 0 20px;
  padding:13px 15px;
  border:1px solid #e7aaaa;
  border-radius:8px;
  background:#fff3f3;
  color:#982c2c;
  font-size:14px;
}
@media(max-width:900px){
  .ws-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .ws-custom-wrap{padding:0 14px;margin-bottom:34px}
  .ws-page-heading{margin:30px 0 20px}
  .ws-custom-form{padding:23px 14px 20px;border-radius:10px}
  .ws-panel{padding:21px 12px 15px;margin-bottom:22px}
  .ws-grid,.ws-grid-three{grid-template-columns:1fr;gap:17px}
  .ws-service-card{flex-direction:column;gap:12px;padding:17px}
  .ws-form-actions{align-items:stretch}
  .ws-custom-form button{width:100%;font-size:13px}
  .ws-form-actions>small{text-align:center}
}

/* Mobile-first booking page improvements */
@media(max-width:700px){
  html,body{max-width:100%;overflow-x:hidden}
  .ws-custom-wrap{width:100%;max-width:100%;margin:0 auto 28px;padding:0 10px;box-sizing:border-box}
  .ws-page-heading{margin:22px 4px 17px}
  .ws-page-heading>span{font-size:11px;letter-spacing:.9px;margin-bottom:6px}
  .ws-page-heading h1{font-size:25px!important;line-height:1.22!important;margin-bottom:8px!important}
  .ws-page-heading p{font-size:14px;line-height:1.55}
  .ws-custom-form{width:100%;padding:17px 10px 18px;border-radius:12px;box-sizing:border-box}
  .ws-form-header{margin-bottom:20px;padding:0 2px}
  .ws-form-header h2{font-size:21px!important;line-height:1.25!important}
  .ws-form-header p{font-size:13px}
  .ws-panel{min-width:0;width:100%;padding:18px 10px 14px;margin-bottom:19px;border-radius:10px;box-sizing:border-box}
  .ws-panel legend{max-width:calc(100% - 16px);margin-left:0;padding:0 6px;font-size:14px;white-space:normal}
  .ws-grid,.ws-grid-three{grid-template-columns:minmax(0,1fr);gap:15px}
  .ws-custom-form label{font-size:13.5px;line-height:1.4}
  .ws-custom-form input,.ws-custom-form select{max-width:100%;min-width:0;min-height:50px;margin-top:7px;padding:11px 10px;font-size:16px!important;border-radius:8px}
  .ws-custom-form input[type=date]{min-width:0}
  .ws-custom-form label small{font-size:11px;line-height:1.35}
  .ws-service-card{width:100%;padding:15px;gap:9px;border-radius:9px;box-sizing:border-box}
  .ws-service-card h3{font-size:17px!important;line-height:1.3!important}
  .ws-service-card p{font-size:12.5px;line-height:1.5}
  .ws-service-card>strong{font-size:22px}
  .ws-confirm{gap:9px;font-size:12.5px!important;line-height:1.45!important}
  .ws-form-actions{width:100%;align-items:stretch}
  .ws-custom-form button{width:100%;min-height:54px;padding:13px 10px;font-size:15px;border-radius:9px;white-space:normal;line-height:1.35}
  .ws-custom-form button span{margin-left:6px;padding-left:7px}
  .ws-form-actions>small{text-align:center;font-size:10.5px;line-height:1.4}
}
@media(max-width:380px){
  .ws-custom-wrap{padding:0 7px}
  .ws-custom-form{padding-left:7px;padding-right:7px}
  .ws-page-heading h1{font-size:23px!important}
}


/* Hide main site header only on the booking page */
body.page-id-102 .site-header{display:none!important}
body.page-id-102 .ws-custom-wrap{padding-top:18px}
@media(max-width:700px){
  body.page-id-102 .ws-custom-wrap{padding-top:10px}
}


/* WAFID-style mobile booking layout */
@media (max-width:768px), (max-device-width:768px){
  body.page-id-102,body.page-id-102 #page,body.page-id-102 .site-content,
  body.page-id-102 .content-area,body.page-id-102 main{
    width:100%!important;max-width:100%!important;min-width:0!important;
    margin:0!important;padding:0!important;overflow-x:hidden!important;
  }
  body.page-id-102 .ws-custom-wrap{
    width:100%!important;max-width:100%!important;margin:0 auto 24px!important;
    padding:16px 14px 0!important;box-sizing:border-box!important;
  }
  body.page-id-102 .ws-custom-form{
    width:100%!important;max-width:100%!important;min-width:0!important;
    margin:0!important;padding:18px 12px 22px!important;box-sizing:border-box!important;
    border:0!important;border-radius:0!important;
  }
  body.page-id-102 .ws-panel{
    display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;
    margin:0 0 28px!important;padding:24px 16px 20px!important;box-sizing:border-box!important;
    border:1px solid #d7d9dc!important;border-radius:16px!important;
  }
  body.page-id-102 .ws-grid,body.page-id-102 .ws-grid-three{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;max-width:100%!important;gap:22px!important;
  }
  body.page-id-102 .ws-grid>*,body.page-id-102 .ws-grid-three>*{
    width:100%!important;max-width:100%!important;min-width:0!important;
    margin:0!important;box-sizing:border-box!important;
  }
  body.page-id-102 .ws-custom-form input,body.page-id-102 .ws-custom-form select{
    display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;
    min-height:56px!important;margin:9px 0 0!important;padding:13px 14px!important;
    box-sizing:border-box!important;border:1px solid #aeb2b7!important;
    border-radius:12px!important;font-size:16px!important;
  }
  body.page-id-102 .ws-panel legend{
    max-width:calc(100% - 20px)!important;padding:0 10px!important;
    font-size:18px!important;font-weight:700!important;line-height:1.3!important;white-space:normal!important;
  }
  body.page-id-102 .ws-custom-form label{font-size:15px!important;line-height:1.4!important}
  body.page-id-102 .ws-confirm input{
    width:19px!important;min-width:19px!important;height:19px!important;
    min-height:19px!important;padding:0!important;
  }
  body.page-id-102 .ws-form-actions,body.page-id-102 .ws-custom-form button{
    width:100%!important;max-width:100%!important;
  }
}
