.brand-analysis {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
}

.brand-analysis strong,
.brand-analysis small {
  display: block;
}

.brand-analysis small {
  margin-top: 4px;
  color: var(--studio-muted);
  font-size: 10px;
  line-height: 1.45;
}

.brand-analysis.is-working {
  border-color: #bdcbd2;
  background: #edf3f5;
}

.reanalyze {
  white-space: nowrap;
}

@media (max-width: 820px) {
  .brand-analysis {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .brand-analysis .reanalyze {
    grid-column: 2;
    justify-self: start;
  }
}
