/**
 * Theme Name:     Sellmybodega
 * Author:         Marko T
 * Template:       listinghive
 * Text Domain:	   sellmybodega
 * Description:    A multipurpose WordPress theme that allows you to build any type of directory and listing website. Whether it’s a business directory, service marketplace, job board, real estate, classifieds, or basically any listing website — ListingHive is a solid choice for it.
 */
 @media only screen and (max-width: 48em) {
	.hp-listing__location a {
		white-space: normal !important;
		word-break: break-word !important;
		overflow-wrap: anywhere !important;
	}
 }

.hp-listing--view-block .hp-listing__image img {
	object-fit: cover;
}