.ec-open-icecat-wrapper {
  margin: 2rem 0;
}

.ec-open-icecat-wrapper.is-empty {
  display: none;
}

.ec-open-icecat-header h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.ec-open-icecat {
  min-height: 120px;
}

.ec-open-icecat.is-empty {
  min-height: 0;
}

.ec-open-icecat-loading {
  padding: 1rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  color: #444;
  border-radius: 8px;
}
