/* Add Property form — matches Next.js add-property-new layout */

.add-property-main {
  min-height: 0;
  padding: 0.25rem 0 1.25rem;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.add-property-section {
  padding-top: 0.5rem;
}

.add-property-section-title {
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #0f172a;
}

.card-header.bg-primary {
  background: var(--brand-primary, #173b45) !important;
  border: none;
}

.card-header.bg-primary h4 {
  font-weight: 600;
}

.form-floating > label {
  color: rgba(15, 23, 42, 0.7);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-primary, #173b45);
  box-shadow: 0 0 0 0.2rem rgba(23, 59, 69, 0.15);
}

.form-check-input:checked {
  background-color: var(--brand-primary, #173b45);
  border-color: var(--brand-primary, #173b45);
}

.btn-primary {
  background-color: var(--brand-primary, #173b45);
  border-color: var(--brand-primary, #173b45);
}

.btn-primary:hover {
  background-color: #0f2a30;
  border-color: #0f2a30;
}

.img-thumbnail {
  border-radius: 8px;
}

@media (max-width: 575.98px) {
  .add-property-main {
    padding: 0.15rem 0 1rem;
  }

  .card-body {
    padding: 1rem;
  }
}
