.reference-item {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: white;
  color: black;
  gap: 10px;
}

.reference-item [data-type="core/list-item"] {
  text-align: left;
}

.reference-item .block-editor-block-list__block {
  width: 100%;
}

.reference-item .title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.reference-item .description {
  font-size: 0.8rem;
  font-weight: normal;
}

.reference-item .image-container {
  height: 80px;
  background: white;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.reference-item .image-container img {
  object-fit: contain;
  width: 100%!important;
  height: 100%!important;
}

.reference-item .flex-1 {
  flex: 1;
}

.reference-item .block-editor-block-list__layout {
  padding-bottom: 40px;
}
