#navicore-search-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 1.5rem;
	margin-bottom: 1rem;
}
#navicore-plate-inputs {
	display: none;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 1rem;
}
#navicore-plate-inputs.active {
	display: flex;
}

#navicore-plate-inputs input[type="text"] {
	width: 4rem;
	height: 6rem;
	font-size: 2.4rem;
	font-weight: 600;
	padding: 0.5rem;
	text-align: center;
	border: 2px solid #ededed !important;
	border-radius: 6px;
}

#navicore-plate-inputs .guion {
	font-size: 4rem;
	line-height: 1em;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#navicore-search-form select,
#navicore-vin-input {
	padding: 0.5rem;
	font-size: 1rem;
	border: 2px solid #ededed !important;
	border-radius: 6px;
	height: 2.5rem;
}
#navicore-vin-input {
	width: 18rem;
	display: none;
	text-align: center;
	font-weight: 600;
}

#navicore-vin-input.active {
	display: block;
}

#navicore-search-form button {
	padding: 0.7rem 2rem;
	font-size: 1.1rem;
	background: #01589b;
	color: #fff;
	border: none;
	border-radius: 24px;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.4s ease-in-out;
}

#navicore-search-form button:hover {
	opacity: 1;
}

#navicore-search-form button:disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
#navicore-search-result .campaign {
	border: 1px solid #ddd;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 4px;
	background: #fafafa;
}

.navicore-loading {
	width: 24px;
	height: 24px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #0073aa;
	border-radius: 50%;
	animation: navicore-spin 1s linear infinite;
	margin: 0.5rem auto;
}

@keyframes navicore-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#navicore-search-result h3 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 20px;
}

#navicore-search-result .intro {
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
}

#navicore-search-result .intro h4 {
	font-size: 1.2rem;
	font-weight: 600;
}

#navicore-search-result .intro h4 strong {
	color: #f35506;
	font-weight: 700;
}

#navicore-search-result .campaign {
	background: #fdfdfd;
	border-radius: 12px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
	padding: 30px;
}

#navicore-search-result .campaign h4 {
	font-size: 1.2rem;
	line-height: 1em;
	margin-bottom: 0;
	font-weight: 700;
	color: #000000;
}

#navicore-search-result .campaign .fecha {
	font-size: 0.8rem;
	font-weight: 400;
	font-style: italic;
	color: #72787b;
	margin-bottom: 20px;
}

#navicore-search-result .campaign p {
	font-size: 1rem;
	font-weight: 300;
	color: #474d4f;
}
