.naemt-search-widget {
	max-width: 640px;
	margin: 2rem auto;
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.naemt-search-widget__title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	color: #0f172a;
	text-align: center;
}

.naemt-search-widget__form {
	display: flex;
	align-items: stretch;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
	overflow: hidden;
	border: 1px solid #d0d7e7;
}

.naemt-search-widget__plate {
	display: flex;
	align-items: center;
	flex: 1;
	padding: 0.25rem 0.25rem;
	width: calc(100% - 4rem);
}

.naemt-search-widget__country {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	height: 54px;
	border-radius: 12px;
	background: linear-gradient(135deg, #0d47a1, #1565c0);
	color: #ffffff;
	font-weight: 700;
	margin-right: 0.5rem;
	box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.15);
}

.naemt-search-widget__country-code {
	font-size: 0.9rem;
	letter-spacing: 0.08em;
}

.naemt-search-widget__input {
	border: none;
	flex: 1;
	font-size: 1.2rem;
	font-weight: 600;
	color: #0f172a;
	outline: none;
	padding: 0.5rem 0.25rem;
}

.naemt-search-widget__input::placeholder {
	color: #94a3b8;
	font-weight: 500;
}

.naemt-search-widget__submit {
	border: none;
	background: #ffffff;
	width: 64px;
	font-size: 1.6rem;
	color: #1565c0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-left: 1px solid #d0d7e7;
	transition: background 0.2s ease, color 0.2s ease;
}

.naemt-search-widget__submit:hover {
	background: #f1f5f9;
	color: #0f172a;
}

button.naemt-search-widget__submit span {
	line-height: 1;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 6px;
}

.naemt-search-widget__result {
	margin-top: 0.75rem;
	padding: 0.85rem 1rem;
	border-radius: 10px;
	background: #ecfdf5;
	color: #065f46;
	font-weight: 600;
	font-size: 0.95rem;
	box-shadow: inset 0 0 0 1px #a7f3d0;
}

.naemt-search-widget__result.is-error {
	background: #fef2f2;
	color: #991b1b;
	box-shadow: inset 0 0 0 1px #fecaca;
}

.naemt-search-widget__result .naemt-result-registration {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #0f172a;
	margin-bottom: 0.35rem;
	opacity: 0.75;
}

.naemt-search-widget__result .naemt-result-vehicle {
	font-size: 0.95rem;
	margin-bottom: 0.35rem;
	color: #0f172a;
}

.naemt-search-widget.is-loading .naemt-search-widget__submit {
	opacity: 0.6;
	pointer-events: none;
}

.naemt-shop-notice {
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
	border-radius: 12px;
	background: #e0f2fe;
	border: 1px solid #bae6fd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.naemt-shop-notice__headline {
	margin: 0;
	font-weight: 600;
	color: #0f172a;
}

.naemt-shop-notice__clear {
	color: #0f172a;
	font-weight: 600;
	text-decoration: none;
}

.naemt-shop-notice__clear:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.naemt-search-widget__form {
		display: flex;
		flex-direction: row;
		border-radius: 14px;
	}

	.naemt-search-widget__submit {
		display: flex;
		border-top: none;
		padding: 0.75rem 0;
	}
}
