/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.

These are dupes of the styles found in the Habitat theme style.css
 */

.wp-block-habitat-blocks-neighborhood-card.neighborhood-card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border: none;
  flex-direction: column;
  display:flex;
}

.wp-block-habitat-blocks-neighborhood-card.neighborhood-card .card-content {
  padding: 1.5rem;
}
