/*
Theme Name: Men's Prime Health
Theme URI: https://primehealth.men
Author: Mike Patton
Description: Block theme for Men's Prime Health (primehealth.men) — TRT & Hormones, Fitness, Nutrition, Supplements, and longevity-focused men's health content.
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mens-prime-health
Tags: full-site-editing, block-patterns, blog, health, dark, two-columns
*/

/* Extra polish beyond theme.json */
.wp-site-blocks {
  min-height: 100vh;
}

a { text-decoration-thickness: 2px; text-underline-offset: 0.18em; }

/* Card hover */
.mph-card {
  transition: transform .15s ease, box-shadow .15s ease;
}
.mph-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.30);
}

/* Hero buttons spacing */
.mph-hero-buttons .wp-block-button__link {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
