/*
Theme Name: Home Fix Zen
Theme URI: https://onetenservices.com
Author: ONE TEN SERVICES
Author URI: https://onetenservices.com
Description: A professional home appliance repair service theme with dynamic booking, services, and contact pages. Fully responsive with WordPress Customizer support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-fix-zen
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, translation-ready, blog, business, services
*/
.service-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between; /* or use gap if you want closer */
    gap: 10px;
}
.book-btn{
	padding: 8px;
	border-radius: 10px;
}