.bellstore-header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: rgba(0, 88, 230, 0.08);
  color: #0058e6;
  text-decoration: none;
  flex-shrink: 0;
  box-sizing: border-box;
}

.bellstore-header-call:hover {
  background: rgba(0, 88, 230, 0.12);
}

.bellstore-header-call__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.bellstore-header-call__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.bellstore-header-call__text {
  display: none;
}

@media (min-width: 1024px) {
  .bellstore-header-call {
    width: 42px;
    height: 42px;
  }
}
