.pak-header-reach {
  gap: 12px;
}

.pak-header-reach__icon {
  position: relative;
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  color: #096eb9;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, .95), transparent 34%),
    linear-gradient(145deg, #eff8ff, #dcefff);
  border-color: #cfe5f7;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .5), 0 7px 18px rgba(8, 91, 157, .1);
}

.pak-header-reach__icon svg {
  width: 21px;
  height: 21px;
}

.pak-header-reach__icon .pak-header-reach__orbit {
  opacity: .72;
}

.pak-header-reach__icon .pak-header-reach__hub {
  fill: #ff7410;
  filter: drop-shadow(0 1px 2px rgba(242, 93, 7, .28));
}

.pak-header-reach__copy b {
  color: #0873be;
  font-size: 10.5px;
  letter-spacing: .12em;
}

.pak-header-reach__copy > span {
  color: #0b2345;
  font-size: 13px;
  font-weight: 850;
}

.pak-header-reach[dir="rtl"] {
  direction: rtl;
}

@media (max-width: 1120px) {
  .pak-header-reach__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .pak-header-reach__copy > span {
    max-width: 205px;
    overflow: hidden;
    font-size: 11.5px;
    text-overflow: ellipsis;
  }
}
