/* Gold focus box the boys can see from the couch. */
.pad-focus,
.pad-focus:focus {
  outline: 4px solid #ffe566 !important;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #1a120b, 0 0 0 8px #ffe566 !important;
  position: relative;
  z-index: 3;
}
a.pad-focus, button.pad-focus, .store-tab.pad-focus, .lifestyle-tile.pad-focus {
  transform: translateY(-2px);
}
