.listing-details {
  background: #1d92af;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 5px;
  margin: 2rem 0;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

#poi-map {
  height: 500px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  #poi-map {
    height: 300px;
  }
}

.poi-listing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: inherit;
  padding: 1rem 1rem 0.5rem;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 576px) {
  .poi-listing-header {
    padding: 0.5rem 0.3rem 0.5rem 1rem;
  }
}

/* Listing Heading */
.listing-title {
  margin: 0 !important;
  font-size: 19.2px;
  font-weight: bold;
  max-width: 75%;
}
@media screen and (max-width: 576px) {
  .listing-title {
    font-size: 16px;
    max-width: 65%;
    word-break: break-all;
  }
}

/* Listing Rating */
.poi-listing-rating {
  display: inherit;
  align-items: center;
  margin: 0 !important;
  padding: 1em;
}
.poi-listing-rating .rf_side {
  display: none;
}
.poi-listing-rating .rf_item {
  font-size: 18px !important;
}
@media screen and (max-width: 576px) {
  .poi-listing-rating {
    align-self: flex-start;
    padding: 0.3rem;
  }
}

.poi-listing-body {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}
.poi-listing-body > div:not(:last-child) {
  margin-bottom: 0.8rem;
}

.poi-listing-address {
  display: inherit;
  flex-direction: row;
}
.poi-listing-address > div:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 576px) {
  .poi-listing-address > div:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
.poi-listing-address div {
  padding-right: 1rem;
}
.poi-listing-address .poi-expand {
  justify-self: end;
}

.poi-listing-contact {
  display: inherit;
  flex-direction: column;
}
.poi-listing-contact .poi-listing-website a {
  color: white;
  text-decoration: underline;
  text-transform: lowercase;
}

.listing-actions.cf {
  display: none;
}

.poi-listing-footer {
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 0;
}
.poi-listing-footer .poi-listing-footer-actions {
  display: inherit;
  flex-direction: row;
}
.poi-listing-footer .poi-listing-footer-actions div {
  padding: 0 1rem;
}
.poi-listing-footer .poi-listing-footer-actions a {
  color: #fff;
  text-decoration: underline;
}
.poi-listing-footer .poi-listing-footer-actions a:hover {
  color: #fff;
  font-weight: bold;
}
.poi-listing-footer .poi-listing-footer-actions .spielplatz-listing-location {
  padding-left: 0;
}

.poi-listing-footer-short {
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 0 0 1rem;
}
.poi-listing-footer-short .poi-listing-footer-actions {
  display: inherit;
  flex-direction: row;
}
.poi-listing-footer-short .poi-listing-footer-actions div {
  padding: 0 1rem;
}
.poi-listing-footer-short .poi-listing-footer-actions a {
  color: #fff;
  text-decoration: underline;
}
.poi-listing-footer-short .poi-listing-footer-actions a:hover {
  color: #fff;
  font-weight: bold;
}
.poi-listing-footer-short .poi-listing-footer-actions .spielplatz-listing-location {
  padding-left: 0;
}

.poi-closed {
  display: none;
}

.poi-listing-accordion {
  margin: 1rem;
  padding: 0.2em 0;
}

.poi-special-title {
  font-size: 16.8px;
}

.poi-listing-special {
  margin: 1rem 0;
}

.poi-listing-special-box {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  align-items: center;
}
.poi-listing-special-box span {
  padding-top: 0.3rem;
}

.poi-icon {
  color: #fff !important;
  width: 20px;
  height: 20px;
}

.poi-icon-expand {
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  position: relative;
  top: -1.5rem;
  border: #fff 1px solid;
  border-radius: 5px;
}

.poi-icon-special {
  width: 32px;
  height: 32px;
}

