/*
Theme Name: The Paw Parlour Pet Grooming
Theme URI: https://takweendemo.com/paw-parlour-pet-grooming
Author: Saif ur Rehman / Takween Digital Services
Author URI: https://takweendemo.com
Description: A photo-rich, high-end luxury pet grooming salon capability WordPress theme for The Paw Parlour. Features UK warm artisan terracotta & sage branding, multi-category pet photography showcase, filterable gallery, responsive layout, and interactive client-side booking confirmation.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paw-parlour
Tags: pet, grooming, salon, luxury, portfolio, responsive-layout, gallery, custom-menu
*/

/* Import Main Design System & CSS Rules */
@import url('assets/css/main.css');

/* Core WordPress CSS Fallbacks */
.alignwide {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    font-size: 0.85rem;
    color: #6B5F55;
    text-align: center;
    padding-top: 0.5rem;
}
