/* Companion to the existing KoenigClimat tab; inherited mobile visibility. */
.aircon-link.friends-link {
  top: calc(clamp(186px, 34vh, 340px) + 186px);
  min-height: 112px;
  background: #ff7900;
  color: #192c33;
  box-shadow: 5px 8px 20px rgba(193, 85, 0, .24);
}
.aircon-link.friends-link:hover,
.aircon-link.friends-link:focus-visible {
  background: #ff942e;
  color: #192c33;
}
.friends-link:focus-visible,
.mobile-menu-friends:focus-visible { outline: 3px solid #192c33; outline-offset: 2px; }
.mobile-menu-panel .mobile-menu-friends {
  background: #ff7900;
  color: #192c33;
  border-color: #ff7900;
  align-items: center;
  min-height: 44px;
}
