/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/*Sez. Keynes Risponde*/

#GptAnswer{
	background-color: var( --e-global-color-b029f0f );
	border-width: 0px 0px 0px 0px;
	border-radius: 3px;
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: var( --e-global-typography-text-font-size );
	font-weight: var( --e-global-typography-text-font-weight );
	line-height: var( --e-global-typography-text-line-height );
}

#GptAnswerA{
	background-color: white;
	border-width: 0px 0px 0px 0px;
	border-radius: 3px;
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: var( --e-global-typography-text-font-size );
	font-weight: var( --e-global-typography-text-font-weight );
	line-height: var( --e-global-typography-text-line-height );
}

#GptAsk{
	background-color: var(--e-global-color-accent)!important;
	color: var(--e-global-color-text);
	padding: 0.4em 1.4em;
}

#GptAsk:hover {
    opacity:0.7;
}

#GptResponseField{
	font-family: var( --e-global-typography-b0d53e0-font-family ), Sans-serif;
	font-size: 1em;
	font-weight: var( --e-global-typography-b0d53e0-font-weight );
	line-height: var( --e-global-typography-b0d53e0-line-height );
	letter-spacing: var( --e-global-typography-b0d53e0-letter-spacing );
	word-spacing: var( --e-global-typography-b0d53e0-word-spacing );
	color: var( --e-global-color-text );
}

#GptResponseHeader{
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: var( --e-global-typography-b0d53e0-font-family ), Sans-serif;
	font-size: var( --e-global-typography-b0d53e0-font-size );
	font-weight: var( --e-global-typography-b0d53e0-font-weight );
	line-height: var( --e-global-typography-b0d53e0-line-height );
	letter-spacing: var( --e-global-typography-b0d53e0-letter-spacing );
	word-spacing: var( --e-global-typography-b0d53e0-word-spacing );
	color: var( --e-global-color-text );
	font-style: italic;
}

#GptResponseContainer{
	border-radius: 3px;
	padding: 25px;
	border: 1px solid var( --e-global-color-b029f0f );
}

#GptResponseContainerA{
	border-radius: 3px;
	padding: 25px;
	border: 1px solid white;
}