/* Map design variables (generated) */
:root {
  --lrr-text-color: #3f3f3f;
  --lrr-description-color: #3f3f3f;
  --lrr-item-border-color: rgba(0,0,0,0.08);
  --lrr-item-background-color: #fff;
  --lrr-page-background-color: #ffffff;
  --lrr-header-color: #0E7490;
  --heading-color: #212121;
  --text-color: #3f3f3f;
  --button-background-color: #0E7490;
  --button-text-color: #ffffff;
  --button-background-color-hover: #0E7490;
  --button-text-color-hover: #ffffff;
  --lrr-drawer-overlay: rgba(0, 0, 0, 0.2);
}

/* Per-component styles (generated from item.design) */
.lrr-component-map-filter-1154 .component-wrapper {
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 0px 0px;
  background: #ffffff;
}

@media (min-width: 768px) {
  .lrr-component-map-filter-1154 .component-wrapper {
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 0px 0px;
  background: #ffffff;
  }
}

@media (min-width: 1024px) {
  .lrr-component-map-filter-1154 .component-wrapper {
  padding: 10px 20px 10px 20px;
  border-radius: 0px 0px 0px 0px;
  background: #ffffff;
  }
}
.lrr-component-map-listings-grid-2981 .component-wrapper {
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 0px 0px;
  background: #ffffff;
}

@media (min-width: 768px) {
  .lrr-component-map-listings-grid-2981 .component-wrapper {
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 0px 0px;
  background: #ffffff;
  }
}

@media (min-width: 1024px) {
  .lrr-component-map-listings-grid-2981 .component-wrapper {
  padding: 20px 20px 20px 20px;
  border-radius: 0px 0px 0px 0px;
  background: #ffffff;
  }
}

/* Flex layout (generated) */
.lrr-map-page {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 0;
  overflow: scroll;
}

.lrr-component-map-filter-1154 {
display: flex;
flex-direction: column;
min-width: 100%;
min-height: 0;
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
align-self: stretch;
position: relative;
}

.lrr-component-map-listings-grid-2981 {
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
align-self: stretch;
position: relative;
}

@media (min-width: 768px) {
  .lrr-map-page {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 0;
  overflow: scroll;
  }
}

@media (min-width: 768px) {
  .lrr-component-map-filter-1154 {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  min-height: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  position: relative;
  }
}

@media (min-width: 768px) {
  .lrr-component-map-listings-grid-2981 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  position: relative;
  }
}

@media (min-width: 1024px) {
  .lrr-map-page {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 0;
  overflow: scroll;
  }
}

@media (min-width: 1024px) {
  .lrr-component-map-filter-1154 {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  min-height: 8%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  position: relative;
  }
}

@media (min-width: 1024px) {
  .lrr-component-map-listings-grid-2981 {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  position: relative;
  }
}

