.rubric-item-content {
  min-width: 200px;
  min-height: 100px;
}

.rubric-item-container {
  position: relative;
  margin: 0;
  padding: 10px;
  background-color: white;
}

.rubric-item-button {
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.rubric-item-button .block-editor-url-input__button > .components-button {
  background: var(--primary);
  border-radius: 0 10px 0 10px;
  color: white;
}

.rubric-item-button .block-editor-url-input__button > .components-button svg {
  display: none;
}

.rubric-item-button .block-editor-url-input__button > .components-button:before {
  content: '\f344';
  font-family: 'dashicons';
  font-size: 27px;
}

.rubric-item-container .block-list-appender {
  width: 50px;
}

.rubric-item-button .block-editor-block-list__block .block-editor-url-input input[type=text], .rubric-item-button .block-editor-url-input input[type=text], .rubric-item-button .components-popover .block-editor-url-input input[type=text] {
  width: 100%!important;
}
