@media only screen and (max-width: 390px){
  /** Custom mobile header adjustment **/
  #mobile-header li.mobile-login a {
    padding-right: var(--padding-2) !important;
  }
}

.glossary-definition .pronunciation-section{
	display: none !important;
}
@media only screen and (device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) { 
	#mobile-header .menu-bar-items {
		margin-right: var(--padding-1) !important;
	}
	#mobile-header button.menu-toggle {
		padding-left: var(--padding-1) !important;
		padding-right: var(--padding-1) !important;
	}
}

@media only screen and (max-width: 400px){
  /** Custom mobile header adjustment **/
	.cookie-content p{
		font-size: 75% !important;
	}
}

@media screen and (max-width: 480px) {
    .mobile-login a {
        padding-right: var(--padding-2) !important;
    }
}
@media screen and (max-width: 400px) {
    .mobile-login {
        display: none;
    }
}