/* Portal styles */
/* Portal Styles organisation */
.lrr-organisation-drawer {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px 0px 0px 0px !important;
  padding: 10px 10px 10px 10px !important;
  margin: 0 !important;
  background-color: var(--lrr-page-background-color, var(--background-color, #fff));
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lrr-organisation-drawer {
    width: 40% !important;
    height: 100% !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 10px 10px 10px 10px !important;
    margin: auto !important;
  }
}

@media (min-width: 1024px) {
  .lrr-organisation-drawer {
    width: 33% !important;
    height: 80% !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    margin: auto !important;
  }
}

/* Portal Styles school */
.lrr-school-drawer {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0 !important;
  background-color: var(--lrr-page-background-color, var(--background-color, #fff));
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lrr-school-drawer {
    width: 40% !important;
    height: 80% !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 0px 0px 0px 0px !important;
    margin: auto !important;
  }
}

@media (min-width: 1024px) {
  .lrr-school-drawer {
    width: 32% !important;
    height: 75% !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 0px 0px 0px 0px !important;
    margin: auto !important;
  }
}

.lrr-school-drawer .lrr-listing-cover {
  aspect-ratio: 16/9;
}

/* Portal Styles offer */
.lrr-offer-drawer {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0 !important;
  background-color: var(--lrr-page-background-color, var(--background-color, #fff));
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lrr-offer-drawer {
    width: 40% !important;
    height: 80% !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 0px 0px 0px 0px !important;
    margin: auto !important;
  }
}

@media (min-width: 1024px) {
  .lrr-offer-drawer {
    width: 32% !important;
    height: 75% !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 0px 0px 0px 0px !important;
    margin: auto !important;
  }
}

/* Portal Styles event */
.lrr-event-drawer {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0 !important;
  background-color: var(--lrr-page-background-color, var(--background-color, #fff));
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lrr-event-drawer {
    width: 40% !important;
    height: 80% !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 0px 0px 0px 0px !important;
    margin: auto !important;
  }
}

@media (min-width: 1024px) {
  .lrr-event-drawer {
    width: 32% !important;
    height: 75% !important;
    border-radius: 12px 12px 12px 12px !important;
    padding: 0px 0px 0px 0px !important;
    margin: auto !important;
  }
}

/* Portal Content Styles */

.lrr-drawer .bookmark-button {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lrr-drawer .close-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lrr-drawer {
  position: relative;
}

.lrr-drawer .bookmark-button svg,
.lrr-drawer .close-button svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--heading-color);
}

.lrr-drawer .bookmark-button:hover,
.lrr-drawer .close-button:hover {
  background-color: rgba(255, 255, 255, 0.375);
}

.lrr-listing-container {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0.375rem;
  min-height: 2rem;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}

.lrr-listing-cover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  aspect-ratio: 16/8;
  background-color: color-mix(in srgb, var(--button-background-color) 20%, transparent);
}

.lrr-listing-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .lrr-listing-cover {
    aspect-ratio: 16/9;
  }
}

.lrr-listing-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 10px;
}

.lrr-listing-header2 svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--text-color);
}

.lrr-listing-title h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
}

.lrr-listing-title .lrr-listing-logo {
  width: 100%;
  min-width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.125rem;
}

.lrr-listing-title .lrr-listing-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lrr-content-tags ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  line-height: 1.1em;
  margin-block-start: 0;
  margin-block-end: 0;
}

.lrr-content-tags ul li {
  list-style: none;
  background-color: var(--tags-background-color, var(--button-background-color));
  color: var(--tags-text-color, var(--button-text-color));
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  margin-block-start: 0;
  margin-block-end: 0;
}

.lrr-content-events ul li button {
  list-style: none;
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  margin: 0.75rem 1rem;
  border: none;
  cursor: pointer;
}

.lrr-content-events ul li button:hover {
  background-color: var(--button-background-color-hover);
  color: var(--button-text-color-hover);
}

.lrr-content-events .no-events {
  text-align: center;
  margin: 0.75rem 0rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(--text-color);
  padding: 0.75rem;
  border-radius: 0.25rem;
  border: 1.5px dashed #c2c2c2;
}

/* Viewer base styles (nur für enthaltene Komponenten) */
/* Viewer-Basis: Hilfsklassen und gemeinsame Viewer-Styles (für generiertes Map-CSS) */

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.component-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
}

