/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
:root {
  --plugin-medien-primary: #618f05;
  --plugin-medien-secondary: #57790d;
  --plugin-medien-tertiary: #90b050;
}

.wp-block-create-block-datafetcher {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.wp-container-core-post-content-is-layout-1 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1248px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.card-style {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.com-row {
  border-color: var(--plugin-medien-primary);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding: 1em 0.5em;
}

.com-row:hover {
  box-shadow: 0 0 10px rgba(97, 143, 5, 0.5);
}

.import-sections-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1em;
}

.import-section {
  flex: 1;
  padding: 0.7em 2em 1em;
  min-width: 255px;
  max-width: 520px;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  box-sizing: border-box;
}

.upload-form-style {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
}

.full-width-image {
  width: 100%;
  height: auto;
}

.detail-image-container {
  display: flex;
  justify-content: center;
}

.detail-image {
  width: 50%;
  overflow: hidden;
}

.heading-shadow {
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 0.5em;
  box-shadow: 3px 3px 5px grey;
}

.wp-element-button {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1em;
  row-gap: 1em;
  grid-auto-rows: max-content;
}

.catalog-cover-img {
  width: 10rem;
  height: auto;
  margin: auto;
  border-radius: 10px;
}

@media (max-width: 1354px) {
  .catalog-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1241px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 834px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 660px) {
  .catalog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .category-buttons {
    flex-wrap: nowrap;
  }
  .subcategory-buttons {
    flex-wrap: nowrap;
  }
  .catalog-shortref-image {
    height: 100%;
  }
}
@media (max-width: 560px) {
  .catalog-shortref-image {
    width: 100%;
  }
  form.filter-indicator > .filter-button {
    margin: 0.5em 0;
    /*display: flex;*/
    width: 100%;
    text-align: justify;
    /*align-items: baseline;*/
    /*justify-content: flex-start;*/
  }
  .category-buttons, .subcategory-button {
    flex-wrap: wrap;
    margin-inline-start: 0;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
  }
  .filter-action {
    display: flex;
    flex-grow: 1;
  }
}
.catalog-shortref-image {
  width: 100%;
}

.catalog-item {
  border: 1px solid var(--plugin-medien-primary);
  border-radius: 10px;
  padding: 0.5em;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-self: stretch;
}

.catalog-book-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.catalog-image-container {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 250px;
}

.catalog-block-image {
  display: flex;
  justify-content: center;
  margin: 0.5rem;
}

.catalog-book-detail-wrapper p {
  font-size: 0.8em;
}

.catalog-book-edition-wrapper {
  display: flex;
}

.catalog-book-info-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.catalog-title {
  overflow: hidden;
  text-align: center;
}

#catalog-author-list {
  margin-block-end: 0;
}

.additional-filters {
  border: 1px solid;
  border-radius: 10px;
}

.filter-container {
  padding: 0.5em;
}

.filter-button .active, .filter-indicator .active {
  background-color: var(--plugin-medien-secondary);
}

.filter-button {
  margin: 0.5em;
  /*background-color: var(--plugin-medien-tertiary);*/
}

.filter-submit-button {
  display: flex;
  justify-content: flex-end;
}

.category-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: 0;
}

.subcategory-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: 0;
}

#category-filter-label, #subcategory-filter-label {
  font-style: italic;
  font-size: 0.8em;
}

.filter-button.active {
  background-color: var(--plugin-medien-primary);
  color: white;
}

#category-filter-buttons button.active, #subcategory-filter-buttons button.active {
  background-color: var(--plugin-medien-primary);
  color: white;
}

#category-filter-label, #subcategory-filter-label {
  font-weight: bold;
}

#category-filter-buttons, #subcategory-filter-buttons {
  display: none;
}

.test {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
