
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ep-gdpr-badge {
	z-index: 1;
	width: 10em;
	height: 13em;
	color: #000;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 1em;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	text-decoration: none;
	transition: box-shadow .2s, border-color .2s;
	display: flex;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .1);
}

.ep-gdpr-badge-icon-wrap {
	height: 65%;
	background-color: #3f45da;
	background-image: linear-gradient(315deg, #4047db, #6e73f7);
	flex: none;
	justify-content: center;
	align-items: center;
	display: flex;
}

.ep-gdpr-badge-icon {
	width: 60%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.ep-gdpr-badge-text {
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: .8em;
	padding-bottom: .5em;
	font-size: .9em;
	line-height: 1.5em;
	display: flex;
}

.ep-gdpr-badge-bold {
	font-size: 200%;
	font-weight: 700;
}

ul.ep-gdpr-modal-content {
	margin: 0px;
	padding: 0px;
}
