.t-submit {
margin: auto;
}
   
.t-input {
text-align: center; 
}
    
/* Remove border or shadow from the submenu */
.t-menusub__menu {
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Remove any separator lines between submenu items */
.t-menusub__list-item {
    border-bottom: none !important;
}

/* Ensure no extra spacing is causing a visible gap */
.t-menusub {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* If there's an invisible ::after element adding the line, hide it */
.t-menusub__menu::after,
.t-menusub__list-item::after {
    display: none !important;
    content: "" !important;
}

/* Move submenu items slightly to the right (indent effect) */
.t-menusub__list-item {
    padding-left: 15px !important; /* Adjust this value for more or less indentation */
}

/* Ensure submenu links inherit the correct alignment */
.t-menusub__link-item {
    padding-left: 15px !important; /* Align text properly */
}