/* PR-070 — opção 2: acesso discreto nos 16 cabeçalhos inventariados. */
.ep-global-inner a.eporto-representative-access,
.eporto-admin-site-header__menu a.eporto-representative-access {
  position: relative;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 154px;
  height: 43px;
  min-height: 43px;
  margin: 0;
  padding: 3px 9px 2px !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  box-sizing: border-box;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.ep-global-inner a.eporto-representative-access:hover,
.ep-global-inner a.eporto-representative-access:focus-visible,
.eporto-admin-site-header__menu a.eporto-representative-access:hover,
.eporto-admin-site-header__menu a.eporto-representative-access:focus-visible {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
}

.eporto-representative-access__label {
  display: block;
  color: #fff;
  font: inherit;
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: 1;
  text-transform: none;
}

.eporto-representative-access__lock {
  position: relative;
  display: block;
  width: 10px;
  height: 8px;
  flex: 0 0 8px;
  margin: 0 0 5px;
  border-radius: 2px;
  background: #d7b56f;
  color: #d7b56f;
  transform-origin: center;
  animation: eporto-representative-lock-beat .62s ease-out 1 both;
}

.eporto-representative-access__lock::before {
  position: absolute;
  left: 2px;
  bottom: 6px;
  width: 6px;
  height: 7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  content: "";
}

@keyframes eporto-representative-lock-beat {
  0%, 28% { transform: scale(1); }
  58% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

@media (hover: hover) and (pointer: fine) {
  .eporto-representative-access::after {
    position: absolute;
    z-index: 20;
    top: calc(100% + 7px);
    left: 50%;
    width: max-content;
    max-width: 240px;
    padding: 7px 10px;
    border: 1px solid rgba(215, 181, 111, .6);
    border-radius: 7px;
    background: #232d36;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .2);
    color: #fff;
    content: attr(data-eporto-tooltip);
    font: 600 11px/1.25 Arial, Helvetica, sans-serif;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    transform: translate(-50%, -3px);
    transition: opacity .16s ease, transform .16s ease;
    white-space: normal;
  }

  .eporto-representative-access:hover::after,
  .eporto-representative-access:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eporto-representative-access__lock {
    animation: none;
  }
}

@media (max-width: 760px) {
  .ep-global-inner a.eporto-representative-access,
  .eporto-admin-site-header__menu a.eporto-representative-access {
    min-width: 142px;
    height: 43px;
    min-height: 43px;
    padding-inline: 6px !important;
  }

  .eporto-representative-access__lock {
    margin-bottom: 4px;
  }
}
