#nomadvan-places-map,
.nomadvan-places-map {
  width: 100%;
  height: 720px;
  min-height: 720px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.nomadvan-place-marker {
  background: transparent !important;
  border: none !important;
  perspective: 600px;
}

.nomadvan-place-marker .marker-container {
  position: relative;
  width: 44px;
  height: 58px;
}

.nomadvan-place-marker .marker-card {
  position: relative;
  width: 44px;
  height: 44px;
  transform-style: preserve-3d;
  transition: transform 0.35s ease;
}

.nomadvan-place-marker:hover .marker-card {
  transform: rotateY(180deg);
}

.nomadvan-place-marker .face {
  position: absolute;
  inset: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f5a623;
  color: #FBFBFB;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}

.nomadvan-place-marker .front i,
.nomadvan-place-marker .back i {
  font-size: 18px;
  line-height: 1;
  display: block;
  transform: translateY(1px);
}

.nomadvan-place-marker .back {
  transform: rotateY(180deg);
  background: #FBFBFB;
  color: #f5a623;
}

.nomadvan-place-marker .marker-arrow {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 16px;
  height: 16px;
  background: #f5a623;
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
  z-index: -1;
}

.nomadvan-place-marker:hover .marker-arrow {
  background: #FBFBFB;
}

.nomadvan-marker-cluster {
  background: rgba(245,166,35,0.25);
  border-radius: 50%;
}

.nomadvan-marker-cluster div {
  width: 46px;
  height: 46px;
  background: #f5a623;
  border-radius: 50%;
  color: #FBFBFB;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}

.nomadvan-map-popup {
  min-width: 235px;
  font-family: inherit;
  color: #222;
}

.nomadvan-map-title {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.nomadvan-map-line {
  font-size: 13px;
  margin: 5px 0;
  line-height: 1.4;
}

.nomadvan-map-line a {
  color: inherit;
  text-decoration: underline;
}

.nomadvan-map-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.nomadvan-map-btn {
  display: inline-block;
  padding: 8px 11px;
  border-radius: 8px;
  background: #f5a623;
  color: #111 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.nomadvan-map-btn.secondary {
  background: #f2f2f2;
  color: #111 !important;
}
#nomadvan-places-map .leaflet-control-zoom {
  border: none !important;
  box-shadow: none !important;
  margin-top: 28px !important;
  margin-left: 28px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#nomadvan-places-map .leaflet-control-zoom a {
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #ffffff !important;
  color: #111 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

#nomadvan-places-map .leaflet-control-zoom a:hover {
  background: #f5a623 !important;
  color: #111 !important;
}

#nomadvan-places-map .leaflet-control-zoom-in,
#nomadvan-places-map .leaflet-control-zoom-out {
  text-indent: 0 !important;
}

#nomadvan-places-map .leaflet-top,
#nomadvan-places-map .leaflet-left {
  z-index: 500 !important;
}
#nomadvan-places-map {
  position: relative;
  overflow: hidden;
}

/* PRZESUNIĘCIE KONTROLEK DO ŚRODKA MAPY */
#nomadvan-places-map .leaflet-top.leaflet-left {
  top: 50% !important;
  left: 20px !important;
  transform: translateY(-50%);
}

#nomadvan-places-map .leaflet-control-zoom {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
#nomadvan-places-map .leaflet-control-zoom a {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 20px !important;
  font-weight: 700 !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  box-shadow: 0 8px 22px rgba(0,0,0,0.18) !important;
  margin-bottom: 8px !important;
}

#nomadvan-places-map .leaflet-control-zoom a:hover {
  background: #f5a623 !important;
  color: #111 !important;
}
#nomadvan-places-map .leaflet-control {
  margin: 0 !important;
}

/* PROMOTED MARKERS */

.nomadvan-place-marker.promoted .face {
  background: #e53935;
  color: #ffff;
}

.nomadvan-place-marker.promoted .back {
  background: #ffff;
  color: #e53935;
}

.nomadvan-place-marker.promoted .marker-arrow {
  background: #e53935;
}

.nomadvan-place-marker.promoted:hover .marker-arrow {
  background: #ffff;
}

.nomadvan-place-marker.promoted {
  z-index: 900 !important;
}

.nomadvan-place-marker .marker-badge {
  position: absolute;
  top: -8px;
  right: -6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffff;
  color: #e53935;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.22);
  z-index: 50;
}

/* Single place map */

.nomadvan-single-map-wrap {
  width: 100%;
  margin-top: 24px;
}

