/* Autoinfo Mega Menu Styles - Exact styles from merged.html */
/* Scoped to plugin wrapper to force exact styles */
.autoinfo-mega-menu-wrapper {
	--color-primary: rgba(5, 249, 255, 1);
	--transition: 0.4s;
	font-family: "Inter", sans-serif;
}

.autoinfo-mega-menu-wrapper .base-template__wrapper {
	background: transparent !important;
}

.autoinfo-mega-menu-wrapper .base-template {
	background: transparent !important;
}

.autoinfo-mega-menu-wrapper .base-template__wrapper {
min-height: auto !important;
justify-content: flex-start;
padding-bottom: 0 !important;
background: transparent !important;
}

.autoinfo-mega-menu-wrapper .base-template {
background: transparent !important;
margin: 0 !important;
padding: 0 !important;
}

.autoinfo-mega-menu-wrapper .base-template__content {
margin: 0 !important;
padding: 0 !important;
}

.autoinfo-mega-menu-wrapper .wrapper {
max-width: 1445px;
}

.autoinfo-mega-menu-wrapper a {
color: #fff;
text-decoration: none;
}

.autoinfo-mega-menu-wrapper img {
max-width: 100%;
}

.autoinfo-mega-menu-wrapper .header {
display: flex;
align-items: center;
position: relative;
padding: 0 20px 0 40px !important;
border-radius: 60px;
min-height: 82px;
background-color: rgba(25, 27, 36, 1);
margin: 0 !important;
margin-bottom: 0 !important;
}

.autoinfo-mega-menu-wrapper .header__logo {
max-width: 90px;
}

.autoinfo-mega-menu-wrapper .header__wrapper {
width: 100%;
display: flex;
align-items: center;
}

.autoinfo-mega-menu-wrapper .header__navigation-wrapper {
display: flex;
width: 100%;
padding-left: 50px;
align-items: center !important;
}

.autoinfo-mega-menu-wrapper .header__list {
display: flex;
align-items: center !important;
gap: 28px;
margin: 0;
padding: 0;
}

.autoinfo-mega-menu-wrapper .header__list-item {
display: flex;
padding: 0 !important;
margin-bottom: 0 !important;
gap: 8px;
font-size: 16px;
align-items: center !important;
justify-content: center;
}

.autoinfo-mega-menu-wrapper .header__list-item > a {
display: flex;
align-items: center !important;
gap: 8px;
transition: var(--transition);
height: 100%;
}

.autoinfo-mega-menu-wrapper .header__list-item > a svg,
.autoinfo-mega-menu-wrapper .header__list-item > a svg path,
.autoinfo-mega-menu-wrapper .header__list-item > a .autoinfo-dropdown-icon,
.autoinfo-mega-menu-wrapper .header__list-item > a .autoinfo-dropdown-icon path {
transition: var(--transition);
fill: #fff;
}

.autoinfo-mega-menu-wrapper .header__list-item.active > a svg,
.autoinfo-mega-menu-wrapper .header__list-item.active > a svg path,
.autoinfo-mega-menu-wrapper .header__list-item.active > a .autoinfo-dropdown-icon,
.autoinfo-mega-menu-wrapper .header__list-item.active > a .autoinfo-dropdown-icon path {
fill: var(--color-primary) !important;
color: var(--color-primary) !important;
}

.autoinfo-mega-menu-wrapper .header__list-item .submenu-wrapper {
position: absolute;
width: 100%;
top: 100%;
left: 0;
border-radius: 33px;
padding: 10px 30px 50px 30px;
background-color: rgba(25, 27, 36, 1);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: var(--transition);
margin-top: 0 !important;
}

/* Add invisible bridge to prevent gap */
.autoinfo-mega-menu-wrapper .header__list-item .submenu-wrapper::before {
content: '';
position: absolute;
top: -10px;
left: 0;
width: 100%;
height: 10px;
background: transparent;
pointer-events: auto;
}

