/* Container general */
.pp-access-wrap {
	max-width: 480px;
	margin: 40px auto;
	padding: 0 10px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Card */
.pp-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px 22px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
	border: 1px solid #e5e7eb;
}

/* Tabs */
.pp-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 18px;
}

.pp-tab {
	flex: 1;
	border: none;
	padding: 10px 12px;
	border-radius: 999px;
	background: #eef2ff;
	color: #4b5563;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.pp-tab:hover {
	background: #e0e7ff;
	color: #000;
}

.pp-tab.active {
	background: #01105F;
	color: #ffffff;
}

/* Formulare */
.pp-form {
	display: none;
}

.pp-form.active {
	display: block;
}

.pp-form h3 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 700;
	color: #111827;
}

/* Label + input */
.pp-form label {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	color: #4b5563;
}

.pp-form input[type="text"],
.pp-form input[type="email"],
.pp-form input[type="password"],
.pp-form input[type="file"] {
	width: 100%;
	margin-top: 4px;
	padding: 9px 10px;
	border-radius: 8px;
	border: 1px solid #d1d5db;
	font-size: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

.pp-form input[type="text"]:focus,
.pp-form input[type="email"]:focus,
.pp-form input[type="password"]:focus,
.pp-form input[type="file"]:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15);
	outline: none;
}

/* Butoane */
.pp-row {
	margin-top: 10px;
}
#pp-logout-btn,
.pp-btn.pp-btn-primary {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 10px 35px;
	background: #01105F;
	border: none;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	transition: background 0.2s ease, transform 0.07s ease, box-shadow 0.15s ease;
}

/*.pp-btn-primary {
	background: #004aad;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35);
}*/

.pp-btn-primary:hover {
	background: #003a85;
	/*transform: translateY(-1px);*/
}

.pp-btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

/* Mesaje / text mic */
.pp-message {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
}

.pp-switch {
	margin-top: 8px;
	font-size: 13px;
	color: #6b7280;
}

.pp-switch a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 600;
}

.pp-switch a:hover {
	text-decoration: underline;
}

/* Feedback email */
#pp_email_feedback {
	margin-left: 6px;
	font-size: 12px;
	vertical-align: middle;
}

.pp-feedback {
	color: #16a34a;
}

.pp-error {
	color: #ef4444 !important;
}

/* Mesaj de atenționare în shortcode_protected */
.pp-warning {
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid #fed7aa;
	background: #fff7ed;
	color: #92400e;
	font-size: 14px;
}

/* Iframe conținut protejat */
.pp-content-frame {
	width: 100%;
	min-height: 800px;
	border: none;
}

/* Mică ajustare pentru zona access */
#pp-access-zone {
	margin-bottom: 20px;
}
