In order to be consistent with AMC, the tabbed menu on the mobile homepage should have a border bottom.
The desired result can preferably be achieved with:
.minerva__tab-container {
box-shadow: inset 0px -1px 0px 0px rgba(200,204,209,1);
}or, as a fallback, with:
.minerva__tab-container {
border-bottom: 1px solid #C8CCD1;
}







