.chip--cat {
  cursor: pointer;
  display: inline-flex;
  gap: 2rem;
  align-items: center;
}
.chip--cat .anchor {
  scale: 1.5;
}

#post-pool {
	gap: 4rem !important;
}
#post-pool article {
    padding: 0 !important;
    align-items: stretch !important;
    box-shadow: 0 0 15px rgba(200, 210, 200, 0.5) !important;
    border: 0 !important;
}

#post-pool .tile__content {
    padding: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: start !important;
}

#post-pool .tile .btn {
    margin: 1rem 0 !important;
}

#post-pool img {
    height: auto !important;
    object-fit: cover !important;
    aspect-ratio: 4 / 3 !important;
    width: 40% !important;
}