.nomadvan-single-map {
  width: 100%;
  height: 500px;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.nomadvan-single-map .leaflet-top.leaflet-left {
  top: 50% !important;
  left: 20px !important;
  transform: translateY(-50%);
  z-index: 500 !important;
}

.nomadvan-single-map .leaflet-control {
  margin: 0 !important;
}

.nomadvan-single-map .leaflet-control-zoom {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nomadvan-single-map .leaflet-control-zoom a {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.nomadvan-single-map .leaflet-control-zoom a:hover {
  background: #f5a623 !important;
  color: #111 !important;
}

.nomadvan-map-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: stretch;
}

.nomadvan-map-area {
  min-width: 0;
}

.nomadvan-map-filters {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  align-self: start;
  position: sticky;
  top: 24px;
  z-index: 10;
}

.nomadvan-map-filters h3 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.2;
  color: #111;
}

.nomadvan-filter-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.nomadvan-filter-label input {
  width: 100%;
  height: 44px;
  margin-top: 7px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 13px;
  font-size: 14px;
  outline: none;
  background: #fff;
  color: #111;
}

.nomadvan-filter-label input:focus {
  border-color: #f5a623;
}

.nomadvan-filter-check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  margin: 12px 0;
  cursor: pointer;
  color: #222;
}

.nomadvan-filter-check input {
  width: 18px;
  height: 18px;
  accent-color: #e53935;
}

.nomadvan-filter-reset {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 12px;
  margin-top: 18px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease;
}

.nomadvan-filter-reset:hover {
  background: #E2A04F;
}

.nomadvan-filter-count {
  margin-top: 14px;
  font-size: 13px;
  color: #666;
  text-align: center;
}

@media (max-width: 900px) {
  .nomadvan-map-layout {
    grid-template-columns: 1fr;
  }

  .nomadvan-map-filters {
    position: relative;
    top: auto;
  }
}

/* Zoom controls for all places maps */

.nomadvan-places-map .leaflet-top.leaflet-left {
  top: 50% !important;
  left: 20px !important;
  transform: translateY(-50%) !important;
  z-index: 500 !important;
}

.nomadvan-places-map .leaflet-control {
  margin: 0 !important;
}

.nomadvan-places-map .leaflet-control-zoom {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

.nomadvan-places-map .leaflet-control-zoom a {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  margin-bottom: 8px !important;
}

.nomadvan-places-map .leaflet-control-zoom a:hover {
  background: #f5a623 !important;
  color: #111 !important;
}
.nomadvan-filter-label select {
  width: 100%;
  height: 44px;
  margin-top: 7px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0 13px;
  font-size: 14px;
  outline: none;
  background: #fff;
  color: #111;
}
.nomadvan-no-results {
  padding: 14px;
  border-radius: 14px;
  background: #f8f8f8;
  color: #666;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
}
.nomadvan-filter-nearby {
  padding: 14px;
  margin: 0 0 16px;
  border-radius: 16px;
  background: #f8f8f8;
}

.nomadvan-filter-nearby .nomadvan-filter-label {
  margin-bottom: 12px;
}

.nomadvan-filter-nearby-btn {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: #E2A04F;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.nomadvan-filter-nearby-btn:hover {
  background: #c62828;
}

.nomadvan-filter-nearby-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
/* Rating filter */

.nomadvan-rating-wrap {
  margin-top: 8px;
  padding: 16px;
  border-radius: 18px;
  background: #f8f8f8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.nomadvan-rating-filter-stars {
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1;
  color: #E2A04F;
  letter-spacing: 4px;
}

.nomadvan-filter-rating {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: transparent;
  cursor: pointer;
}

.nomadvan-filter-rating::-webkit-slider-runnable-track {
  height: 8px;
  background: #fff;
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.14);
}

.nomadvan-filter-rating::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #E2A04F;
  border: 5px solid #fff;
  margin-top: -9px;
  box-shadow: 0 8px 18px rgba(226,160,79,0.35), 0 2px 6px rgba(0,0,0,0.16);
}

.nomadvan-filter-rating::-moz-range-track {
  height: 8px;
  background: #fff;
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.14);
}

.nomadvan-filter-rating::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #E2A04F;
  border: 5px solid #fff;
  box-shadow: 0 8px 18px rgba(226,160,79,0.35), 0 2px 6px rgba(0,0,0,0.16);
}

.nomadvan-rating-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #777;
  font-size: 12px;
}

