.elementor-1776 .elementor-element.elementor-element-9fd03f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}.elementor-1776 .elementor-element.elementor-element-9fd03f3:not(.elementor-motion-effects-element-type-background), .elementor-1776 .elementor-element.elementor-element-9fd03f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-920d04d );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1776 .elementor-element.elementor-element-9702889{text-align:center;}.elementor-1776 .elementor-element.elementor-element-9702889 .elementor-heading-title{font-family:"Chillax", Sans-serif;font-size:55px;font-weight:600;line-height:68px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1776 .elementor-element.elementor-element-965d94e{width:var( --container-widget-width, 64% );max-width:64%;--container-widget-width:64%;--container-widget-flex-grow:0;text-align:center;}.elementor-1776 .elementor-element.elementor-element-965d94e.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-70a82be *//* ===== ARCHIVE CARD (drop-in) ===== */

.epl-property-blog-entry-wrapper{ margin:0; } /* tighten gaps from theme */

.property-card{
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transition:transform .2s ease, box-shadow .2s ease;
  color:#000; /* neutralize theme colors inside card */
}
.property-card:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.12); }

.property-card .card-link{ display:block; text-decoration:none; color:inherit; }

/* Media (image) */
.property-card .card-media{ position:relative; }
.property-card .image-bg{
  height:260px;            /* <- if image isn’t visible, it’s because height was missing */
  background-size:cover;
  background-position:center;
}
@media (min-width:1400px){ .property-card .image-bg{ height:390px; } }

/* NEW badge */
.property-card .card-badge{
  position:absolute; top:14px; right:14px;
  background:#6DBCAD; color:#fff; font:700 12px/1 "Manrope", sans-serif;
  padding:6px 10px; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,.12);
}

/* Price overlay (bottom-left) */
.property-card .card-price-overlay{
  position:absolute; left:18px; bottom:18px;
  text-shadow:0 2px 12px rgba(0,0,0,.45);
}
.property-card .card-price-overlay,
.property-card .card-price-overlay .page-price,
.property-card .card-price-overlay .page-price *{
  color:#fff !important;
  font:700 24px/1 "Manrope", sans-serif !important;
  margin:0 !important; padding:0 !important; border:0 !important;
}

/* Quick actions (placeholders) */
.property-card .card-actions{ position:absolute; right:16px; bottom:18px; display:flex; gap:10px; }

/* Body */
.property-card .card-body{ padding:18px 18px 20px; }
.property-card .card-head{ display:flex; align-items:flex-start; gap:10px; }
.property-card .card-title{
  margin:0 0 6px;
  font:400 24px/1.2 "Manrope", sans-serif;
  color:#000 !important;             /* stop theme from making it pink */
}
.property-card .card-ref{
  margin-left:auto;
  font:400 15px/1.2 "Manrope", sans-serif;
  color:#c29e7a;                     /* subtle accent */
}
.property-card .card-loc{
  color:#c29e7a; font:400 16px/1.3 "Manrope", sans-serif; margin:2px 0 10px;
}
.property-card .card-desc{
  color:#00000; font:500 14px/1.5 "Manrope", sans-serif; margin-bottom:12px;
}

/* Meta row */
.property-card .card-meta{ display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; }
.property-card .meta-row{ font:700 14px/1.2 "Manrope", sans-serif; }
.property-card .meta-row .meta-label{ color:#000; margin-right:6px; }
.property-card .meta-row .meta-val{ color:#000; font-weight:400; }
.property-card .meta-icons{ display:flex; gap:18px; align-items:center; }
.property-card .meta-icons .mi{ display:inline-flex; gap:8px; align-items:center; color:#000; font:600 14px/1 "Manrope", sans-serif; }
.property-card .meta-icons img{ width:20px; height:20px; display:block; }

/* CTA */
.property-card .card-cta{ margin-top:16px; }
.property-card .btn-more{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 16px; border:1px solid #C7B299; color:#000 !important;
  border-radius:999px; font:500 18px/1 "Manrope", sans-serif; text-decoration:none;
}
.property-card .btn-more:hover{ background: #C49A6C;
    color: white !important; }

/* Archive grid (if you want 4-up) */
.archive-main-content .loop-content{
  display:grid; gap:28px;
  grid-template-columns:repeat(4, minmax(0,1fr));
}
@media (max-width:1200px){ .archive-main-content .loop-content{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:900px){  .archive-main-content .loop-content{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){  .archive-main-content .loop-content{ grid-template-columns:1fr; } }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Chillax';
	font-display: auto;
	src: url('https://toppropertiesestepona.com/wp-content/uploads/2025/10/Chillax-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */