/*
Theme Name: USBType-C Child
Template: blocksy
Version: 1.0.0
Description: Brand-styled Blocksy child theme for usbtype-c.com.
*/

/* Hide Blocksy's default footer/copyright bar — the custom [site_footer] (wp_footer) is the sole footer (live-site parity). */
.ct-footer { display: none !important; }

/* Button base — provides border-width/style so per-section border-color overrides render correctly. */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .65rem 1.25rem; border: 1px solid transparent; border-radius: 8px; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 150ms ease; }
.btn.primary { background: var(--wp--preset--color--accent-2, #0048FF); color: #fff; }
.btn-lg { padding: .9rem 1.75rem; font-size: 1.0625rem; }

/* Accessible label hiding utility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
