/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2025 | 23:05:57 */
/* Agent Price Calculator Styles */

.apc-input-label {
	margin: 0 20px;
}

.apc-input {
	margin: 0 20px;
	width: 35%;
}

.apc-pricing {
	
}

.apc-pricing .sale-price{
	display: flex;
}

.apc-pricing .sale-price, .apc-pricing .list-price, .apc-pricing .multiService-price, .apc-pricing .temporary-price { 
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
} 

.resetButtonContainer {
	display: flex;
	justify-content: flex-end;
}