/*
Theme Name:   Kadence Child
Theme URI:    https://staging.copperbandtech.com/
Description:  Child theme of Kadence for the Copperband Technologies redesign.
Author:       Copperband Technologies
Author URI:   https://copperbandtech.com/
Template:     kadence
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child
*/

/* Add your custom styles below this line. */

/* --- Header utility bar (top row) ---
   The single Kadence HTML element holds both the serving-area text and the
   phone link; stretch it full width and space the two apart. */
.site-header-top-section .header-html,
.header-top-section .header-html,
.site-top-header-wrap .header-html {
	flex: 1 1 100%;
	width: 100%;
}
.cb-utility {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 1rem;
	font-size: 0.875rem;
}
.cb-utility a {
	white-space: nowrap;
}
