.hp-vendor-blocks-hr-shortcode .hp-vendor-hr {
	margin-bottom: 2rem;
}

/* Pagination styles */
.hp-vendor-blocks-hr__pagination {
	text-align: center;
}
.hp-vendor-blocks-hr__pagination a {
	margin: 0 0.5rem;
}

/* Vendor block/card styles */
.hp-vendor-hr {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
	transition: box-shadow 0.3s;
}

@media (min-width: 640px) {
	.hp-vendor-hr {
		flex-direction: row;
	}
}

.hp-vendor-hr:hover {
	box-shadow: 0 5px 30px rgba(7, 36, 86, 0.125);
}

.hp-vendor-hr .hp-vendor__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

@media (min-width: 640px) {
	.hp-vendor-hr .hp-vendor__image img {
		max-width: 300px;
		max-height: 300px;
	}
}

.hp-vendor-hr .hp-vendor-hr__body {
	display: flex;
	flex-direction: column;
	padding: 1.25rem;
}

@media (min-width: 640px) {
	.hp-vendor-hr .hp-vendor-hr__body {
		padding: 1.25rem 2rem;
	}
}

.hp-vendor-hr .hp-vendor-hr__header {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0.75rem;
}

.hp-vendor-hr .hp-vendor-hr__name {
	margin-bottom: 0;
	margin-right: 1.25rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.hp-vendor-hr .hp-vendor__verified-badge {
	display: none;
}

.hp-vendor-hr .hp-vendor-hr__details {
	font-size: 0.5rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #7c7c7c;
}

.hp-vendor-hr .hp-vendor__description {
	margin-bottom: 1rem;
	font-size: 0.875rem;
	line-height: 1.2;
}

.hp-vendor-hr .hp-vendor-categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.hp-vendor-hr .hp-vendor-categories span {
	padding: 0.375rem 0.925rem;
	margin: 0.25rem 0.75rem 0.25rem 0;
	border-radius: 30px;
	background-color: #eee;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: #000;
	transition: background-color 0.3s;
}

.hp-vendor-hr .hp-vendor-categories span:hover {
	background-color: #f5f5f5;
}

.hp-vendor-hr .hp-vendor-hr__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.hp-vendor-hr .hp-vendor-hr__footer .hp-vendor__attributes {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.hp-vendor-hr .hp-vendor-hr__footer .hp-vendor__attribute {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 1rem;
	margin-left: -0.375rem;
	font-size: 0.875rem;
}

/* Styles for description in default block */
.hp-vendor--view-block .hp-vendor__description {
	font-size: 0.875rem;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hp-vendor--view-block .hp-vendor__description p {
	line-height: 1.2;
}