:root {
    --bs-link-hover-color: #fff !important;
}

.summary-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}


.nav-link.active {
    color: #9c4957 !important;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid var(--bs-border-color) !important;
    background: transparent;
    padding: 12px 16px;
}

.service-duration {
    color: #b88b98;
    font-size: 0.95em;
}

.summary-total {
    font-weight: 600;
}

.summary-address {
    color: #9c4957;
    font-size: 0.95em;
}

@media (max-width: 991px) {
    .btn-category {
        display: none !important;
    }
}

/* Selector de categorías */
.category-selector {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
}
.category-selector::-webkit-scrollbar {
    display: none;
}
.category-pill {
    background: transparent;
    color: #222;
    border: none;
    font-weight: 600;
    font-size: 1.08rem;
    padding: 8px 18px;
    border-radius: 24px;
    transition: background 0.2s, color 0.2s;
}
.category-pill:hover {
    background: #f8e6ec;
    color: #9c4957;
}
.active-category {
    background: #181e1e;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.btn-add-service {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    padding: 0;
    background-color: var(--bs-border-color);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-image: url("../img/icon-plus.svg");
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-add-service.service-added {
    background-color: #9c4957;
    cursor: default;
    background-image: url("../img/icon-check.svg");
}

.btn-add-service.service-added:disabled {
    opacity: 1;
}

.progress-steps {
  font-family: 'Plus Jakarta Sans', 'Noto Sans', sans-serif;
  font-size: 1.08rem;
  color: #b8b8b8;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

.progress-step {
  color: #b8b8b8;
  font-weight: 500;
  transition: color 0.2s;
}

.progress-step-active {
  color: #181e1e;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
}

.progress-step.text-muted {
  color: #b8b8b8 !important;
}

.progress-steps .text-muted {
  color: #b8b8b8 !important;
}

@media (max-width: 600px) {
  .progress-steps {
    gap: 0.25rem;
    justify-content: flex-start;
  }
  .progress-step, .progress-steps .text-muted {
    font-size: 0.98rem;
    min-width: unset;
    white-space: normal;
  }
}

.btn-booking-continue {
  margin-top: 20px;
}
