.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-phone {
  color: #3155ff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.header-phone:hover {
  border-color: #3155ff;
}

@media (max-width: 1100px) {
  .site-header > nav {
    display: none;
  }

  .site-header > .mobile-nav {
    display: block;
  }
}

@media (max-width: 980px) {
  .site-header > .header-actions {
    display: none;
  }

  .site-header.contact-only-header > .header-actions {
    display: flex;
  }
}