.autoinfo-mega-menu-wrapper .header__buttons-wrapper {
display: flex;
align-items: center;
gap: 30px;
margin-left: auto;
}

.autoinfo-mega-menu-wrapper .header__button {
display: flex;
align-items: center;
justify-content: center;
min-height: 42px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding: 6px 20px;
border-radius: 100px;
gap: 8px;
font-size: 16px;
font-weight: 400;
transition: var(--transition);
}

/* Search wrapper with unique class name */
.autoinfo-mega-menu-wrapper .header__search-wrapper,
.autoinfo-mega-menu-wrapper .autoinfo-mega-menu-search-wrapper {
position: relative !important;
margin-left: auto !important;
display: flex !important;
align-items: center !important;
}

/* Search input with unique class names and forced rounded corners */
.autoinfo-mega-menu-wrapper .header__search,
.autoinfo-mega-menu-wrapper .autoinfo-mega-menu-search,
.autoinfo-mega-menu-wrapper input[type="search"].header__search,
.autoinfo-mega-menu-wrapper input.header__search,
.autoinfo-mega-menu-wrapper .header__search-wrapper input,
.autoinfo-mega-menu-wrapper .autoinfo-mega-menu-search-wrapper input {
background-color: rgba(255, 255, 255, 0.1) !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
border-radius: 100px !important;
padding-right: 45px !important;
-webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
padding: 10px 45px 10px 20px !important;
min-height: 42px !important;
height: auto !important;
width: 300px !important;
max-width: 300px !important;
color: #fff !important;
font-size: 16px !important;
font-weight: 400 !important;
transition: var(--transition) !important;
outline: none !important;
box-shadow: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}

.autoinfo-mega-menu-wrapper .header__search::placeholder,
.autoinfo-mega-menu-wrapper .autoinfo-mega-menu-search::placeholder,
.autoinfo-mega-menu-wrapper input[type="search"].header__search::placeholder,
.autoinfo-mega-menu-wrapper input.header__search::placeholder {
color: rgba(255, 255, 255, 0.6) !important;
opacity: 1 !important;
}

.autoinfo-mega-menu-wrapper .header__search:focus,
.autoinfo-mega-menu-wrapper .autoinfo-mega-menu-search:focus,
.autoinfo-mega-menu-wrapper input[type="search"].header__search:focus,
.autoinfo-mega-menu-wrapper input.header__search:focus {
border-color: rgba(255, 255, 255, 0.4) !important;
background-color: rgba(255, 255, 255, 0.15) !important;
border-radius: 100px !important;
-webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
outline: none !important;
box-shadow: none !important;
}

.autoinfo-mega-menu-wrapper .header__search-icon-button,
.autoinfo-mega-menu-wrapper .autoinfo-mega-menu-search-icon-button {
position: absolute !important;
right: 8px !important;
top: 50% !important;
transform: translateY(-50%) !important;
-webkit-transform: translateY(-50%) !important;
width: 32px !important;
height: 32px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: transparent !important;
border: none !important;
cursor: pointer !important;
padding: 0 !important;
z-index: 10 !important;
pointer-events: auto !important;
}

.autoinfo-mega-menu-wrapper .header__search-icon,
.autoinfo-mega-menu-wrapper .autoinfo-mega-menu-search-icon {
width: 16px !important;
height: 16px !important;
pointer-events: none !important;
}

.autoinfo-mega-menu-wrapper .submenu-list__title-wrapper {
width: 100%;
margin-bottom: 25px;
}

.autoinfo-mega-menu-wrapper .submenu-list__title {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
font-size: 12px;
text-transform: uppercase;
color: rgba(160, 161, 165, 1);
}

