.ee-streamfield .c-sf-block {
  border-style: solid;
  border-right: 0;
  border-bottom: 0;
  border-width: 5px;
  border-color: #777;
}

.ee-streamfield .c-sf-block:hover,
.ee-streamfield .c-sf-block:focus-within {
  border-color: #444;
  box-shadow: -5px -5px 5px -2px rgb(0 0 0 / 20%);
}

.ee-streamfield .c-sf-block__content-inner {
  padding-right: 0;
  padding-bottom: 0;
}

.ee-streamfield .c-sf-container {
  padding-bottom: 0;
}

.ee-streamfield .c-sf-add-button {
  width: unset;
}

.ee-richtext .Draftail-Editor {
  border-top: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}

.ee-richtext .Draftail-Editor:focus-within {
  border-color: rgb(0, 176, 177);
}

.ee-richtext .Draftail-Toolbar {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 0 5px;
}

.ee-streamfield .input input,
.ee-streamfield .input select {
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: white;
}
