
.wrap{
  max-width:860px;
  margin:30px auto;
  padding:0 16px;
}

.h1{
  font-size:34px;
  text-align:center;
  margin:18px 0 14px;
}

.topbar,
.bottombar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 18px;
  border:1px solid #ddd;
  border-radius:8px;
  background:#fff;
}

.bottombar{ margin-top:20px; }

.counter{ font-size:18px; }

.btnNext{
  padding:10px 16px;
  border:0;
  border-radius:6px;
  background:#111;
  color:#fff;
  cursor:pointer;
}
.btnNext[disabled]{
  background:#bbb;
  cursor:not-allowed;
}

.accordion{
  position:relative;
  margin-top:14px;
  border:1px solid #ddd;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.accordion::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:90px;
  pointer-events:none;
  background:linear-gradient(to bottom,
    rgba(255,255,255,0),
    rgba(0,0,0,0.18)
  );
}


.accordion.isExpanded::after{ display:none; }

.accHead{
  display:flex;
  justify-content:center;
  gap:10px;
  align-items:center;
  padding:18px;
  background:#efe6f6;
  font-size:28px;
  font-weight:600;
  cursor:pointer;
  user-select:none;
}

.accBody{ display:block; }

.centerBtn{
  display:flex;
  justify-content:center;
  padding:12px;
}

.btnGhost{
  padding:10px 14px;
  border:1px solid #ddd;
  border-radius:6px;
  background:#fff;
  cursor:pointer;
}

.serviceCard{
  display:grid;
  grid-template-columns:140px 1fr 140px; 
  gap:18px;
  align-items:start; 
  padding:18px;
  border-top:1px solid #eee;
}
.serviceCard:first-child{ border-top:0; }

.serviceCard.noImg{
  grid-template-columns:1fr 140px;
}

.thumb{
  width:140px;
  height:110px;       
  object-fit:cover;
  border-radius:6px;
  border:1px solid #eee;
  align-self:start;
  justify-self:start;
  margin:0;
}

.serviceText{
  min-width:0;
  width:100%;
}

.btnPick{
  justify-self:end;
  align-self:start;
  padding:10px 14px;
  border:0;
  border-radius:6px;
  background:#111;
  color:#fff;
  cursor:pointer;
  box-shadow:0 4px 10px rgba(0,0,0,.15);
}

.btnPick.selected{ background:#2f7d32; }

.svcTitle{
  font-size:18px;
  font-weight:700;
  margin:0 0 6px;
}

.svcSub{
  font-size:16px;
  margin:0 0 8px;
}

.svcPreview{
  margin:0 0 8px;
  line-height:1.5;
}

.svcMeta{
  font-size:14px;
  opacity:.75;
}

.linkMore{
  display:inline-block;
  margin:6px 0 0;
  padding:0;
  border:0;
  background:none;
  color:#2b6cb0;
  cursor:pointer;
}

.svcDetails{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #eee;
}

.svcDetailsTitle{
  margin:0 0 8px;
  font-weight:600;
}

.svcLong p{
  margin:0 0 10px;
  line-height:1.55;
}

.svcList{
  margin:0;
  padding-left:18px;
}
.svcList li{
  margin:0 0 10px;
  line-height:1.55;
}
.titleWrap{
  position: relative;
  text-align: center;
  padding-top: 60px; 
}

.titleWrap img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
}

.booking header .navbar .logo{
  grid-column: 2;
  justify-self: center;
  margin: 0;
}

.booking header .navbar .logo img{
  height: 100px;
  display: block;
}

.booking header .navbar nav{
  grid-column: 3;
  justify-self: end;
}

.booking header .navbar nav{
  display: none;
}

.booking{
  --pink: #f59ac6;
  --blush: #fbf2f7;
  --navy: #1f2a44;
  --border: rgba(31,42,68,.10);
  --shadow: 0 12px 30px rgba(31,42,68,.10);

  background:
    radial-gradient(1000px 500px at 15% 5%, rgba(245,154,198,.35), rgba(245,154,198,0) 60%),
    radial-gradient(900px 520px at 90% 15%, rgba(31,42,68,.14), rgba(31,42,68,0) 60%),
    linear-gradient(180deg, #ffffff, var(--blush));
  min-height: 100vh;
}

.booking main{
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 18px 80px;
}

.booking h1, .booking .pageTitle{
  font-size: clamp(28px, 3.2vw, 42px);
  letter-spacing: .2px;
  margin: 18px 0 18px;
}

.booking .btnNext,
.booking #nextTop,
.booking #nextBottom{
  background: linear-gradient(90deg, var(--navy), var(--pink));
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  box-shadow: 0 10px 22px rgba(31,42,68,.18);
  transition: transform .15s ease, filter .15s ease;
}
.booking .btnNext:hover,
.booking #nextTop:hover,
.booking #nextBottom:hover{
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.booking .accordion{
  position: relative;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.booking .accordionHeader,
.booking #accToggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 16px 14px;
  background: linear-gradient(90deg,
    rgba(245,154,198,.22),
    rgba(245,154,198,.10),
    rgba(31,42,68,.06));
  border-bottom: 1px solid var(--border);
  cursor: pointer;
}

