.provider-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.provider-title-row h3 {
  margin: 0;
}

.provider-logo-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.provider-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.custom-provider-icon {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 900;
  font-size: 24px;
}

.provider-card-with-logo {
  min-height: 180px;
}
