/*
Theme Name: Paisley Autocare
Theme URI: https://paisleyautocare.co.uk
Author: Paisley Autocare
Description: Custom theme for Paisley Autocare garage.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: paisley-autocare
*/

/* Basic Reset */
body { margin: 0; padding: 0; font-family: sans-serif; background: #eee; }/* Service Page Specifics */.entry-content h2 { color: #2c3e50; border-bottom: 2px solid #ff4500; display: inline-block; margin-bottom: 20px; }.entry-content p { font-size: 1.1em; margin-bottom: 20px; color: #444; }.entry-content ul { padding-left: 20px; margin-bottom: 25px; }.entry-content li { margin-bottom: 10px; font-weight: 500; }@media (max-width: 768px) {    .container { flex-direction: column; }}/* Price Table Styles */.pricing-wrapper {    display: flex;    gap: 20px;    margin: 30px 0;    flex-wrap: wrap;}.price-card {    flex: 1;    min-width: 250px;    background: #fff;    border: 1px solid #ddd;    border-radius: 8px;    text-align: center;    transition: transform 0.3s ease;    overflow: hidden;}.price-card:hover {    transform: translateY(-5px);    box-shadow: 0 10px 20px rgba(0,0,0,0.1);}.price-header {    background: #2c3e50;    color: #fff;    padding: 20px;}.price-header h3 { margin: 0; font-size: 1.2rem; }.price-amount {    font-size: 2.5rem;    font-weight: bold;    padding: 20px 0;    color: #ff4500;}.price-amount span { font-size: 1rem; color: #777; }.price-features {    list-style: none;    padding: 0 20px;    margin: 0 0 20px 0;    text-align: left;}.price-features li {    padding: 10px 0;    border-bottom: 1px solid #eee;    font-size: 0.95rem;}.price-features li:last-child { border-bottom: none; }.price-features li::before {    content: "✓";    color: #ff4500;    margin-right: 10px;    font-weight: bold;}