/* Dynamic WPR grid price (ACF custom field) */

.wpr-grid-item-below-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.wpr-grid-item-title {
	flex: 0 0 100%;
	width: 100%;
}

.wpr-grid-item-custom-field {
	display: flex !important;
	align-items: center;
	justify-content: center;
	order: 2;
	margin-top: 10px;
}

.wpr-grid-item-custom-field .inner-block > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 1.2;
}

.wpr-grid-item-custom-field .wpr-grid-extra-text-left {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.wpr-grid-item-custom-field .inner-block > span > span:not(.wpr-grid-extra-text-left) {
	font-size: 20px;
	font-weight: 900;
	color: #d9231d;
}

.wpr-grid-item-read-more {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 15px !important;
	order: 3;
	margin-top: 10px;
}

.wpr-grid-item-read-more::before,
.wpr-grid-item-read-more::after,
[class*="post-"] .wpr-grid-item-read-more::before,
[class*="post-"] .wpr-grid-item-read-more::after {
	content: none !important;
	display: none !important;
}