.change-alert {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 15px 18px;
  border: 1px solid #f2c99e;
  border-radius: 16px;
  background: #fff0df;
  color: #7e431c;
}

.change-alert b { white-space: nowrap; }
.change-alert span { font-size: 13px; }

.notification-change {
  padding-left: 12px !important;
  border-left: 4px solid var(--orange);
  background: #fff7ec;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.plans.single {
  grid-template-columns: minmax(260px, 430px);
  justify-content: center;
}

.solo-plan {
  min-height: 0;
}

.basket-grid {
  align-items: start;
}

.order-summary {
  position: sticky;
  top: 92px;
}

.product-config {
  min-height: 0;
  padding-right: 14px;
}

.product-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}

.product-top button {
  position: static;
  flex: 0 0 32px;
}

.product-fields {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.field.compact label {
  font-size: 9px;
  margin-bottom: 4px;
}

.field.compact input,
.field.compact select {
  min-width: 0;
  padding: 9px 8px;
  border-radius: 10px;
  font-size: 12px;
}

.summary-items.detailed {
  display: grid;
  grid-template-columns: 1fr;
}

.summary-items.detailed .summary-item {
  display: block;
  line-height: 1.35;
}

.summary-item small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}

.price-compare {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  background: #f3f7e8;
  border: 1px solid #dce8b8;
}

.price-compare div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.price-compare span,
.price-compare small {
  color: var(--muted);
  font-size: 12px;
}

.price-compare b {
  white-space: nowrap;
}

.condo-code {
  display: inline-flex;
  margin: 16px 0 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  letter-spacing: .08em;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.check-row input {
  margin-top: 2px;
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
  box-shadow: none;
}

.btn,
.side-item,
.mobile-nav button {
  min-width: 0;
}

@media (max-width: 600px) {
  .change-alert { display: block; }
  .change-alert span { display: block; margin-top: 6px; }
  .nav { padding: 0 16px; }
  .brand { min-width: 0; }
  .nav .brand { font-size: 18px; }
  .hero-copy>p,
  .section-head p { max-width: 100%; }
  .hero-note {
    display: grid;
    grid-template-columns: 1fr;
  }
  .products {
    grid-template-columns: 1fr;
  }
  .product-fields {
    grid-template-columns: 1fr 1fr;
  }
  .order-summary {
    position: static;
    margin-bottom: 18px;
  }
  .price-compare div {
    align-items: flex-start;
  }
  .main-head .btn,
  .route-card .btn,
  .card .btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  .mobile-nav button {
    overflow-wrap: anywhere;
  }
}
