.wp-block-symbiotiskblocks-projects a {
  pointer-events: none; }
.wp-block-symbiotiskblocks-aktuelt a {
  pointer-events: none; }
.media-upload-item {
  padding: 10px;
  margin: 10px;
  text-align: center;
  border: 1px solid grey; }

.remove-slider-item .components-button {
  margin-bottom: 5px !important; }

.media-upload-item .image-wrapper {
  position: relative; }

.media-upload-item button.remove-image {
  top: 0;
  left: 0;
  opacity: .9; }
  .media-upload-item button.remove-image svg {
    fill: white; }

.container-slider {
  display: flex;
  /* or inline-flex */
  flex-direction: row; }

.item-slider {
  width: 50%;
  padding: 10px;
  text-align: left; }

.item-slider input {
  margin: 10px;
  margin-left: 0px; }

.item-slider .editor-url-input {
  text-align: left; }

.remove-slider-item .button {
  display: block; }

.media-upload-item button.remove-image {
  background-color: black;
  border: 1px red dashed;
  padding: 5px 5px 5px;
  position: absolute; }

.remove-image:focus {
  background-color: red !important; }
.article .image-wrapper {
  position: relative; }

.article button.remove-image {
  background-color: black;
  border: 1px red dashed;
  padding: 5px 5px 5px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9; }
  .article button.remove-image svg {
    fill: white; }

.remove-image:focus {
  background-color: red !important; }

.custom-art .remove-image {
  background-color: black;
  border: 1px red dashed;
  padding: 5px 5px 5px;
  position: absolute; }

.remove-image:focus {
  background-color: red !important; }

.img-custom {
  -o-object-fit: contain;
     object-fit: contain; }

.editor-styles-wrapper p {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.editor-styles-wrapper h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }
