.card-content-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: 50%;
  padding: 60px 35px;
}
.wp-block-responsive-block-editor-addons-card-item {
  box-shadow: 0 5px 5px 0 rgba(18, 63, 82, 0.035),
    0 0 0 1px rgba(176, 181, 193, 0.2);
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;

  form.blocks-button__inline-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.responsive-block-editor-addons-card-button-inner {
  display: inline-flex;
  cursor: pointer;
  opacity: 1;
  // background: #2091e1;
  padding: 8px 26px;
  line-height: 1.5;
  align-items: center;
  font-size: 1em;
  position: relative;
  justify-content: center;
  align-items: center;

  &:hover {
    box-shadow: inset 0 0 200px rgba(255, 255, 255, 0.15);
    color: #fff;
  }
}
.wp-block-responsive-block-editor-addons-card-item
  .block-editor-url-input
  input[type="text"],
.ab-block-pricing-table-inside
  .block-editor-block-list__block
  .block-editor-url-input
  input[type="text"] {
  width: 100%;
  border: 1px solid #0066cc;
}

.responsive-block-editor-addons-card-avatar {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0;
  height: 200px;
  width: 100%;
  padding: 0;

  .responsive-block-editor-addons-card-avatar-img {
    object-fit: cover;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    svg {
      width: 40%;
      height: 40%;
      fill: #ddd;
    }
  }
}
