.lease-owner-icon {
  background-color: rgba( 239, 239, 239 ,  1 );
  background-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 );
  border-radius: 50%;
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center; }

.no-leases-span {
  padding: 16px 20px; }

.justify-space-between {
  justify-content: space-between; }
