.elementor-191817 .elementor-element.elementor-element-66554cd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-191817 .elementor-element.elementor-element-b70544c > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-191817 .elementor-element.elementor-element-b70544c{z-index:9;}.elementor-191817 .elementor-element.elementor-element-b70544c .jet-listing-dynamic-terms{text-align:left;}.elementor-191817 .elementor-element.elementor-element-b70544c .jet-listing-dynamic-terms__link{font-family:"Raleway", Sans-serif;font-size:18px;font-weight:600;color:var( --e-global-color-text );}.elementor-191817 .elementor-element.elementor-element-b70544c .jet-listing-dynamic-terms__delimiter{margin-left:0px;margin-right:0px;}body:not(.rtl) .elementor-191817 .elementor-element.elementor-element-b70544c .jet-listing-dynamic-terms__prefix{margin-right:0px;}body.rtl .elementor-191817 .elementor-element.elementor-element-b70544c .jet-listing-dynamic-terms__prefix{margin-left:0px;}.elementor-191817 .elementor-element.elementor-element-5aa2919 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-191817 .elementor-element.elementor-element-5aa2919 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-191817 .elementor-element.elementor-element-5aa2919 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-191817 .elementor-element.elementor-element-5aa2919 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-191817 .elementor-element.elementor-element-9a46d37 .jet-listing-dynamic-field__content{font-family:"Raleway", Sans-serif;font-size:22px;font-weight:600;text-align:left;}.elementor-191817 .elementor-element.elementor-element-9a46d37 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-191817 .elementor-element.elementor-element-9a46d37 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-191817 .elementor-element.elementor-element-9a46d37 .jet-listing-dynamic-field{justify-content:flex-start;}.jet-listing-item.single-jet-engine.elementor-page-191817 > .elementor{width:500px;margin-left:auto;margin-right:auto;}@media(max-width:767px){.elementor-191817 .elementor-element.elementor-element-b70544c .jet-listing-dynamic-terms__link{font-size:16px;}.elementor-191817 .elementor-element.elementor-element-9a46d37 .jet-listing-dynamic-field__content{font-size:16px;}}/* Start custom CSS for jet-listing-dynamic-field, class: .elementor-element-9a46d37 *//* ===== London Listings card (Buckingham-style) ===== */
.lp-listing-card {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  min-height: 320px; /* adjust if you want taller/shorter cards */
}

/* Image full bleed */
.lp-listing-card .lp-listing-thumb,
.lp-listing-card .lp-listing-thumb img {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.lp-listing-card .lp-listing-thumb img {
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .5s ease;
}

.lp-listing-card:hover .lp-listing-thumb img {
  transform: scale(1.08);
}

/* Bottom gradient overlay */
.lp-listing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0) 40%,
      rgba(0,0,0,.55) 75%,
      rgba(0,0,0,.85) 100%
    );
  pointer-events: none;
}

/* Make all overlay text sit on top of gradient */
.lp-listing-card .lp-listing-cat,
.lp-listing-card .lp-listing-title {
  position: absolute;
  z-index: 2;
  color: #fff;
}

/* Category pill (like blog pills) */
.lp-listing-card .lp-listing-cat {
  top: 16px;
  left: 16px;
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lp-listing-card .lp-listing-cat a,
.lp-listing-card .lp-listing-cat span {
  background: var(--e-global-color-accent, #26348B);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

/* Title bottom-left */
.lp-listing-card .lp-listing-title {
  left: 18px;
  bottom: 18px;
  right: 18px;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0,0,0,.6);
  margin: 0;
}

.lp-listing-card .lp-listing-cat a,
.lp-listing-card .lp-listing-cat span {
  background-color: #26348B !important;
  color: #ffffff !important;     /* white text */
  border-radius: 20px !important; /* pill radius */
  padding: 6px 10px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}/* End custom CSS */