/*
	Theme Name: Beyond Talent
	Theme URI: https://github.com/codeartist/codeartist
	Author: Codeartist
	Author URI: https://www.codeartists.co.nz/
	Description: Developed by Codeartist. Auckland, New Zealand.
	Version: 1.0.0
	Requires at least: 6.4
	Tested up to: 7.1
	Requires PHP: 8.2
*/

.xdebug-error,
.xe-uncaught-exception,
.xdebug-var-dump {
	background: #fff !important;
	color: #000 !important;
	position: relative !important;
	z-index: 9999;
}

.wpcf7-response-output {
	font-size: 1.5rem;
	font-weight: 500;
	padding: 1rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wpcf7-not-valid-tip {
	font-size: 1.5rem;
}

/*
	Editor preview for the [notebox] shortcode (see includes/shortcodes.php).
	This styles the block inside the WYSIWYG only — the frontend renders
	`.ca-notebox` however the project's own styles dictate.
*/
.ca-notebox {
	padding: 1em 2em;
	border: 2px solid #000;
	border-radius: 1em;
}

.ca-notebox__label {
	display: block;
	margin-bottom: 1em;
	font-size: 0.6em;
	text-transform: uppercase;
}