/*
Theme Name: Bath Drilling Direct
Theme URI: https://bathdrilling.com/
Author: Bath Drilling Direct / WordPress migration
Description: Custom lightweight WordPress theme recreated from the Bath Drilling Direct Shopify theme. No ecommerce dependencies.
Version: 1.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bath-drilling-direct
*/

/* WordPress-specific baseline additions. The original Shopify theme styling is in assets/theme.css
   and section-level styles are retained in the matching templates for visual fidelity. */
.admin-bar .premium-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .premium-header { top: 46px; } }
.bdd-generic-page { background:#f4f7fa; padding:55px 20px 80px; min-height:60vh; font-family:Arial,Helvetica,sans-serif; }
.bdd-generic-page .barb-container { max-width:1000px; }
.bdd-generic-card { background:#fff; border-radius:24px; padding:42px; box-shadow:0 14px 40px rgba(0,0,0,.06); }
.bdd-generic-card h1 { color:#163247; font-size:42px; }
.bdd-generic-card h2 { margin-top:34px; color:#163247; }
.bdd-generic-card h3 { margin-top:26px; color:#163247; }
.bdd-generic-card a { color:#087fc6; text-decoration:underline; }
.bdd-generic-card ul { line-height:1.7; }
.bdd-notice { padding:14px 16px; border-radius:12px; margin:0 0 18px; font-weight:700; }
.bdd-notice--success { background:#eaf8ef; color:#176b34; }
.bdd-notice--error { background:#fff0f0; color:#8a1f1f; }
@media (max-width:620px){ .bdd-generic-card{padding:26px 20px}.bdd-generic-card h1{font-size:34px} }
