/*
Theme Name: MediPill
Author: MediPill Pharmacy
Author URI: https://www.medipill.co.uk/
Description: Modular "Clinical Luxe" design system for MediPill V2 — child theme of Kadence with portable component library, 16 ACF Blocks, and editable field markers. Editors get a Gutenberg drag-drop experience comparable to Elementor.
Version: 1.4.1
Template: kadence
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: medipill-luxe-v2
Tags: pharmacy, clinical, healthcare, child-theme
*/

@import url("assets/css/tokens.css?v=1.7.0");
@import url("assets/css/base.css?v=1.7.0");
@import url("assets/css/components.css?v=1.7.1");

/* WP-specific resets that the components rely on */
body{margin:0;background:var(--mp-bg);color:var(--mp-body);font-family:var(--mp-font-body);}
*,*::before,*::after{box-sizing:border-box}
img{max-width:100%;height:auto;display:block}
a{color:inherit}

.elementor-column.elementor-col-25, .elementor-column[data-col="25"], .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
	margin:0 5px;
}