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

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

.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;
}

.card-item-container .number {
  background: var(--primary);
  display: flex;
  padding: 12px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
  margin: 0;
}
