.lscookies-wrapper {
	/* max-width: 32em; */
}

.lscookies-wrapper h1 + p,
.lscookies-wrapper h2 + p,
.lscookies-wrapper h3 + p {
	margin-top: 0.3em;
}

.lscookies-wrapper > p,
.lscookies-toggle-switch {
	margin: 1em 0;
}

.lscookies-wrapper > ul {
}

.lscookies-wrapper h2,
.lscookies-wrapper h3 {
	margin-top: 1.5em;
}

.lscookies-wrapper h3 {
	margin-top: 2.5em;
}

.lscookies-seperator {
	display: block;
	height: 1px;
	width: 100%;
	background: currentColor;
	opacity: 0.4;
	margin: 2.5em 0;
}

.lscookies-toggles {}

.lscookies-toggle-switch {
	display: block;
	text-decoration: underline;
}

.lscookies-toggle-switch:before {
	content: '+';
	width: 0.7em;
	display: inline-block;
	margin-right: 0.2em;
}

.lscookies-toggle-switch.showing:before {
	content: '-';
}

.lscookies-toggle-content {
	height: 0;
	overflow: hidden;
}

.lscookies-toggle-content.show {
	height: auto;
}

.lscookies-table {
	position: relative;
	font-size: 90%;
	border: 0;
}

.lscookies-table:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	opacity: 0.06;
	z-index: -1;
}

.lscookies-table + .lscookies-table {
	margin-top: 1em;
}

.lscookies-table tr:first-child td {
	padding-top: 0.5em;
}

.lscookies-table tr:last-child td {
	padding-bottom: 0.5em;
}

.lscookies-table td {
	border: 0;
	padding: 0.2em 0.7em;
}

.lscookies-table td:first-child {
	width: 150px;
	width: 8em;
	font-weight: bold;
}

.lscookies-table:last-child {
	margin-bottom: 2em;
}

.lscookies-choice {
	display: flex;
	position: relative;
	cursor: pointer;
}

.lscookies-choice+.lscookies-choice {
	margin-top: 0.5em;
}

.lscookies-choice-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.lscookies-choice-input-faux {
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	width: 27px;
	height: 27px;
	border: 2px solid currentColor;
	border-radius: 30px;
	margin-right: 0.7em;
}

.lscookies-choice-input-faux:before {
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	background: currentColor;
	border-radius: 30px;
	opacity: 0;
}

.lscookies-choice-input:checked + .lscookies-choice-input-faux:before {
	opacity: 1;
}

.lscookies-choice-label {
	margin: 0 !important;
	display: inline-block;
}

.lscookies-save {
	margin-top: 3em;
	cursor: pointer;
}



.lscookies-user-box {
	position: fixed;
	z-index: 1000;
	bottom: 1.2em;
	left: 1.2em;
	right: 1.2em;
	padding: 1.2em;
	background-color: #f5f5f5;
	max-width: 460px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.lscookies-user-box.lscookies-user-box-show {
	display: block !important;
}

.lscookies-user-box form {
	display: inline;
}

.lscookies-user-box h2 {
	font-size: 23px;
	font-weight: normal;
	line-height: 1;
	    font-family: 'Source Sans Pro', sans-serif;
}

.lscookies-user-box p {
	font-size: 16px;
	line-height: 18px;
	margin: 0.7em 0 1em 0;
	    font-family: 'Source Sans Pro', sans-serif;
}

.lscookies-user-box button {
	color: #ffffff;
	font-size: 1em;
	display: inline-block;
	text-decoration: none;
	padding: 0.8em 1.3em;
	line-height: 0.9em;
	font-weight: 400;
	position: relative;
	text-align: center;
	border-radius: 3em;
	background: #000;
	border: 1px solid #000;
	margin-bottom: 0.5em;
	margin-right: 15px;
}

.lscookies-user-box button:hover {
	background-color: transparent;
	color: #000;
}

.lscookies-user-box a {
	font-size: 15px;
	display: inline-block;
	text-decoration: underline;
}

.lscookies-saved-message {
	display: none;
}

.lscookies-saved-message-fade-out {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.lscookies-saved-message p {
	margin-top: 1em;
	padding: 11px 15px;
	background-color: #b7ffb7;
	display: inline-block;
}
