@import "layouts/common/style/outer.scss";

$border_radius: 5px;

div.fca_eoi_layout_15,
form.fca_eoi_layout_15 {
	@import "layouts/common/style/inner.scss";

	border-radius: 8px;
	padding: 12px;
	
	&.fca_eoi_layout_popup {
		max-width: 520px;
	}
	
	div.fca_eoi_layout_headline_copy_wrapper {
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 16px;

		@media ( min-width: 1px ) and ( max-width: $content_small_breakpoint ),
		       ( min-height: 1px ) and ( max-height: $content_small_breakpoint ) {
			margin-bottom: 0;
		}
	}
	
	div.fca_eoi_layout_description_copy_wrapper {
		line-height: 24px;
		margin-bottom: 16px;
	}

	div.fca_eoi_layout_field_wrapper {
		border-radius: 8px;
		margin-bottom: 16px;
	}

	div.fca_eoi_layout_field_inner {
		margin: 0 10px;
	}

	div.fca_eoi_layout_submit_button_wrapper {
		border-bottom: solid 2px transparent;
		border-radius: 8px;
		padding: 0 !important;
		margin-bottom: 16px;
		text-align: center;
		width: 100%;
	}

	div.fca_eoi_layout_submit_button_wrapper input {
		border: 0 !important;
		line-height: 1;
		border-radius: 8px;
		font-weight: bold;
		margin: 0;
		padding: 12px;
		white-space: normal;
		width: 100%;
	}
}
