/* 21 Barbearia V24.27 — preços independentes por unidade */
.service-table--unit-prices .service-table__row {
  grid-template-columns: minmax(220px,1.5fr) minmax(78px,.6fr) minmax(300px,2fr) minmax(90px,.7fr) minmax(130px,.85fr);
}
.service-table--unit-prices .service-name > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.service-table--unit-prices .service-name small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 650;
}
.service-unit-price-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(76px,1fr));
  gap: 7px;
  width: 100%;
}
.service-unit-price-list > span {
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid #e4e0cd;
  border-radius: 11px;
  background: linear-gradient(145deg,#fffef4,#f7f4e8);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.service-unit-price-list small {
  overflow: hidden;
  color: #75776f;
  font-size: 8px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-unit-price-list strong {
  color: #202119;
  font-size: 11px;
}
.field-span-two { grid-column: 1 / -1; }
.service-unit-price-editor {
  margin-top: 3px;
  padding: 16px;
  border: 1px solid #ded8b7;
  border-radius: 17px;
  background: linear-gradient(145deg,#fffef3,#f7f4e4);
  box-shadow: inset 0 1px rgba(255,255,255,.75);
}
.service-unit-price-editor > header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
.service-unit-price-editor > header strong {
  color: #25261e;
  font-size: 12px;
}
.service-unit-price-editor > header small {
  color: #777970;
  font-size: 9px;
  line-height: 1.45;
}
.service-unit-price-editor > div {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}
.service-unit-price-editor > div > label {
  margin: 0;
  padding: 12px;
  border: 1px solid #e2dec8;
  border-radius: 13px;
  background: rgba(255,255,255,.8);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.service-unit-price-editor label > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.service-unit-price-editor label > span b {
  color: #2c2d25;
  font-size: 10px;
}
.service-unit-price-editor label > span small {
  color: #85877e;
  font-size: 8px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.service-unit-price-editor label > div {
  height: 43px;
  padding: 0 10px;
  border: 1px solid #d8d3b8;
  border-radius: 11px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
.service-unit-price-editor label > div:focus-within {
  border-color: #c3b500;
  box-shadow: 0 0 0 3px rgba(222,207,0,.13);
}
.service-unit-price-editor label i {
  color: #7c7200;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}
.service-unit-price-editor input {
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0 !important;
  outline: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}
@media (max-width: 1080px) {
  .service-table--unit-prices .service-table__row { min-width: 1040px; }
}
@media (max-width: 760px) {
  .service-unit-price-editor > div { grid-template-columns: 1fr; }
  .service-unit-price-list { grid-template-columns: 1fr; }
  .service-unit-price-editor { padding: 13px; }
}
.service-duration-help{display:block;margin-top:6px;color:#aeb4a4;font-size:.74rem;line-height:1.35;font-weight:500}
