/* Shared presentation for the approved Asertywny Mindset mark (2026-07-22). */
.am-brand-lockup {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
  gap: 0.65rem;
}

.am-brand-symbol {
  display: block;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  object-fit: cover;
  background: #020202;
}

.am-brand-lockup--intro {
  margin-bottom: 1.5rem;
  color: inherit;
  font-family: "Spectral", serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 420px) {
  .am-brand-lockup { gap: 0.5rem; }
  .am-brand-symbol { width: 1.875rem; height: 1.875rem; flex-basis: 1.875rem; }
}
