/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Privacy Switcher UI */
.privacy-switcher {
	max-width: 920px;
	margin: 2rem auto;
	padding: 1rem;
}

.privacy-switcher__form {
	display: block;
	margin-bottom: 1rem;
}

.privacy-switcher__controls {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

@media (max-width: 640px) {
	.privacy-switcher__controls {
		grid-template-columns: 1fr;
	}
}

.privacy-switcher__control {
	display: flex;
	flex-direction: column;
}

.privacy-switcher__select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url('data:image/svg+xml;utf8,<svg fill="%23333" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center / 16px 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 40px 10px 12px;
	font-size: 16px;
	line-height: 1.4;
	color: #222;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.privacy-switcher__select:focus {
	outline: none;
	border-color: #8cb4ff;
	box-shadow: 0 0 0 3px rgba(66,133,244,.2);
}

.privacy-switcher__content {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.privacy-switcher .privacy-entry h2 {
	margin-top: 0;
	font-size: 1.3rem;
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
