/*
Theme Name: Coppercanvas Digital
Template: bluehost-blueprint
Version: 1.0.0
Description: Child theme for Coppercanvas Digital. Preserves the Bluehost Blueprint block theme while removing demo advertising and social elements.
Text Domain: coppercanvas-digital
*/

.cc-form { display:grid; gap:1rem; max-width:760px; }
.cc-form-row { display:grid; gap:.35rem; }
.cc-form label { font-weight:600; }
.cc-form input, .cc-form textarea, .cc-form select { width:100%; box-sizing:border-box; }
.cc-form textarea { min-height:9rem; }
.cc-honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.cc-notice { padding:1rem; border:1px solid currentColor; margin:1rem 0; }
.cc-related-materials, .cc-post-navigation { margin-top:var(--wp--preset--spacing--50); }
.cc-post-navigation { display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.cc-cookie-reopen { position:fixed; right:1rem; bottom:1rem; z-index:9998; }
.wp-custom-logo .cc-site-title-fallback { display:none; }
