.field--name-field-media-ezshare .filter-wrapper {
	display: none;
}

#paragraph-summary {
  position: absolute;
  background-color: #000;
  width: 400px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2000;
}

#paragraph-summary button {
  right: 0;
  position: fixed;
  margin: 10px;
  padding: 5px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #FFF;
  background: none;
  color: #FFF;
}

#paragraph-summary .content {
	position: sticky;
	width: 350px;
  top: 40%;
  padding: 15px;
	color: #FFF;
}

.grid-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

form .grid-form .form-wrapper + .form-wrapper {
  margin: 0;
}

/* form projects */
.views-exposed-form__item.views-exposed-form__item ~ .form-item {
  margin: 0.75rem 0.35rem 0 0;
}

/* blocks */
.paragraphs-browser-wrapper fieldset.paragraphs-browser-paragraph-type {
  margin-top: 20px;
  min-height: 280px;
}

.paragraphs-browser-wrapper img {
  max-width: 350px;
  width: 100%;
  height: 120px !important;
  object-fit: contain;
}

/* modal */
.ui-dialog .ui-dialog-titlebar-close {
  position: relative;
}

.ui-dialog .ui-dialog-titlebar-close::before {
  content: "\00D7";
  font-size: 40px;
  line-height: 24px;
  color: #FFF;
} 

/* table files */
table#edit-field-eer-files-current tbody{
  display: table-row-group;
}

table#edit-field-eer-files-current .td__action {
  display: flex;
  align-items: center;
}