.booking #accIcon{
  display:inline-block;
  transform: translateY(1px);
  opacity: .8;
}

.booking .serviceCard{
  display: grid;
  grid-template-columns: 140px 1fr 140px;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-top: 1px solid rgba(31,42,68,.08);
  background: transparent;
  transition: background .15s ease;
}
.booking .serviceCard:hover{
  background: rgba(245,154,198,.06);
}


.booking .serviceCard.noImg{
  grid-template-columns: 1fr 140px;
}

.booking .thumb{
  width: 140px;
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(31,42,68,.08);
  box-shadow: 0 10px 22px rgba(31,42,68,.12);
  align-self: start;
}

.booking .btnPick{
  justify-self: end;
  align-self: start;
  border: 1px solid rgba(31,42,68,.10);
  border-radius: 10px;
  background: #111;
  color: #fff;
  padding: 9px 14px;
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
  transition: transform .15s ease, filter .15s ease;
}
.booking .btnPick:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.booking .btnPick.selected {
    background: linear-gradient(177deg, var(--navy), var(--pink));
}

.booking .linkMore{
  display: inline-block;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: none;
  color: #2b6cb0;
  cursor: pointer;
}

.booking .accordion.isCollapsed::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:95px;
  pointer-events:none;
  background: linear-gradient(to bottom,
    rgba(255,255,255,0),
    rgba(0,0,0,.18));
}