.component-wrapper--content {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.lrr-heading {
  color: var(--heading-color);
  font-weight: 600;
}

.lrr-map-grid {
  display: grid;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

/* Grid-Zellen: nur Positionierung, Scroll läuft im .component-wrapper */
.lrr-map-grid > * {
  min-height: 0;
  min-width: 0;
  position: relative;
}

@keyframes listingsPulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/* Bookmarks-Panel: zuerst nur Toggle-Button, beim Öffnen Liste */
.lrr-bookmarks-panel {
  position: absolute;
  z-index: 10;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .lrr-bookmarks-panel {
    padding: 1rem;
  }
}

/* Position-Klassen für Bookmarks-Panel (Viewer) */
.lrr-bookmarks-panel.lrr-bookmarks-top-left {
  top: 0;
  left: 0;
  align-items: flex-start;
}

.lrr-bookmarks-panel.lrr-bookmarks-top-right {
  top: 0;
  right: 0;
}

.lrr-bookmarks-panel.lrr-bookmarks-bottom-left {
  bottom: 0;
  left: 0;
  align-items: flex-start;
  flex-direction: column-reverse;
}

.lrr-bookmarks-panel.lrr-bookmarks-bottom-right {
  bottom: 0;
  right: 0;
  flex-direction: column-reverse;
}

.lrr-bookmarks-toggle {
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: var(--background-main, #fff);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--heading-color, #111);
}

.lrr-bookmarks-toggle:hover {
  background: rgba(0, 0, 0, 0.04);
}

.lrr-bookmarks-toggle-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.lrr-bookmarks-toggle-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lrr-bookmarks-toggle-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.lrr-bookmarks-toggle-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 4px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #fff;
  background: #0e7490;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lrr-bookmarks-panel-open .lrr-bookmarks {
  margin-top: 0.5rem;
  width: 280px;
  max-height: 40vh;
  background: var(--background-main, #fff);
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.lrr-bookmarks-bottom-left .lrr-bookmarks ,
.lrr-bookmarks-bottom-right .lrr-bookmarks {
  margin-bottom: 0.5rem;
}

.lrr-bookmarks-panel .lrr-bookmarks {
  flex: 0 1 auto;
  min-height: 0;
}

/* Bookmarks-Komponente */
.lrr-bookmarks {
  display: flex;
  flex-direction: column;
}

.lrr-bookmarks-header {
  margin: 0;
  padding: 0.75rem 1rem 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lrr-bookmarks-header h4 {
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
  margin: 0;
  padding: 0.25rem 0;
}

.lrr-bookmarks-empty {
  padding: 1rem;
  font-size: 0.9rem;
}

.lrr-bookmarks-empty .lrr-bookmarks-heading {
  border-bottom: none;
  padding-bottom: 0.25rem;
}

.lrr-bookmarks-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.bookmark-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.lrr-bookmarks-item-clickable {
  cursor: pointer;
}

.bookmark-list-item .bookmark-item-logo {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.125rem;
  border-radius: 0.25rem;
}

.bookmark-list-item .bookmark-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bookmark-list-item .bookmark-item-body {
  flex: 1;
  min-width: 0;
}

.bookmark-list-item .bookmark-item-body h6 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--heading-color);
}

.bookmark-list-item button svg {
  width: .875rem;
  height: .875rem;
}

.lrr-bookmarks-remove {
  flex-shrink: 0;
  padding: 0.25rem;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.lrr-bookmarks-remove:hover {
  opacity: 1;
}

.lrr-bookmarks-save-button {
  padding: 0.25rem 0.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-background-color);
  color: var(--button-text-color);
}

.lrr-bookmarks-save-button:hover {
  opacity: 0.9;
  background-color: var(--button-background-color-hover);
  color: var(--button-text-color-hover);
}

/* Bookmarks-Wrapper (Builder-Platzhalter + Viewer): Positionierung */
.lrr-bookmarks-wrapper {
  position: absolute;
  z-index: 11;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .lrr-bookmarks-wrapper {
    padding: 1rem;
  }
}

.lrr-bookmarks-top-left {
  top: 0;
  left: 0;
  align-items: flex-start;
}

.lrr-bookmarks-top-right {
  top: 0;
  right: 0;
}

.lrr-bookmarks-bottom-left {
  bottom: 0;
  left: 0;
  align-items: flex-start;
}

.lrr-bookmarks-bottom-right {
  bottom: 0;
  right: 0;
}

/* Builder: Lesezeichen-Platzhalter (nur Icon) */
.lrr-bookmarks-placeholder {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--background-main, #fff);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color, #111);
  pointer-events: none;
  opacity: 0.9;
}

.lrr-bookmarks-placeholder-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* Attribution-Wrapper: nur Positionierung */
.lrr-attribution-wrapper {
  position: absolute;
  z-index: 10;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .lrr-attribution-wrapper {
    padding: 1rem;
  }
}

.lrr-attribution-bottom-left {
  bottom: 0;
  left: 0;
}

.lrr-attribution-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lrr-attribution-bottom-right {
  bottom: 0;
  right: 0;
}

/* Attribution-Inhalt (Fallback-Styles) */
.lrr-attribution {
  font-size: 0.75rem;
  line-height: 1.3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.375rem 0.75rem;
  border-radius: 1rem;
  background-color: var(--button-background-color, #0e7490);
  color: var(--button-text-color, #fff);
}

.lrr-attribution:hover {
  background-color: var(--button-background-color-hover, #0e7490);
  color: var(--button-text-color-hover, #fff);
}

.lrr-attribution-link {
  color: var(--button-text-color, #fff);
  text-decoration: none;
}

.lrr-attribution-link:hover {
  text-decoration: none;
  color: var(--button-text-color-hover, #fff);
}

/* Loading-State für Einträge */
.grid-wrapper {
    width: 100%;
    height: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: scroll;
    text-wrap: wrap;
  }

.grid {
    display: grid;
}

.grid-item {
    cursor: pointer;
}

.preview-grid .item-logo,
.grid .item-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.grid .item-logo:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.preview-grid .item-logo img,
.grid .item-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preview-grid {
    display: grid;
    width: 100%;
}

.listings-loading-grid-placeholder {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 0.5rem;
    min-height: 140px;
    width: 100%;
    max-width: 100%;
}

.listing-loading-grid-item {
    aspect-ratio: 1;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.12);
    animation: listingsPulse 1.5s ease-in-out infinite;
}

.listings-loading-placeholder-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 0.5rem;
    min-height: 140px;
    width: 100%;
    max-width: 100%;
}
.listings-loading-grid-item {
    aspect-ratio: 1;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.12);
    animation: listingsPulse 1.5s ease-in-out infinite;
}
.listings-loading-placeholder--dark .listings-loading-grid-item {
    background-color: rgba(255, 255, 255, 0.12);
}
.listings-loading-placeholder-grid .listings-loading-grid-item:nth-child(1) { animation-delay: 0s; }
.listings-loading-placeholder-grid .listings-loading-grid-item:nth-child(2) { animation-delay: 0.1s; }
.listings-loading-placeholder-grid .listings-loading-grid-item:nth-child(3) { animation-delay: 0.2s; }
.listings-loading-placeholder-grid .listings-loading-grid-item:nth-child(4) { animation-delay: 0.3s; }
.listings-loading-placeholder-grid .listings-loading-grid-item:nth-child(5) { animation-delay: 0.4s; }
.listings-loading-placeholder-grid .listings-loading-grid-item:nth-child(6) { animation-delay: 0.5s; }
.listings-loading-placeholder-grid .listings-loading-grid-item:nth-child(7) { animation-delay: 0.6s; }
.listings-loading-placeholder-grid .listings-loading-grid-item:nth-child(8) { animation-delay: 0.7s; }

/* Filter – Viewer-Styles (für generiertes Map-CSS) */

.filter-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  position: relative;
  gap: 1rem;
}
.filter-list-sidebar {
  width: 100%;
  justify-content: between;
}
.filter-list-button {
  width: 100%;
  justify-content: center;
}
.filter-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.filter-list-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filter-list-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.filter-list-item-header svg {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  color: var(--heading-color);
}
.filter-list-button-wrapper {
  width: 100%;
  display: flex;
}
.filter-list-button-wrapper button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.filter-button-host {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.filter-drawer-overlay-portal {
  position: absolute;
  inset: 0;
  z-index: 10050;
}
.filter-drawer-panel-portal {
  position: absolute;
  z-index: 10051;
  background: var(--lrr-page-background-color, #fff);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.12),
    0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
[data-theme='dark'] .filter-drawer-panel-portal {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.28);
}
.filter-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
[data-theme='dark'] .filter-drawer-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.filter-drawer-header h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--heading-color);
}
.filter-drawer-close {
  border: none;
  background: none;
  cursor: pointer;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-drawer-content {
  padding: 0.75rem;
  overflow: auto;
  min-height: 0;
}

.filter-item--layer {
  border-radius: 0.375rem;
  padding: 0.375rem 0.5rem;
  width: 100%;
  cursor: pointer;
  background-color: var(--button-background-color, #0E7490);
  color: var(--button-text-color, #fff);
}
.filter-item--layer:hover {
  background-color: var(--button-background-color-hover, #0E7490) !important;
  color: var(--button-text-color-hover, #fff);
}
.filter-item--layer .filter-item--layer-label {
  color: var(--button-text-color, #fff);
  font-weight: 400;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-item--layer-unchecked {
  opacity: 0.7;
}
.filter-item--layer input[type="checkbox"] {
  display: none;
}

@keyframes filterPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.filter-loading-item .filter-loading-placeholder {
  width: 100%;
  height: 0.85rem;
  border-radius: 0.5rem;
  background-color: rgba(128, 128, 128, 0.25);
  animation: filterPulse 1.6s ease-in-out infinite;
}
.filter-loading-item .filter-loading-icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 9999px;
  background-color: rgba(128, 128, 128, 0.18);
  animation: filterPulse 1.6s ease-in-out infinite;
}
.filter-loading-item .filter-list-item-header {
  gap: 0.75rem;
}

.filter-toolbar--loading .filter-toolbar-trigger--skeleton {
  border-color: rgba(128, 128, 128, 0.35);
  background: transparent;
}
.filter-toolbar--loading .filter-toolbar-trigger--skeleton .filter-loading-placeholder {
  width: 6.5rem;
  height: 0.85rem;
}
.filter-toolbar--loading .filter-toolbar-trigger--skeleton .filter-loading-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.portal-filters-section {
  display: flex;
  flex-direction: column;
}
.portal-filters-section-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  color: var(--heading-color);
}
.portal-filters-section-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0;
  margin-bottom: 0.75rem;
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--heading-color);
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.portal-filters-section-header:hover {
  opacity: 0.85;
}
.portal-filters-section-header-title {
  flex: 1 1 auto;
  min-width: 0;
}
.portal-filters-section-chevron {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: var(--heading-color);
}

.portal-filters-section-collapsible {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-out;
}
.portal-filters-section-collapsible:not(.is-expanded) {
  pointer-events: none;
}
.portal-filters-section-collapsible.is-expanded {
  grid-template-rows: 1fr;
}
.portal-filters-section-collapsible-inner {
  min-height: 0;
  overflow: hidden;
}

.portal-filters-section-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.portal-filters-footer {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.portal-filters-button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  background-color: var(--color-blue);
  color: white;
  transition: background-color 0.2s;
}
.portal-filters-button:hover {
  background-color: var(--color-darkblue);
}
.filters-count-badge {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  transform: translate(50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-list-section h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  color: var(--heading-color);
}

.filter-list-section-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0;
  margin-bottom: 0.75rem;
  border: none;
  background: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--heading-color);
  cursor: pointer;
  user-select: none;
  text-align: left;
}
.filter-list-section-header:hover {
  opacity: 0.85;
}
.filter-list-section-header-title {
  flex: 1 1 auto;
  min-width: 0;
}
.filter-list-section-chevron {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: var(--heading-color);
}

.filter-list-section-collapsible {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-out;
}
.filter-list-section-collapsible:not(.is-expanded) {
  pointer-events: none;
}
.filter-list-section-collapsible.is-expanded {
  grid-template-rows: 1fr;
}
.filter-list-section-collapsible-inner {
  min-height: 0;
  overflow: hidden;
}

.filter-list-section-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.2s;
}

.filter-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.filter-item-checkbox-container {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.filter-item-checkbox-container input[type='checkbox'] {
  margin-right: 0.75rem;
  width: 1rem;
  height: 1rem;
  accent-color: var(--button-background-color);
  cursor: pointer;
}

.filter-item-checkbox-container span.filter-item-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.filter-item span.filter-count {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  white-space: nowrap;
  flex: 0 0 auto;
}

/* Liste / Toolbar */
.filter-list-toolbar-wrap.filter-wrapper {
  overflow-x: visible;
  overflow-y: visible;
}
.filter-toolbar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 0;
}
.filter-toolbar-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scrollbar-width: thin;
}
.filter-toolbar-slot {
  flex-shrink: 0;
}
.filter-toolbar-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  border: 1px solid var(--heading-color);
  background: transparent;
  color: var(--heading-color);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  max-width: min(280px, 100%);
}
.filter-toolbar-trigger:hover,
.filter-toolbar-trigger.is-open {
  opacity: 0.92;
}
.filter-toolbar-trigger-count {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.85;
  margin-left: 0.125rem;
}
.filter-toolbar-trigger-chevron {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  opacity: 0.8;
}
.filter-toolbar-dropdown-panel {
  padding: 0.75rem;
  max-height: min(360px, 70vh);
  overflow-y: auto;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.12),
    0 4px 10px rgba(0, 0, 0, 0.06);
  background: var(--background-color, #fff);
}
[data-theme='dark'] .filter-toolbar-dropdown-panel {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.28);
}
.filter-toolbar-section-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filter-empty-placeholder {
  padding: 0.75rem;
  border-radius: 0.375rem;
  border: 1px dashed rgba(128, 128, 128, 0.45);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--text-color);
  opacity: 0.9;
}
.filter-empty-placeholder p {
  margin: 0;
}

.filters-count-badge--inline {
  position: absolute;
  top: 0.25rem;
  right: 0.35rem;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.25rem;
  border-radius: 9999px;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-background-color, #0e7490);
  color: var(--button-text-color, #fff);
}

/* Listing Drawer / Popup – Viewer-Styles (für generiertes Map-CSS) */

h1, h2, h3, h4, h5, h6 {
  margin-block-end: 0;
  margin-block-start: 0;
  font-weight: 600;
  color: var(--heading-color);
}

h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p, span {
  color: var(--text-color);
  font-size: 1rem;
}

.item-logo {
  object-fit: contain;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-logo svg {
  width: 2rem;
  height: 2rem;
}
.item-cover,
.item-logo-cover {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: var(--color-blue-10);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.item-cover svg,
.item-logo-cover svg {
  width: 1.5rem;
  height: 1.5rem;
}
.item-cover img,
.item-logo-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-cover .logo {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  border: 1px solid;
  border-radius: 0.5rem;
  padding: 0.25rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-logo-cover-title {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-logo-cover-title .logo {
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  border: 1px solid;
  border-radius: 0.5rem;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.item-logo-cover-title h6 {
  font-size: .875rem;
  font-weight: 600;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-logo-cover-title .logo svg {
  width: 1.5rem;
  height: 1.5rem;
}

.lrr-sort-select select {
  box-shadow: none;
}

.lrr-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--lrr-drawer-overlay, rgba(0, 0, 0, 0.5));
  z-index: 49;
  display: none;
}
.lrr-drawer-overlay.open {
  display: flex;
}
.lrr-drawer.open {
  transform: translateX(0);
}

.lrr-drawer {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  margin: 0;
  background-color: var(--background-color, #fff);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll;
}

@media (min-width: 768px) {
  .lrr-drawer {
    width: 40%;
    height: 100%;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    margin: auto 1rem auto auto;
  }
}

@media (min-width: 1024px) {
  .lrr-drawer {
    width: 33%;
    height: 85%;
    border-radius: 15px 15px 15px 15px;
    padding: 0px 0px 0px 0px;
    margin: auto 1rem auto auto;
  }
}

.lrr-drawer-header {
  display: flex;
  flex-direction: column;
}
.lrr-drawer-title {
  display: flex;
  align-items: center;
  padding: .625rem 1.5rem 0;
}
@media (min-width: 768px) {
  .lrr-drawer-title {
    padding: 1rem 1rem .5rem 1rem;
  }
}
.lrr-drawer-title h3 {
  margin-block-end: 0;
  margin-block-start: 0;
  font-size: 1.25rem;
  color: var(--heading-color);
}
.lrr-drawer-logo {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .5rem;
  padding: .25rem;
  border: 1px solid #c2c2c2;
  margin-right: .5rem;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lrr-drawer-logo svg {
  width: 1.5rem;
  height: 1.5rem;
}

.lrr-drawer-content {
  padding: .25rem 1.5rem .625rem;
  width: 100%;
}
@media (min-width: 768px) {
  .lrr-drawer-content {
    padding: .25rem 1rem .625rem;
  }
}
.lrr-drawer-content h4 {
  margin-block-end: .25rem;
  margin-block-start: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--heading-color);
}
.lrr-drawer-content p,
.lrr-drawer-content div {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1rem;
  margin-block-start: .4rem;
  margin-block-end: 1rem;
  color: var(--text-color);
}
.lrr-drawer-content ol,
.lrr-drawer-content ul {
  font-weight: 400;
  line-height: 1.3em;
  font-size: 1rem;
  margin-block-start: .4rem;
  margin-block-end: 1rem;
}
.lrr-drawer-content ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.lrr-drawer-content ol li,
.lrr-drawer-content ul li {
  margin-block-start: .4rem;
  margin-block-end: .4rem;
}
.lrr-drawer-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.lrr-drawer-content button {
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
}
.lrr-drawer-content button:hover {
  background-color: var(--button-background-color-hover);
  color: var(--button-text-color-hover);
}
.lrr-drawer-content-tags-sdgs ul {
  list-style: none !important;
  padding-left: 0;
}
.lrr-drawer-content-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lrr-drawer-content-tags ul li,
.lrr-drawer-content-tags-sdgs ul li {
  margin-block-start: 0;
  margin-block-end: 0;
}
.lrr-drawer-content-tags ul li {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lrr-drawer-content-social {
  display: flex;
  margin-top: 10px;
}
.lrr-drawer-content-social svg {
  width: 1.5rem;
  height: 1.5rem;
}
.lrr-drawer-content-social a {
  color: var(--lrr-blue);
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lrr-drawer-content-social a:hover {
  color: var(--lrr-addon-primary-color);
}
.lrr-drawer-content-offers .content {
  margin: .5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0 !important;
}
.lrr-drawer-content-offers .content li {
  list-style: none !important;
  border: 1px solid var(--lrr-item-border-color);
  border-radius: .5rem;
  padding: .75rem;
  position: relative;
  margin: 0;
}
.listing-field-content {
  display: flex;
  flex-direction: column;
}
label.listing-field-label {
  font-size: 1rem;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.listing-field-content button {
  background-color: var(--button-background-color,#0E7490);
  color: var(--button-text-color,#ffffff);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
}
.listing-field-content button:hover {
  background-color: var(--button-background-color-hover,#075163);
  color: var(--button-text-color-hover,#ffffff);
}
.sdg-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.25rem;
}
.sdg-label {
  position: relative;
  cursor: pointer;
  border: 2px solid;
  overflow: hidden;
  transition: all 0.2s;
  aspect-ratio: 1/1;
  width: 100%;
  flex-shrink: 0;
}
.sdg-label svg {
  width: 100% !important;
  height: 100% !important;
}
.sdg-label--disabled {
  cursor: default;
  opacity: 0.5;
}
.sdg-label--checked {
  border-color: var(--button-background-color);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.sdg-label--unchecked {
  border-color: transparent;
}
.sdg-label--unchecked:hover {
  border-color: var(--button-background-color-hover);
}
.sdg-label--disabled:hover {
  border-color: transparent;
}
.sdg-input {
  display: none;
}
.sdg-check-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdg-check-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
}

.drawer-image-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-background-color)/20;
}

.drawer-video-placeholder svg,
.drawer-image-placeholder svg {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--lrr-text-color);
}

.drawer-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Per-component props styles (generated from item.props) */
.lrr-component-map-filter-1154 .filter-list-button-wrapper {
  justify-content: center;
}

.lrr-component-map-filter-1154 .filter-list-button-wrapper button {
  max-width: 100%;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #0E7490;
  background-color: #ffffff;
  color: #000000;
}

.lrr-component-map-filter-1154 .filter-list {
  gap: 16px;
}

.lrr-component-map-filter-1154 .filter-toolbar-trigger {
  border-radius: 5px 5px 5px 5px;
  padding: 5px 10px 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #0E7490;
  background-color: #ffffff;
  color: #000000;
}

.lrr-component-map-listings-grid-2981 .component-wrapper > .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .lrr-component-map-listings-grid-2981 .component-wrapper > .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lrr-component-map-listings-grid-2981 .component-wrapper > .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.lrr-component-map-listings-grid-2981 .grid .item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .lrr-component-map-listings-grid-2981 .grid .item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  }
}

@media (min-width: 1024px) {
  .lrr-component-map-listings-grid-2981 .grid .item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  }
}