/*
Theme Name: HGHY
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Contact form shortcode: [professional_contact_form] */
form.professional-contact-form {
	display: grid;
	gap: 1rem;
	margin: 0;
	font-size: var(--wp--preset--font-size--medium, 1rem);
	line-height: 1.5;
}

form.professional-contact-form > div {
	display: grid;
	gap: 0.45rem;
}

form.professional-contact-form label {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
}

form.professional-contact-form input,
form.professional-contact-form textarea {
	width: 100%;
	padding: 0.75rem 0.85rem;
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 0.55rem;
	background: #fff;
	color: inherit;
	font: inherit;
	line-height: 1.45;
}

form.professional-contact-form textarea {
	min-height: 8.5rem;
	resize: vertical;
}

form.professional-contact-form input:focus,
form.professional-contact-form textarea:focus {
	outline: 2px solid var(--wp--preset--color--contrast, #1f2937);
	outline-offset: 1px;
	border-color: transparent;
}

form.professional-contact-form .btn,
form.professional-contact-form .btn.btn-primary,
form.professional-contact-form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.72rem 1.1rem;
	border: 0;
	border-radius: 0.55rem;
	background: var(--wp--preset--color--contrast, #111827);
	color: var(--wp--preset--color--base, #ffffff);
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

form.professional-contact-form .btn:hover,
form.professional-contact-form button[type="submit"]:hover {
	opacity: 0.9;
}

form.professional-contact-form .btn:focus-visible,
form.professional-contact-form button[type="submit"]:focus-visible {
	outline: 2px solid var(--wp--preset--color--contrast, #111827);
	outline-offset: 2px;
}

.notice {
	margin: 0 0 1rem;
	padding: 0.8rem 0.9rem;
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 0.55rem;
	background: color-mix(in srgb, currentColor 8%, #ffffff);
}
