.properties-new-with-ai {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #a7f3d0;
  border-radius: 0.75rem;
  background: #ecfdf5;
  color: #047857;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.properties-new-with-ai:hover {
  background: #d1fae5;
  box-shadow: 0 7px 16px rgba(5, 150, 105, 0.14);
  transform: translateY(-1px);
}

.properties-new-with-ai:focus-visible {
  outline: 3px solid rgba(16, 185, 129, 0.32);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .properties-new-with-ai {
    width: auto;
    white-space: nowrap;
  }
}
