/*
Theme Name:   Ozone Blocks
Theme URI:    https://ozonegroup.co
Description:  Standalone block theme for Ozone Group — Full-Site Editing rebuild of the legacy Divi child theme. Cosmic gradients, Coco Sharp typography, self-contained assets.
Author:       Ozone Group
Author URI:   https://ozonegroup.co
Version:      1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ozone-blocks
*/

/* Buttons: brand outline style (2px border, 10px radius, uppercase small caps) */
.wp-block-button__link {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.7rem;
	font-weight: 600;
	border: 2px solid currentColor;
	border-radius: 10px;
	background: transparent;
	padding: 0.7em 1.6em;
}

.wp-block-button.is-style-fill .wp-block-button__link {
	background: var(--wp--preset--color--cosmic-black);
	color: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--cosmic-black);
}

/* Eyebrow label utility (pink, spaced uppercase) */
.ozone-eyebrow {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 0.7rem;
	font-weight: 600;
	color: var(--wp--preset--color--hot-pink);
}

/* FAQ details blocks */
.wp-block-details {
	border-bottom: 1px solid rgba(9, 11, 13, 0.15);
	padding: 0.8rem 0;
}
.wp-block-details summary {
	font-weight: 600;
	cursor: pointer;
}
