.property-preferences .purpose-card,
.property-preferences .property-type-card {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 1rem;
  background-color: #ffffff;
  cursor: pointer;
}

.property-preferences .property-type-card {
  min-height: 120px;
}

.property-preferences .purpose-card .material-icons {
  font-size: 1.5rem;
  color: var(--gf-color-primary);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  background-color: rgba(var(--gf-color-primary-rgb), 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.property-preferences .property-type-card .material-icons {
  font-size: 3rem;
  color: var(--gf-color-primary);
  line-height: 1;
}

.property-preferences [data-choice-group] .purpose-card,
.property-preferences [data-choice-group] .property-type-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.property-preferences [data-choice-group] .purpose-card:hover,
.property-preferences [data-choice-group] .property-type-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -20px rgba(15, 23, 42, 0.45);
}

.property-preferences [data-choice-group] .purpose-card.selected,
.property-preferences [data-choice-group] .property-type-card.selected {
  border-color: var(--gf-color-primary);
  background-color: rgba(var(--gf-color-primary-rgb), 0.1);
  box-shadow: 0 16px 30px -26px rgba(15, 23, 42, 0.6);
}

.property-preferences .slider-value-current {
  white-space: nowrap;
}

.property-preferences .range-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.property-preferences .property-form-wide {
  max-width: 1600px;
  margin: 0 auto;
}

.property-preferences .property-preferences-card {
  padding: var(--gf-card-padding);
}

.property-preferences .area-unit-toggle {
  color: var(--gf-color-primary) !important;
  border-color: var(--gf-color-primary);
}

.property-preferences .area-unit-toggle:hover,
.property-preferences .area-unit-toggle:focus {
  color: var(--gf-color-primary) !important;
  border-color: var(--gf-color-primary-hover);
  background-color: rgba(var(--gf-color-primary-light-rgb), 0.08);
}

.property-preferences .area-unit-toggle .material-icons {
  color: var(--gf-color-primary);
}

.property-preferences .area-unit-toggle-badge {
  color: var(--gf-color-primary);
  border: 1px solid rgba(var(--gf-color-primary-rgb), 0.25);
}

@media (max-width: 991.98px) {
  .property-preferences .property-preferences-card {
    padding: var(--gf-card-padding-sm);
  }
}
