.pd-post-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    grid-gap: 10px;
}
	
.pd-post-results li {
	list-style: none;
}

.pd-show h2 {
    margin-bottom: 5px;
}
	
p.pd-show-info {
    margin-bottom: 0;
    letter-spacing: -0.5px;
    font-size: 17px;
}

ul.pd-show-post-terms {
	padding: 0;
    margin: 0 !important;
    font-size: 15px;
}
	
li.pd-show-post-term {
    list-style: none;
    display: inline;
    margin-right: 10px;
    color: #ed91af;
    text-transform: capitalize;
}