/* 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: #FAF5EC;
  --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.5);
}

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

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

@media (min-width: 1024px) {
  .lrr-component-map-listings-9994 .component-wrapper {
  padding: 10px 10px 10px 10px;
  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-listings-9994 {
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-listings-9994 {
  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-listings-9994 {
  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 listing */
.lrr-listing-drawer {
  width: 100%; !important;
  height: 100%; !important;
  border-radius: 5px 5px 5px 5px; !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-listing-drawer {
    width: 50%; !important;
    height: 80%; !important;
    border-radius: 5px 5px 5px 5px; !important;
    padding: 0px 0px 0px 0px; !important;
    margin: auto; !important;
  }
}

@media (min-width: 1024px) {
  .lrr-listing-drawer {
    width: 33%; !important;
    height: 80%; !important;
    border-radius: 5px 5px 5px 5px; !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);
}

/* 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) */