/*!
 * Copyright Zendesk, Inc.
 *
 * Use of this source code is governed under the Apache License, Version 2.0
 * found at http://www.apache.org/licenses/LICENSE-2.0.
 */

.c-chrome--custom .c-chrome__nav__item:not(.c-chrome__nav__item--logo).is-current,.c-chrome--custom .c-chrome__nav__item:not(.c-chrome__nav__item--logo)[aria-current=true]{
  background-color:#eb4962;
}

.c-chrome--custom .c-chrome__body__header__item.is-focused{
  box-shadow:0 0 0 3px rgba(235, 73, 98, .4);
}

.c-chrome--custom .c-chrome__body__header__item--max.is-focused{
  box-shadow:inset 0 3px 0 0 rgba(235, 73, 98, .4),3px 0 0 0 rgba(235, 73, 98, .4),inset 0 -3px 0 0 rgba(235, 73, 98, .4),-3px 0 0 0 rgba(235, 73, 98, .4);
}
