﻿/*
Theme Name: Allura Medical
Theme URI: https://staging.alluramedical.co.uk/
Author: Allura Medical
Author URI: https://staging.alluramedical.co.uk/
Description: Consultant-led surgical and aesthetic care. A classic WordPress theme with a section-driven Home template, reusable component CSS, and editor-managed content panels for every section.
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Version: 3.46.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: allura-medical
Tags: medical, healthcare, clinic, surgery, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, translation-ready, accessibility-ready, block-styles, wide-blocks
*/

/*--------------------------------------------------------------
This file exists for the theme header above and for project-specific
overrides. The working stylesheet is split into three cascading layers,
enqueued in this order from functions.php:

  1. assets/css/base.css        Design tokens, reset, typography, utilities
  2. assets/css/components.css  Reusable pieces (buttons, cards, carousel...)
  3. assets/css/sections.css    Per-section layout composed from the above
  4. style.css                  This file â€” overrides, loaded last

Edit tokens in base.css (`:root`) to restyle the whole site. Add a rule
here only when it is a genuine one-off that does not belong in a layer.
--------------------------------------------------------------*/

/* Hide the JS-only carousel transform before site.js runs. */
.no-js .am-carousel-nav {
	display: none;
}

/* Editor content appended below the home sections. */
.am-home__editor {
	padding-block: var(--am-section-y);
}
