/* Vega Iberia Client Portal — deliberately minimal so Elementor/theme styling stays in charge. */

.vega-portal-login {
	max-width: 420px;
}

.vega-login-form .vega-field {
	margin: 0 0 16px;
}

.vega-login-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.vega-login-form input[type="text"],
.vega-login-form input[type="password"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

/* Hide the honeypot visually and from screen readers. */
.vega-login-form .vega-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.vega-login-form .vega-remember label {
	font-weight: 400;
}

.vega-btn {
	display: inline-block;
	padding: 10px 22px;
	border: 0;
	border-radius: 4px;
	background: #1a2f4b;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.vega-btn:hover {
	opacity: 0.9;
	color: #fff;
}

.vega-lost {
	margin-top: 12px;
	font-size: 0.9em;
}

.vega-notice {
	padding: 12px 16px;
	margin: 0 0 16px;
	border-radius: 4px;
	border: 1px solid transparent;
}

.vega-notice--error {
	background: #fdecea;
	border-color: #f5c6c3;
	color: #8a1f17;
}

.vega-notice--info {
	background: #e8f1fb;
	border-color: #bcd6f2;
	color: #1a4d80;
}

/* ---------- Document list ---------- */

.vega-docs-group {
	margin: 24px 0 8px;
}

.vega-docs-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vega-doc {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	margin-bottom: 8px;
	background: #fff;
}

.vega-doc-ext {
	flex: 0 0 auto;
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 6px 8px;
	border-radius: 4px;
	background: #eef1f5;
	color: #1a2f4b;
}

.vega-doc-info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.vega-doc-title {
	font-weight: 600;
	text-decoration: none;
	word-break: break-word;
}

.vega-doc-meta {
	font-size: 0.85em;
	color: #6b7280;
}

.vega-btn--doc {
	flex: 0 0 auto;
	padding: 8px 16px;
	font-size: 0.9em;
}

@media (max-width: 480px) {
	.vega-doc {
		flex-wrap: wrap;
	}
	.vega-btn--doc {
		width: 100%;
		text-align: center;
	}
}
