.cc-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #16324f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.cc-brand:hover {
  text-decoration: none;
}

.cc-brand__symbol {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
}

.cc-brand__name {
  display: block;
}

@media (max-width: 700px) {
  .cc-brand {
    gap: 0.55rem;
  }

  .cc-brand__symbol {
    width: 2.15rem;
    height: 2.15rem;
  }
}
