.enterprise-case-detail-hero {
  height: 222px;
}

.enterprise-case-detail-hero p {
  font-family: var(--sans);
  font-size: 11px;
}

.enterprise-case-detail-body > section > ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.enterprise-case-detail-body > section > ul > li {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  background: var(--surface-muted);
  color: var(--ink-primary);
  font-size: 12px;
  line-height: 1.5;
}

.enterprise-case-detail-body > section > ul svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--brand-primary);
}

.enterprise-case-detail-body > section > ul span {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  color: inherit;
  font-family: var(--sans);
  font-size: inherit;
  font-weight: 400;
}

.enterprise-case-detail-actions {
  margin: 0 16px;
  padding: 4px 0 28px;
}

.enterprise-case-detail-actions > p {
  margin: 0 0 13px;
  color: var(--ink-secondary);
  font-size: 10px;
  line-height: 1.6;
}

.enterprise-case-detail-actions > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.enterprise-case-detail-actions button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--brand-primary);
  border-radius: 6px;
  background: var(--brand-primary);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.enterprise-case-detail-actions button + button {
  background: #fff;
  color: var(--brand-primary);
}

.enterprise-case-detail-actions button svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 359px) {
  .enterprise-case-detail-hero {
    height: 206px;
  }
}