.autoinfo-mega-menu-wrapper .submenu-list {
display: flex;
flex-direction: column;
gap: 0px !important;
padding-left: 0;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-list__item {
display: flex;
cursor: pointer;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-wrapper {
width: 100%;
display: flex;
align-items: center;
padding: 4px 12px 4px 4px !important;
gap: 8px !important;
border-radius: 14px;
transition: var(--transition);
min-height: auto !important;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-wrapper > svg {
margin-left: auto;
opacity: 0;
visibility: hidden;
transition: var(--transition);
}

.autoinfo-mega-menu-wrapper .submenu-grid {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
align-items: start;
}

.autoinfo-mega-menu-wrapper .submenu-columns-wrapper {
display: flex;
flex-direction: column;
gap: 1px;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-columns-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-list__wrapper {
position: relative;
}

.autoinfo-mega-menu-wrapper .submenu-post-column {
grid-column: 2;
position: relative;
width: 300px;
min-width: 300px;
}

.autoinfo-mega-menu-wrapper .submenu-content {
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: var(--transition);
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-content.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
position: relative;
}

.autoinfo-mega-menu-wrapper .submenu-list__item.active .submenu-list__item-wrapper,
.autoinfo-mega-menu-wrapper .submenu-list__item:hover .submenu-list__item-wrapper {
	background-color: rgba(255, 255, 255, 0.04);
}

.autoinfo-mega-menu-wrapper .submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg,
.autoinfo-mega-menu-wrapper .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-link {
display: flex;
flex-direction: column;
gap: 2px !important;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-title {
font-size: 14px !important;
font-weight: 500;
color: #fff;
line-height: 1.2 !important;
}

/* Normal dropdown menu styles (not mega menu) */
.autoinfo-mega-menu-wrapper .submenu-wrapper.dropdown-menu {
padding-top: 20px !important;
}

.autoinfo-mega-menu-wrapper .submenu-wrapper.dropdown-menu .submenu-list {
gap: 12px !important;
padding-top: 10px !important;
}

.autoinfo-mega-menu-wrapper .submenu-wrapper.dropdown-menu .submenu-list__item {
margin-bottom: 8px !important;
}

.autoinfo-mega-menu-wrapper .submenu-wrapper.dropdown-menu .submenu-list__item-title {
font-size: 16px !important;
}

.autoinfo-mega-menu-wrapper .submenu-wrapper.dropdown-menu .submenu-list__item-wrapper {
padding: 10px 16px 10px 8px !important;
gap: 10px !important;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-icon {
display: flex;
width: 32px !important;
height: 32px !important;
flex-shrink: 0;
align-items: center;
justify-content: center;
position: relative;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-icon svg {
width: 32px !important;
height: 32px !important;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-icon img {
width: 28px !important;
height: 28px !important;
object-fit: contain;
display: block;
position: relative;
z-index: 1;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-subtile {
font-size: 12px;
font-weight: 400;
color: rgba(160, 161, 165, 1);
}

.autoinfo-mega-menu-wrapper .submenu-content__title {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin-bottom: 25px;
font-size: 12px;
text-transform: uppercase;
color: rgba(160, 161, 165, 1);
}

.autoinfo-mega-menu-wrapper .submenu-content__list:not(.events) {
width: 100%;
display: flex;
flex-direction: column;
gap: 20px;
padding: 0;
}

.autoinfo-mega-menu-wrapper .submenu-content__list.events {
width: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
padding: 0;
}

.autoinfo-mega-menu-wrapper .submenu-content__list-item {
display: block;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.05);
cursor: auto;
}

.autoinfo-mega-menu-wrapper .submenu-content__link {
display: flex;
flex-direction: column;
border-radius: 20px;
padding: 10px 10px 20px;
border: 1px solid transparent;
transition: var(--transition);
}

.autoinfo-mega-menu-wrapper .submenu-content__link-img {
margin-bottom: 20px;
border-radius: 13px;
overflow: hidden;
transition: var(--transition);
}

.autoinfo-mega-menu-wrapper .submenu-content__link-img img {
transition: 0.4s ease-in;
}

.autoinfo-mega-menu-wrapper .submenu-content__link-title {
padding: 0 10px;
font-size: 16px;
font-weight: 500;
margin-bottom: 12px;
}

.autoinfo-mega-menu-wrapper .submenu-content__link-text {
padding: 0 10px;
font-size: 12px;
color: rgba(160, 161, 165, 1);
}

.autoinfo-mega-menu-wrapper .submenu-content__link-wrapper {
display: flex;
gap: 20px;
padding: 10px;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.05);
}

.autoinfo-mega-menu-wrapper .submenu-content__list.events .submenu-content__link-img {
width: 100%;
max-width: 220px;
flex: 1;
border-radius: 13px;
margin-bottom: 0;
}

.autoinfo-mega-menu-wrapper .submenu-content__info {
display: flex;
flex-direction: column;
flex: 1 0;
}

.autoinfo-mega-menu-wrapper .submenu-content__category {
display: flex;
align-items: center;
gap: 10px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding: 10px 20px;
margin-bottom: 20px;
border-radius: 30px;
font-size: 12px;
font-weight: 500;
border: 1px solid rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.7);
}

.autoinfo-mega-menu-wrapper .submenu-content__list.events .submenu-content__link-title,
.autoinfo-mega-menu-wrapper .submenu-content__list.events .submenu-content__link-text {
padding: 0;
margin-bottom: 12px;
}

.autoinfo-mega-menu-wrapper .submenu-content__link-address,
.autoinfo-mega-menu-wrapper .submenu-content__link-date {
display: flex;
align-items: center;
gap: 4px;
margin-bottom: 12px;
font-size: 12px;
font-weight: 400;
color: rgba(160, 161, 165, 1);
}

.autoinfo-mega-menu-wrapper .submenu-content__link-address span,
.autoinfo-mega-menu-wrapper .submenu-content__link-date span {
line-height: 0.9;
}

.autoinfo-mega-menu-wrapper .submenu-content__url {
display: flex;
align-items: center;
gap: 8px;
margin-top: auto;
margin-bottom: 20px;
color: rgba(255, 255, 255, 1);
font-size: 14px;
transition: var(--transition);
}

.autoinfo-mega-menu-wrapper .submenu-content__url svg,
.autoinfo-mega-menu-wrapper .submenu-content__url svg path {
transition: var(--transition);
}

.autoinfo-mega-menu-wrapper .header__burger {
display: none;
flex-direction: column;
align-items: flex-end;
gap: 4px;
width: 24px;
margin-left: auto;
}

.autoinfo-mega-menu-wrapper .header__burger i {
width: 100%;
height: 2px;
background-color: #fff;
border-radius: 13px;
transition: var(--transition);
}

.autoinfo-mega-menu-wrapper .header__burger.active i:nth-child(1) {
transform: rotate(45deg) translate(4px, 4px);
}

.autoinfo-mega-menu-wrapper .header__burger.active i:nth-child(2) {
opacity: 0;
}

.autoinfo-mega-menu-wrapper .header__burger.active i:nth-child(3) {
transform: rotate(-45deg) translate(4px, -5px);
}

/* Show mega menu when parent item is active (clicked) */
.autoinfo-mega-menu-wrapper .header__list-item.active .submenu-wrapper {
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
}

.autoinfo-mega-menu-wrapper .header__list-item.active ~ .header__list-item .submenu-wrapper {
display: none;
}

.autoinfo-mega-menu-wrapper .header__list-item.active > a,
.autoinfo-mega-menu-wrapper .header__list-item.active > a svg,
.autoinfo-mega-menu-wrapper .header__list-item.active > a svg path,
.autoinfo-mega-menu-wrapper .header__list-item.active > a .autoinfo-dropdown-icon,
.autoinfo-mega-menu-wrapper .header__list-item.active > a .autoinfo-dropdown-icon path {
color: var(--color-primary) !important;
fill: var(--color-primary) !important;
}

@media (hover: hover) and (pointer: fine) {
/* Keep hover as enhancement, but active class takes priority */
.autoinfo-mega-menu-wrapper .header__list-item:not(.active):hover .submenu-wrapper {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.autoinfo-mega-menu-wrapper .header__list-item:not(.active):hover ~ .header__list-item .submenu-wrapper {
display: none;
}

.autoinfo-mega-menu-wrapper .header__list-item:not(.active):hover > a,
.autoinfo-mega-menu-wrapper .header__list-item:not(.active):hover > a svg,
.autoinfo-mega-menu-wrapper .header__list-item:not(.active):hover > a svg path,
.autoinfo-mega-menu-wrapper .header__list-item:not(.active):hover > a .autoinfo-dropdown-icon,
.autoinfo-mega-menu-wrapper .header__list-item:not(.active):hover > a .autoinfo-dropdown-icon path {
color: var(--color-primary) !important;
fill: var(--color-primary) !important;
}

.autoinfo-mega-menu-wrapper .header__button:hover {
background-color: rgba(255, 255, 255, 0.05);
}

.autoinfo-mega-menu-wrapper .submenu-list__item.active .submenu-list__item-wrapper,
.autoinfo-mega-menu-wrapper .submenu-list__item:hover .submenu-list__item-wrapper {
	background-color: rgba(255, 255, 255, 0.04);
}

.autoinfo-mega-menu-wrapper .submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg,
.autoinfo-mega-menu-wrapper .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.autoinfo-mega-menu-wrapper .submenu-content__list-item:hover .submenu-content__link {
border-color: rgba(255, 255, 255, 0.3);
}

.autoinfo-mega-menu-wrapper .submenu-content__list-item:hover .submenu-content__link-img img {
transform: scale(1.05);
}

.autoinfo-mega-menu-wrapper .submenu-content__url:hover,
.autoinfo-mega-menu-wrapper .submenu-content__url:hover svg path {
color: var(--color-primary);
stroke: var(--color-primary);
}

.autoinfo-mega-menu-wrapper .submenu-content__url:hover svg {
transform: translateX(5px);
}
}

@media screen and (max-width: 1280px) {
.autoinfo-mega-menu-wrapper .header__navigation-wrapper {
padding-left: 25px;
}

.autoinfo-mega-menu-wrapper .submenu-grid {
gap: 20px;
}

.autoinfo-mega-menu-wrapper .submenu-columns-wrapper {
gap: 1px;
}

.autoinfo-mega-menu-wrapper .submenu-columns-row {
gap: 20px;
}

.autoinfo-mega-menu-wrapper .submenu-content__url {
margin-bottom: 0;
}
}

@media screen and (max-width: 1024px) {
.autoinfo-mega-menu-wrapper .base-template__wrapper {
min-height: 105vh;
}

.autoinfo-mega-menu-wrapper .header {
min-height: 64px;
padding: 0 20px;
}

.autoinfo-mega-menu-wrapper .header__burger {
display: flex;
}

.autoinfo-mega-menu-wrapper .header__navigation-wrapper {
flex-direction: column;
align-items: center;
position: absolute;
top: 110%;
left: 0;
padding: 20px;
background-color: rgba(25, 27, 36, 1);
border-radius: 20px;
opacity: 0;
visibility: hidden;
transition: var(--transition);
}

.autoinfo-mega-menu-wrapper .header__navigation-wrapper.open {
opacity: 1;
visibility: visible;
}

.autoinfo-mega-menu-wrapper .header__list {
flex-direction: column;
gap: 30px;
}

.autoinfo-mega-menu-wrapper .header__search-wrapper {
margin-left: unset;
margin-top: 50px;
width: 100%;
}

.autoinfo-mega-menu-wrapper .header__search {
width: 100%;
}

.autoinfo-mega-menu-wrapper .header__navigation,
.autoinfo-mega-menu-wrapper .header__list {
width: 100%;
}

.autoinfo-mega-menu-wrapper .header__list-item {
flex-direction: column;
width: 100%;
padding: 0;
gap: 0;
margin: 0;
align-items: center !important;
}

.autoinfo-mega-menu-wrapper .header__list-item > a {
justify-content: center !important;
text-align: center !important;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a {
position: relative;
display: flex;
align-items: center;
justify-content: center !important;
width: 100%;
text-align: center !important;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a span {
text-align: center !important;
display: inline-block;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a .autoinfo-dropdown-icon {
position: absolute !important;
right: 0 !important;
margin-left: 10px !important;
}

/* Center menu items with dropdowns on mobile like normal links */
@media screen and (max-width: 1024px) {
.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a {
justify-content: center !important;
text-align: center !important;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a span {
text-align: center !important;
margin: 0 auto !important;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a .autoinfo-dropdown-icon {
position: absolute !important;
right: 0 !important;
margin-left: 10px !important;
}
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a .autoinfo-dropdown-icon {
cursor: pointer;
pointer-events: auto;
flex-shrink: 0;
margin-left: 10px;
transition: transform 0.3s ease;
padding: 5px;
min-width: 24px;
min-height: 24px;
display: flex;
align-items: center;
justify-content: center;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu.active > a .autoinfo-dropdown-icon {
transform: rotate(180deg);
}

/* On mobile, make menu links with submenus clearly indicate they toggle, not navigate */
@media screen and (max-width: 1025px) {
.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a {
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
justify-content: center !important;
text-align: center !important;
position: relative;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a span {
text-align: center !important;
display: block;
width: 100%;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a .autoinfo-dropdown-icon {
position: absolute !important;
right: 0 !important;
margin-left: 0 !important;
}

.autoinfo-mega-menu-wrapper .header__list-item.has-submenu > a:active {
opacity: 0.7;
}
}

.autoinfo-mega-menu-wrapper .header__list-item.active a,
.autoinfo-mega-menu-wrapper .header__list-item.active a > svg,
.autoinfo-mega-menu-wrapper .header__list-item.active a > svg path,
.autoinfo-mega-menu-wrapper .header__list-item.active a > .autoinfo-dropdown-icon,
.autoinfo-mega-menu-wrapper .header__list-item.active a > .autoinfo-dropdown-icon path {
fill: var(--color-primary) !important;
color: var(--color-primary) !important;
}

.autoinfo-mega-menu-wrapper .header__list-item .submenu-wrapper {
position: static;
padding: 0;
max-height: 0;
border-radius: 0;
opacity: 1;
visibility: visible;
pointer-events: all;
overflow: hidden;
transition: max-height var(--transition);
display: flex;
flex-direction: column;
align-items: center;
}

.autoinfo-mega-menu-wrapper .submenu-list {
width: 100%;
max-width: 100%;
gap: 5px;
display: flex;
flex-direction: column;
align-items: center;
}

.autoinfo-mega-menu-wrapper .submenu-list__wrapper {
margin-top: 30px;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.autoinfo-mega-menu-wrapper .submenu-list__item {
width: 100%;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-wrapper {
width: 100%;
max-width: 100%;
display: flex;
align-items: center;
}

.autoinfo-mega-menu-wrapper .submenu-list__item:active .submenu-list__item-wrapper {
background-color: rgba(255, 255, 255, 0.04);
}

.autoinfo-mega-menu-wrapper .submenu-list__item:active .submenu-list__item-wrapper > svg {
opacity: 1;
visibility: visible;
}

.autoinfo-mega-menu-wrapper .submenu-list__title {
display: none;
}

.autoinfo-mega-menu-wrapper .submenu-content {
display: none;
}

.autoinfo-mega-menu-wrapper .submenu-grid {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-columns-wrapper {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-columns-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
align-items: start;
width: 100%;
gap: 20px;
}

.autoinfo-mega-menu-wrapper .submenu-list__wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-list {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-list__item {
display: flex;
justify-content: center;
width: 100%;
}

.autoinfo-mega-menu-wrapper .submenu-list__item-wrapper {
width: 100%;
max-width: 100%;
display: flex;
align-items: center;
}

.autoinfo-mega-menu-wrapper .header__button {
border: 1px solid rgba(255, 255, 255, 1);
}
}

@media screen and (max-width: 767.9px) {
.autoinfo-mega-menu-wrapper .header__search-wrapper {
width: 100%;
}

.autoinfo-mega-menu-wrapper .header__search {
width: 100%;
}
}

/* Hide preview icon buttons - scoped to plugin wrapper only */
.autoinfo-mega-menu-wrapper .preview button,
.autoinfo-mega-menu-wrapper .preview .icon-button,
.autoinfo-mega-menu-wrapper .preview .btn-icon,
.autoinfo-mega-menu-wrapper .preview [class*="button"],
.autoinfo-mega-menu-wrapper .preview [class*="icon"],
.autoinfo-mega-menu-wrapper .preview [class*="btn"],
.autoinfo-mega-menu-wrapper .preview a[class*="icon"],
.autoinfo-mega-menu-wrapper .preview a[class*="button"],
.autoinfo-mega-menu-wrapper .preview a[class*="btn"],
.autoinfo-mega-menu-wrapper .preview [role="button"] {
display: none !important;
}

/* Hide contact menu toggle button - scoped to plugin wrapper only */
.autoinfo-mega-menu-wrapper .contact-menu__toggle,
.autoinfo-mega-menu-wrapper .contact-menu__toggle *,
.autoinfo-mega-menu-wrapper [class*="contact-menu"] button,
.autoinfo-mega-menu-wrapper [class*="contact-menu"] .button,
.autoinfo-mega-menu-wrapper [class*="contact-menu"] [class*="btn"] {
display: none !important;
}

/* Hide shape images - scoped to plugin wrapper only */
.autoinfo-mega-menu-wrapper [class*="shape"][class*="one"],
.autoinfo-mega-menu-wrapper [class*="shape"][class*="1"],
.autoinfo-mega-menu-wrapper [id*="shape"][id*="one"],
.autoinfo-mega-menu-wrapper [id*="shape"][id*="1"],
.autoinfo-mega-menu-wrapper [class*="shape-one"],
.autoinfo-mega-menu-wrapper [id*="shape-one"],
.autoinfo-mega-menu-wrapper [class*="shape-1"],
.autoinfo-mega-menu-wrapper [id*="shape-1"],
.autoinfo-mega-menu-wrapper [class*="shape"][class*="two"],
.autoinfo-mega-menu-wrapper [class*="shape"][class*="2"],
.autoinfo-mega-menu-wrapper [id*="shape"][id*="two"],
.autoinfo-mega-menu-wrapper [id*="shape"][id*="2"],
.autoinfo-mega-menu-wrapper [class*="shape-two"],
.autoinfo-mega-menu-wrapper [id*="shape-two"],
.autoinfo-mega-menu-wrapper [class*="shape-2"],
.autoinfo-mega-menu-wrapper [id*="shape-2"],
.autoinfo-mega-menu-wrapper img[alt*="shape"][alt*="one"],
.autoinfo-mega-menu-wrapper img[alt*="shape"][alt*="1"],
.autoinfo-mega-menu-wrapper img[alt*="shape"][alt*="two"],
.autoinfo-mega-menu-wrapper img[alt*="shape"][alt*="2"],
.autoinfo-mega-menu-wrapper img[src*="shape"][src*="one"],
.autoinfo-mega-menu-wrapper img[src*="shape"][src*="1"],
.autoinfo-mega-menu-wrapper img[src*="shape"][src*="two"],
.autoinfo-mega-menu-wrapper img[src*="shape"][src*="2"] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}

/* Remove background images that might be shapes - scoped to plugin wrapper only */
.autoinfo-mega-menu-wrapper [class*="shape"][class*="one"],
.autoinfo-mega-menu-wrapper [class*="shape"][class*="1"],
.autoinfo-mega-menu-wrapper [class*="shape-one"],
.autoinfo-mega-menu-wrapper [class*="shape-1"],
.autoinfo-mega-menu-wrapper [class*="shape"][class*="two"],
.autoinfo-mega-menu-wrapper [class*="shape"][class*="2"],
.autoinfo-mega-menu-wrapper [class*="shape-two"],
.autoinfo-mega-menu-wrapper [class*="shape-2"] {
background-image: none !important;
}

/* Hide specific shape images by src - scoped to plugin wrapper only */
.autoinfo-mega-menu-wrapper img[src*="shape-1.png"],
.autoinfo-mega-menu-wrapper img[src*="shape-1"],
.autoinfo-mega-menu-wrapper img[src*="shape-2.png"],
.autoinfo-mega-menu-wrapper img[src*="shape-2"],
.autoinfo-mega-menu-wrapper img[src*="mega-menu-preview.jpg"] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
width: 0 !important;
height: 0 !important;
}

/* Hide preview section - scoped to plugin wrapper only */
.autoinfo-mega-menu-wrapper .preview {
display: none !important;
}

/* Remove shape images from elements - scoped to plugin wrapper only */
.autoinfo-mega-menu-wrapper [style*="shape-1"],
.autoinfo-mega-menu-wrapper [style*="shape-2"],
.autoinfo-mega-menu-wrapper [style*="shape-1.png"],
.autoinfo-mega-menu-wrapper [style*="shape-2.png"] {
background-image: none !important;
display: none !important;
}

/* Remove shape backgrounds - scoped to plugin wrapper only */
.autoinfo-mega-menu-wrapper [class*="shape"],
.autoinfo-mega-menu-wrapper [id*="shape"] {
background-image: none !important;
display: none !important;
}

.autoinfo-mega-menu-wrapper div[class*="shape"],
.autoinfo-mega-menu-wrapper section[class*="shape"],
.autoinfo-mega-menu-wrapper span[class*="shape"] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
width: 0 !important;
height: 0 !important;
overflow: hidden !important;
}

.autoinfo-mega-menu-wrapper .base-template,
.autoinfo-mega-menu-wrapper .base-template__wrapper,
.autoinfo-mega-menu-wrapper .base-template__content {
background-image: none !important;
background: transparent !important;
}

.autoinfo-mega-menu-wrapper .base-template::before,
.autoinfo-mega-menu-wrapper .base-template::after,
.autoinfo-mega-menu-wrapper .base-template__wrapper::before,
.autoinfo-mega-menu-wrapper .base-template__wrapper::after {
background-image: none !important;
background: none !important;
content: none !important;
display: none !important;
}

/* Re-apply necessary backgrounds for plugin elements */
.autoinfo-mega-menu-wrapper .header {
background-color: rgba(25, 27, 36, 1) !important;
background-image: none !important;
}

.autoinfo-mega-menu-wrapper .header__search {
background-color: rgba(255, 255, 255, 0.1) !important;
background-image: none !important;
}

.autoinfo-mega-menu-wrapper .submenu-content__list-item {
background-color: rgba(255, 255, 255, 0.05) !important;
background-image: none !important;
}

.autoinfo-mega-menu-wrapper .submenu-content__link-wrapper {
background-color: rgba(255, 255, 255, 0.05) !important;
background-image: none !important;
}

.autoinfo-mega-menu-wrapper .submenu-wrapper {
background-color: rgba(25, 27, 36, 1) !important;
background-image: none !important;
}

