
/*** 
*
* handle:live_template_editor_newsletter-frontend
* source:https://code.recuweb.com/c/s/code/p/live-template-editor-newsletter/assets/css/frontend.css
*
***/ 

.subscribe-box {
	position:relative;
	background: #f6f8fa;
	padding: 20px 20px 30px;
	margin: 15px auto;
	border-radius: 5px;
	clear: both;
}
.subscribe-box label {
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: 700;
}
.subscribe-box input {
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #999;
	border-radius: 5px;
	margin-bottom: 20px;
}
.subscribe-box button {
	width: 100%;
	padding: 15px 20px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	transition: .3s;
}
.subscribe-box button:hover {
	background: #999;
}

/*** 
*
* handle:openai_text_completion-style
* source:https://code.recuweb.com/c/s/code/p/openai-text-completion/assets/css/style.css
*
***/ 

.ai-button{

	background-image: url(/c/s/code/p/openai-text-completion/assets/css/../images/openai.svg) !important;
    background-size: 14px !important;
    background-position: 5px center !important;
    background-repeat: no-repeat !important;
    padding-left: 23px !important;
}
