/**
 * Vemax — Download de Catálogo widget styles.
 * Scoped under the widget's own classes; every value here matches the
 * defaults of the matching Elementor controls, which override via {{WRAPPER}}.
 */

.vemax-cat-trigger {
	font-family: "Open Sans", system-ui, -apple-system, sans-serif;
	cursor: pointer;
	border: none;
	background: none;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
}

.vemax-cat-trigger * {
	box-sizing: border-box;
}

/* ---------- Card ---------- */

.vemax-cat-card {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	background-color: #1C325A;
	border-radius: 12px;
	padding: 16px 20px;
	box-shadow: 0 2px 8px rgba(15, 30, 56, 0.12);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.vemax-cat-card:hover {
	background-color: #162848;
}

.vemax-cat-card:focus-visible,
.vemax-cat-link:focus-visible,
.vemax-cat-li:focus-visible {
	outline: 2px solid #FFD301;
	outline-offset: 2px;
}

.vemax-cat-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: rgba(255, 211, 1, 0.12);
	color: #FFD301;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vemax-cat-icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

.vemax-cat-icon--inline {
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
}

.vemax-cat-texts {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}

.vemax-cat-title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.vemax-cat-subtitle {
	color: #BFDBFE;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.vemax-cat-arrow {
	flex-shrink: 0;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	line-height: 0;
	transition: transform 0.2s ease;
}

.vemax-cat-arrow svg {
	width: 18px;
	height: 18px;
	display: block;
}

.vemax-cat-card:hover .vemax-cat-arrow {
	transform: translateX(3px);
}

/* ---------- Plain link ---------- */

.vemax-cat-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	background: none;
	color: inherit;
}

.vemax-cat-link .vemax-cat-title {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ---------- Footer list ---------- */

.vemax-cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vemax-cat-li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	color: #D1D5DB;
	font-family: "Open Sans", system-ui, -apple-system, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.vemax-cat-li-icon {
	flex-shrink: 0;
	color: #FFD301;
	display: flex;
	line-height: 0;
	transition: color 0.2s ease;
}

.vemax-cat-li-icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

.vemax-cat-li:hover {
	color: #FFD301;
}

/* ---------- Editor-only notice ---------- */

.vemax-cat-notice {
	padding: 12px 14px;
	border: 1px dashed #9CA3AF;
	border-radius: 8px;
	color: #4B5563;
	font-size: 13px;
	font-family: "Open Sans", system-ui, sans-serif;
}

/* ---------- Popup success view (hidden until the download is released) ---------- */

.vemax-catalog-success-view {
	display: none;
}