.nomadvan-rating-filter-value {
  width: fit-content;
  margin: 16px auto 0;
  padding: 10px 16px;
  border-radius: 14px;
  background: rgba(226,160,79,0.12);
  color: #E2A04F;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.nomadvan-rating-filter-help {
  margin-top: 12px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.nomadvan-place-rating {
  padding: 22px;
  border-radius: 22px;
  background: #f8f8f8;
  text-align: center;
}

.nomadvan-place-rating-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.nomadvan-place-rating-stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}

.nomadvan-place-rating-stars button {
  border: 0;
  background: transparent;
  color: #E2A04F;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.nomadvan-place-rating-stars button:hover {
  transform: scale(1.12);
}

.nomadvan-place-rating-stars button:disabled {
  cursor: default;
  opacity: 0.65;
}

.nomadvan-place-rating-result {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

.nomadvan-place-rating-message {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}
.nomadvan-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  width: fit-content;

  padding: 10px 18px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #1f1f1f 0%,
      #2b2b2b 100%
    );

  color: #fff;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.06);

  backdrop-filter: blur(10px);
}

.nomadvan-featured-badge-icon {
  width: 28px;
  height: 28px;

  border-radius: 50%;

  background: #E2A04F;

  color: #111;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: 900;

  box-shadow:
    0 6px 16px rgba(226,160,79,0.35);
}

.nomadvan-featured-badge-text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nomadvan-place-info {
  padding: 24px;
  border-radius: 24px;
}

.nomadvan-place-info-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 18px;
  color: #222;
}

.nomadvan-place-info-line a {
  color: inherit;
  text-decoration: none;
}

.nomadvan-place-info-line .icon {
  width: 24px;
  flex-shrink: 0;
}

.nomadvan-place-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.nomadvan-place-amenity {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(226,160,79,0.10);
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.nomadvan-place-info-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.nomadvan-place-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 140px;
  height: 46px;

  padding: 0 20px;

  border-radius: 14px;

  background: #E2A04F;
  color: #111;

  text-decoration: none;
  font-size: 18px;
  font-weight: 800;

  transition: transform 0.15s ease;
}

.nomadvan-place-btn:hover {
  transform: translateY(-1px);
}

.nomadvan-place-btn.secondary {
  background: #fff;
}
.nomadvan-amenities-box {
  padding: 26px;
  border-radius: 28px;

.nomadvan-amenities-title {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.2;
  color: #111;
  font-weight: 800;
}

.nomadvan-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nomadvan-amenity-item {
  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 54px;
  padding: 12px 14px;

  border-radius: 18px;

  background: #fff;
  color: #111;

  box-shadow:
    0 8px 20px rgba(0,0,0,0.04),
    inset 0 1px 0 rgba(255,255,255,0.8);
}

.nomadvan-amenity-icon {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(226,160,79,0.14);

  font-size: 18px;
  flex-shrink: 0;
}

.nomadvan-amenity-label {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

@media (max-width: 600px) {
  .nomadvan-amenities-grid {
    grid-template-columns: 1fr;
  }
}
.nomadvan-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 4px 4px 62px;
}

.nomadvan-carousel .swiper-wrapper {
  align-items: stretch;
}

.nomadvan-carousel .swiper-slide {
  height: auto;
}

.nomadvan-place-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nomadvan-place-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.12);
}

.nomadvan-place-card-image {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #f4f4f4;
}

.nomadvan-place-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  display: block;
}

.nomadvan-place-card-badge,
.nomadvan-place-card-distance {
  position: absolute;
  top: 14px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.nomadvan-place-card-badge {
  left: 14px;
  background: #111;
  color: #E2A04F;
}

.nomadvan-place-card-distance {
  right: 14px;
  background: rgba(255,255,255,0.95);
  color: #111;
}

.nomadvan-place-card-body {
  flex: 1;
  padding: 16px;
}

.nomadvan-place-card-body h3 {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.25;
  color: #111;
}

.nomadvan-place-card-location {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.nomadvan-place-card-rating {
  font-size: 13px;
  font-weight: 800;
  color: #E2A04F;
  margin-bottom: 10px;
}

.nomadvan-place-card-rating span {
  color: #777;
  font-weight: 600;
}

.nomadvan-place-card-icons {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: auto;
}

.nomadvan-place-card-icons span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(226,160,79,0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.nomadvan-carousel-nav {
  position: absolute;
  left: 4px;
  bottom: 10px;
  display: flex;
  gap: 10px;
  z-index: 5;
}

.nomadvan-carousel-prev,
.nomadvan-carousel-next {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #E2A04F;
  color: #111;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,0.16);
}

.nomadvan-carousel-prev.swiper-button-disabled,
.nomadvan-carousel-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}