.cew-single-project {
  display: block;
  border: 1px solid #000;
  text-decoration: none !important;
}
.cew-single-project img {
  display: block;
}
.cew-single-project-id-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
  color: #000;
  border-top: 6px;
  border-top-style: solid;
}
.cew-single-project-type-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 20px;
}
.cew-single-project-id-container p,
.cew-single-project-type-container p {
  margin: 0;
  color: #000;
}
.cew-single-project-type-content {
  flex: 1;
}
.cew-single-project-icon {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: bold;
}
.cew-single-project-icon span {
  background-color: #000000;
  font-family: 'Avenir', Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-60632d80);
  border-radius: 0px 0px 0px 0px;
  padding: 13px 26px 13px 26px;
  color: #fff;
}
.cew-single-project-icon span:hover {
  background: #000;
  color: #fff;
}
.cew-single-project-heading,
.cew-single-project-type-heading,
.cew-single-project-type {
  font-family: 'Avenir', Sans-serif;
}
.cew-single-project-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.1em;
}
.cew-single-project-id {
  font-family: 'News Gothic Std', Sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
}
.cew-single-project-type-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