.booking #showAllBtn{
  margin: 14px auto 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(31,42,68,.10);
  background: rgba(255,255,255,.85);
  box-shadow: 0 10px 22px rgba(31,42,68,.12);
}
    .wrap{max-width:860px;margin:30px auto;padding:0 16px}
    .h1{font-size:34px;text-align:center;margin:18px 0 14px}
    .topbar,.bottombar{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border:1px solid #ddd;border-radius:8px;background:#fff}
    .bottombar{margin-top:20px}
    .counter{font-size:18px}
    .btnNext{padding:10px 16px;border:0;border-radius:6px;background:#111;color:#fff;cursor:pointer}
    .btnNext[disabled]{background:#bbb;cursor:not-allowed}

    .accordion{margin-top:14px;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}
    .accHead{display:flex;justify-content:center;gap:10px;align-items:center;padding:18px;background:#efe6f6;font-size:28px;font-weight:600;cursor:pointer;user-select:none}
    .accBody{display:block}
    .serviceCard{display:grid;grid-template-columns:140px 1fr 140px;gap:18px;align-items:center;padding:18px;border-top:1px solid #eee}
    .serviceCard:first-child{border-top:0}
    .thumb{width:140px;height:110px;object-fit:cover;border-radius:6px;border:1px solid #eee}
    .svcTitle{font-size:18px;font-weight:700;margin:0 0 6px}
    .svcSub{font-size:16px;margin:0 0 8px}
    .svcDesc{font-size:14px;opacity:.85;margin:0 0 8px;line-height:1.4}
    .svcMeta{font-size:14px;opacity:.75}
    .btnPick{justify-self:end;padding:10px 14px;border:0;border-radius:6px;background:#111;color:#fff;cursor:pointer}
    .btnPick.selected{background:#2f7d32}
    .linkMore{display:inline-block;margin-top:6px;font-size:14px;color:#2b6cb0;cursor:pointer}

    .centerBtn{display:flex;justify-content:center;padding:12px}
    .btnGhost{padding:10px 14px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer}

.serviceText{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.serviceText .svcTitle{ order: 1; }
.serviceText .svcSub{ order: 2; }
.serviceText .svcPreview{ order: 3; }
.serviceText .svcDetails{ order: 4; }
.serviceText .svcMeta{ order: 5; }

.serviceText .linkMore{
  order: 6;
  margin-top: 8px;         
  align-self: flex-start; 
  border: 0;
  background: transparent;
  padding: 0;
  font-weight: 900;
  cursor: pointer;
  text-decoration: underline;
}


.serviceText{
  height: 100%;
}
.serviceText .linkMore{
  margin-top: auto; 
}


.svcDetails[hidden]{
  display: none !important;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;           
  z-index: 9999;
}

.modal.isOpen { display: block; }

.modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
}

.modal__panel{
  position: relative;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto; 
}

.modal__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,.10);
  background: #fff;
}

.modal__title{
  font-size: 16px;
  font-weight: 900;
  margin: 0;
}

.modal__close{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.modal__content{
  padding: 14px 16px;
  overflow: auto;
}

.modal__footer{
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 14px 16px;
  border-top: 1px solid rgba(0,0,0,.10);
  background: #fff;
}

.btn{
  border: 0;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}

.btn--ghost{
  background: #f3f3f3;
}

.btn--primary{
  background: #111;
  color: #fff;
}

.btn--danger{
  background: #ff3b6b;
  color: #fff;
}

.formGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}

.field{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field label{
  font-size: 12px;
  font-weight: 900;
  opacity: .75;
}

.field input,
.field textarea{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 800;
  outline: none;
}

.field textarea{
  min-height: 110px;
  resize: vertical;
  font-weight: 700;
}

.field--full{ grid-column: 1 / -1; }

.imageRow{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items: start;
}

.imagePreview{
  width: 120px;
  height: 90px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #f6f6f6;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.imagePreview img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px){
  .modal__panel{
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
  }

  .modal__content{
    padding: 14px;
  }

  .formGrid{
    grid-template-columns: 1fr; 
  }

  .modal__footer{
    position: sticky;
    bottom: 0;
    background: #fff;
  }

  .btn{
    width: 100%;
  }

  .modal__footer{
    flex-direction: column;
  }
}

.modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.modal.isOpen{ display:block; }

.modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(4px);
}

.modal__panel{
  position: relative;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,.10);
  background:#fff;
}
.modal__title{
  margin:0;
  font-size: 16px;
  font-weight: 900;
}
.modal__close{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.modal__content{
  padding: 14px 16px;
  overflow:auto;
}

.modal__footer{
  display:flex;
  gap: 10px;
  justify-content:flex-end;
  padding: 14px 16px;
  border-top: 1px solid rgba(0,0,0,.10);
  background:#fff;
}

.btn{
  border: 0;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}
.btn--ghost{ background: rgba(0,0,0,.08); }
.btn--primary{ background:#111; color:#fff; }
.btn--danger{ background:#ff3b6b; color:#fff; }


.formGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}
.field{
  display:flex;
  flex-direction:column;
  gap: 6px;
}
.field label{
  font-size: 12px;
  font-weight: 900;
  opacity: .75;
}
.field input,
.field textarea{
  width: 100%;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  font-weight: 800;
}
.field textarea{
  min-height: 110px;
  resize: vertical;
  font-weight: 700;
}
.field--full{ grid-column: 1 / -1; }

.imageRow{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  align-items:start;
}
.imagePreview{
  width:120px;
  height:90px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.imagePreview img{
  width:100%;
  height:100%;
  object-fit:cover;
}

@media (max-width: 760px){
  .modal__panel{
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
  }

  .formGrid{ grid-template-columns: 1fr; }
  .modal__footer{
    flex-direction: column;
  }
  .btn{ width: 100%; }
}

.serviceCard{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;  
  gap: 16px;
  width: 100%;
}

.serviceCard .thumb{
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 0 auto;
}

.serviceCard .serviceText{
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;          
  margin: 0;                   
}

.serviceCard .btnPick{
  margin-left: auto;        
  align-self: flex-start;
  flex: 0 0 auto;
}

.serviceCard .svcTitle,
.serviceCard .svcSub,
.serviceCard .svcPreview,
.serviceCard .svcMeta{
  text-align: left;
}

.svcMasters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
  margin-bottom:6px;
}

.mBadge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.10);
}

.mBadge--me{
  background: rgba(0,0,0,0.12);
  border-color: rgba(0,0,0,0.18);
  font-weight:600;
}

.mBadge--any{
  font-weight:600;
}

.serviceCard{
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 12px;
  align-items: start;
}

.serviceCard .thumb{
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 12px;
}

.serviceCard .serviceText{
  min-width: 0; 
}

.serviceCard .svcTitle,
.serviceCard .svcPreview,
.serviceCard .svcSub{
  word-break: break-word;
  overflow-wrap: anywhere;
}

.serviceCard .btnPick{
  white-space: nowrap;
  align-self: start;
}

.serviceCard .svcMeta{
  margin-top: 8px;
  opacity: .8;
  font-size: 14px;
}

@media (max-width: 520px){
  .serviceCard{
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .serviceCard .thumb{
    width: 100%;
    height: 160px;
    border-radius: 14px;
  }

  .serviceCard .btnPick{
    width: 100%;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .serviceCard .svcTitle{
    font-size: 18px;
    line-height: 1.2;
  }

  .serviceCard .svcPreview{
    line-height: 1.35;
  }

  .serviceCard .linkMore{
    padding: 0;
    margin-top: 6px;
  }
}

.serviceCard.noImg{
  grid-template-columns: 1fr auto;
}
@media (max-width: 520px){
  .serviceCard.noImg{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px){
  .page, .container, main{
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 520px){
  #nextTop, .nextTop, .btnNext{
    width: 100%;
  }
}

@media (max-width: 520px){
  .wrap{
    max-width: 100%;
    margin: 12px auto;
    padding: 0 12px;
  }

  .booking main{
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .topbar, .bottombar,
  .booking .topBar, .booking .bottomBar{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .btnNext, #nextTop, #nextBottom{
    width: 100%;
  }
}

.serviceCard{
  display: grid !important;
  grid-template-columns: 92px 1fr auto !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100%;
}

.serviceCard .thumb{
  width: 92px !important;
  height: 92px !important;
  object-fit: cover;
  border-radius: 12px;
}

.serviceCard .serviceText{
  min-width: 0;
  text-align: left;
}

.serviceCard .btnPick{
  justify-self: end;
  align-self: start;
  white-space: nowrap;
}

.serviceCard.noImg{
  grid-template-columns: 1fr auto !important;
}

@media (max-width: 520px){
  .serviceCard{
    grid-template-columns: 1fr !important;
    padding: 14px !important;
    gap: 10px !important;
  }

  .serviceCard .thumb{
    width: 100% !important;
    height: 160px !important;
  }

  .serviceCard .btnPick{
    width: 100%;
    justify-self: stretch;
  }

  .serviceCard.noImg{
    grid-template-columns: 1fr !important;
  }
}

.btnPick,
a.btnPick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 10px 14px;
  min-height: 44px;
  width: auto;        
  max-width: 160px;      
  white-space: nowrap;  
  text-decoration: none; 
}

.topRow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;              
}

#masterStatus{
  flex: 1 1 auto;              
  min-width: 180px;
}

#newBtn, #backBtn, a.btnPick, button.btnPick{
  flex: 0 0 auto;              
}

@media (min-width: 900px){
  .topRow{
    flex-wrap:nowrap;         
  }
}

/* =========================
   SEARCH
========================= */

.serviceSearch {
  margin: 18px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.serviceSearch__label {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #6f5564;
  padding-left: 4px;
}

.serviceSearch__box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 14px 0 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,247,250,0.94));
  border: 1px solid rgba(222, 191, 205, 0.55);
  box-shadow:
    0 14px 34px rgba(70, 38, 54, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.85);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.serviceSearch__box:focus-within {
  border-color: rgba(223, 143, 181, 0.7);
  box-shadow:
    0 16px 38px rgba(70, 38, 54, 0.09),
    0 0 0 4px rgba(239, 188, 210, 0.18);
  transform: translateY(-1px);
}

.serviceSearch__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-width: 22px;
  font-size: 1rem;
  color: #ba89a1;
  opacity: 0.95;
}

.serviceSearch__input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #2f2430;
  font: inherit;
  font-size: 1rem;
  line-height: 1.2;
}

.serviceSearch__input::placeholder {
  color: rgba(82, 60, 73, 0.5);
}

.serviceSearch__clear {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(247,236,241,0.96));
  color: #7e5f6d;
  font-size: 0.95rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(57, 31, 43, 0.06);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.serviceSearch__clear:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(244,228,236,1));
  box-shadow: 0 10px 18px rgba(57, 31, 43, 0.09);
}

.serviceSearch__clear:active {
  transform: translateY(0);
}

.serviceEmpty {
  padding: 28px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,247,250,0.94));
  border: 1px solid rgba(222, 191, 205, 0.45);
  box-shadow: 0 12px 28px rgba(70, 38, 54, 0.06);
  text-align: center;
}

.serviceEmpty__title {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #2f2430;
}

.serviceEmpty__text {
  margin: 0;
  color: #7c6672;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .serviceSearch {
    margin: 16px 0 20px;
  }

  .serviceSearch__box {
    min-height: 54px;
    border-radius: 18px;
    padding: 0 12px 0 14px;
  }

  .serviceSearch__input {
    font-size: 0.96rem;
  }

  .serviceSearch__clear {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
}