.card-item-content {
  width: 100%;
  min-height: 50px;
  font-size:12px;
}

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

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

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

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

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


.card-item-container .block-list-appender {
  width: 40px;
  right: auto;
  left: 0;
  bottom: 0;
}

.card-item-content .block-editor-block-list__layout {
  padding-bottom: 10px;
}

.card-item-container .block-editor-button-block-appender.components-button.components-button {
  padding: 0;
}

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