.mm-vehicle-search-ac {
	position: relative;
	max-width: 36rem;
	width: 100%;
}

.mm-ac-wrap {
	width: 100%;
}

.mm-ac-field {
	position: relative;
	width: 100%;
}

.mm-ac-input {
	width: 100%;
	min-width: 0;
	padding: 0.65rem 0.85rem;
	font-size: 13px;
    line-height: normal;
	border: 1px solid #FFF;
	border-radius: 8px;
	background:none !important;
	box-sizing: border-box;
	color: #FFF !important;
}

.mm-ac-wrap.mm-ac-has-submit .mm-ac-input {
	padding-right: 2.75rem;
}
.mm-ac-input::placeholder {
    color: #FFF;
    opacity: 1;
}
.mm-ac-input:focus {
	outline: none;
	/* outline: 2px solid rgba(37, 99, 235, 0.45);
	outline-offset: 1px;
	border-color: rgba(37, 99, 235, 0.5); */
}

.mm-ac-submit {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.35rem;
    height: 2.35rem;
    padding: 0 !important;
    margin: 0;
    border: none;
    border-radius: 6px !important;
    background: none !important;
    color: #FFF !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: background 0.15s ease, color 0.15s ease;
}
.mm-ac-submit:hover {
	background: rgba(37, 99, 235, 0.1);
	color: #2563eb;
}

.mm-ac-submit:focus-visible {
	outline: 2px solid rgba(37, 99, 235, 0.55);
	outline-offset: 1px;
}

.mm-ac-submit-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mm-ac-submit-icon svg {
	display: block;
}

.mm-ac-list {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	z-index: 50;
	max-height: 18rem;
	overflow-y: auto;
}

.mm-ac-item {
	padding: 0.5rem 0.85rem;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mm-ac-item:last-child {
	border-bottom: none;
}

.mm-ac-item:hover,
.mm-ac-item.is-active {
	background: rgba(37, 99, 235, 0.08);
}

.mm-ac-item-title {
	font-weight: 600;
	font-size: 0.95rem;
	color: #111827;
}

.mm-ac-item-sub {
	font-size: 0.8rem;
	color: #6b7280;
	margin-top: 0.15rem;
}

.mm-ac-status {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
