/* ==========================================================================
   WP Content Locker Pro — Frontend Styles
   ========================================================================== */

.wpcl-lock-wrap {
	max-width: 460px;
	margin: 2em auto;
	padding: 2em;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, sans-serif;
	color: #1d2327;
}

/* Lock icon */
.wpcl-lock-icon .dashicons {
	font-size: 3em;
	width: 1em;
	height: 1em;
	color: #2271b1;
	margin-bottom: .2em;
}

/* Headings */
.wpcl-lock-title {
	font-size: 1.4em;
	margin: .2em 0 .4em;
	color: #1d2327;
}

.wpcl-lock-subtitle {
	color: #50575e;
	margin-bottom: 1.2em;
	font-size: .95em;
}

/* Alert / error */
.wpcl-alert {
	padding: .75em 1em;
	border-radius: 4px;
	margin-bottom: 1em;
	font-size: .9em;
	text-align: left;
}

.wpcl-alert--error {
	background: #fce8e8;
	color: #c0392b;
	border: 1px solid #f5c6c6;
}

/* Tabs */
.wpcl-tabs {
	display: flex;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 1.25em;
}

.wpcl-tab-btn {
	flex: 1;
	background: none;
	border: none;
	padding: .65em 1em;
	cursor: pointer;
	font-size: .95em;
	color: #50575e;
	transition: color .15s;
}

.wpcl-tab-btn:hover {
	color: #2271b1;
}

.wpcl-tab-btn.active {
	color: #2271b1;
	font-weight: 600;
}

/* Forms */
.wpcl-form {
	text-align: left;
}

.wpcl-field {
	margin-bottom: 1em;
}

.wpcl-field label {
	display: block;
	font-weight: 600;
	margin-bottom: .3em;
	color: #1d2327;
	font-size: .9em;
}

.wpcl-field input[type="text"],
.wpcl-field input[type="email"],
.wpcl-field input[type="password"] {
	width: 100%;
	padding: .6em .75em;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	font-size: .95em;
	box-sizing: border-box;
	transition: border-color .15s, box-shadow .15s;
}

.wpcl-field input:focus {
	border-color: #2271b1;
	outline: none;
	box-shadow: 0 0 0 1px #2271b1;
}

/* Submit button */
.wpcl-btn {
	display: block;
	width: 100%;
	padding: .75em;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1em;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s;
	margin-top: 1.2em;
}

.wpcl-btn:hover,
.wpcl-btn:focus {
	background: #135e96;
	outline: none;
}

/* Privacy notice */
.wpcl-privacy-note {
	margin-top: 1.2em;
	font-size: .78em;
	color: #8c8f94;
}
