/* Sharp Portfolio — Superdesign archive property cards */
.sharp-sd-card-wrap{display:block;height:100%}
.sharp-sd-card-wrap .bde-shortcode,
.sharp-property-loop .bde-shortcode{display:block;height:100%}

.sharp-sd-card{
  display:flex;
  flex-direction:column;
  height:100%;
  background:#fff;
  border:1px solid var(--sharp-border,#C7D8DE);
  border-radius:12px;
  overflow:hidden;
  color:var(--sharp-ink,#03353D);
  box-sizing:border-box;
  box-shadow:0 8px 24px rgba(3,53,61,.06);
}
.sharp-sd-card a{color:inherit;text-decoration:none}
.sharp-sd-card a:hover{text-decoration:none}

/* Media */
.sharp-sd-card__media-wrap{position:relative;display:block}
.sharp-sd-card__media{
  display:block;position:relative;
  aspect-ratio:16/10;overflow:hidden;
  background:var(--sharp-border,#C7D8DE);
}
.sharp-sd-card__media img,
.sharp-sd-card__media-empty{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .6s cubic-bezier(.4,0,.2,1);
}
.sharp-sd-card:hover .sharp-sd-card__media img{transform:scale(1.03)}
.sharp-sd-card__media-empty{min-height:200px;background:#e8e0d6}

/* Badges — top left */
.sharp-sd-card__badges{
  position:absolute;top:14px;left:14px;z-index:2;
  display:flex;flex-wrap:wrap;gap:8px;pointer-events:none;
}
.sharp-sd-pill{
  display:inline-flex;align-items:center;
  padding:7px 12px;border-radius:999px;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace);
  font-size:10px;letter-spacing:.08em;text-transform:uppercase;
  font-weight:500;line-height:1;
}
.sharp-sd-pill--light{
  background:rgba(255,255,255,.96);
  color:var(--sharp-ink,#03353D);
  border:0;
  box-shadow:0 1px 2px rgba(3,53,61,.08);
}
.sharp-sd-pill--premium{
  background:var(--sharp-ink,#03353D);
  color:#fff;
}

/* Photo / floorplan chips — bottom of image */
.sharp-sd-card__media-meta{
  position:absolute;left:14px;right:14px;bottom:14px;z-index:2;
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;
  pointer-events:none;
}
.sharp-sd-media-chip{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 11px;border-radius:8px;
  background:rgba(3,53,61,.72);color:#fff;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace);
  font-size:11px;letter-spacing:.04em;text-transform:uppercase;
  line-height:1;backdrop-filter:blur(4px);
}
.sharp-sd-media-chip svg{flex-shrink:0}

/* Body */
.sharp-sd-card__body{
  display:flex;flex-direction:column;gap:16px;
  padding:20px 20px 18px;flex:1;min-width:0;
  background:#fff;
}
.sharp-sd-card__top{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px 16px;
  align-items:start;
}
.sharp-sd-card__identity{min-width:0;grid-column:1;grid-row:1 / span 2}
.sharp-sd-card__type{
  margin:0 0 8px;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace);
  font-size:11px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--sharp-accent,#17A7E0);font-weight:500;
}
.sharp-sd-card__address{
  margin:0;
  font-family:var(--sharp-font-heading,"SharpHeadingFont",sans-serif);
  font-size:22px;line-height:1.25;font-weight:500;
  color:var(--sharp-accent,#17A7E0);
}
.sharp-sd-card__address a{
  color:var(--sharp-accent,#17A7E0)!important;text-decoration:none!important;
  border:0!important;box-shadow:none!important;
}
.sharp-sd-card__address a:hover{color:var(--sharp-accent-hover,#118FC1)!important}

.sharp-sd-card__price{
  grid-column:2;grid-row:1;
  text-align:right;flex-shrink:0;
}
.sharp-sd-card__amount{
  margin:0;
  font-family:var(--sharp-font-body,"CircularXXSub",sans-serif);
  font-size:26px;line-height:1.1;font-weight:600;
  color:var(--sharp-ink,#03353D);
}
.sharp-sd-card__period{
  margin:4px 0 0;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace);
  font-size:10px;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(3,53,61,.55);
}

/* Specs */
.sharp-sd-card__specs{
  display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px;
  color:var(--sharp-ink,#03353D);
}
.sharp-sd-spec{
  display:inline-flex;align-items:center;gap:7px;
  font-size:15px;font-weight:500;line-height:1;
}
.sharp-sd-spec svg{color:var(--sharp-accent,#17A7E0);width:24px;height:24px}
.sharp-sd-spec{font-size:16px;gap:8px}
.sharp-sd-spec--land{margin-left:auto}

/* Footer */
.sharp-sd-card__footer{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid var(--sharp-border,#C7D8DE);
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.sharp-sd-card__inspection{
  display:flex;align-items:center;gap:10px;min-width:0;
  padding:10px 12px;
  background:var(--sharp-canvas,#fbf4ec);
  border-radius:10px;
  color:var(--sharp-ink,#03353D);
}
.sharp-sd-card__inspection > svg{
  flex-shrink:0;color:var(--sharp-accent,#17A7E0);
}
.sharp-sd-card__insp-label,
.sharp-sd-card__insp-value{display:block}
.sharp-sd-card__insp-label{
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace);
  font-size:9px;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(3,53,61,.5);margin-bottom:2px;
}
.sharp-sd-card__insp-value{font-size:13px;font-weight:600;line-height:1.25}

.sharp-sd-card__cta{
  flex-shrink:0;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 18px;
  border-radius:999px;
  background:var(--sharp-accent,#17A7E0)!important;
  color:#fff!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace);
  font-size:11px;letter-spacing:.08em;text-transform:uppercase;
  font-weight:500;
  text-decoration:none!important;
  white-space:nowrap;
  transition:background .2s;
}
.sharp-sd-card__cta:hover{
  background:var(--sharp-accent-hover,#118FC1)!important;
  color:#fff!important;
}

/* Kill BD loop chrome / default link underlines */
.sharp-property-loop .bde-loop-item,
.sharp-property-loop .ee-post,
.phox-facets-target .bde-loop-item{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}
.sharp-property-loop .bde-loop-item a:not(.sharp-sd-card__cta),
.phox-facets-target .bde-loop-item a:not(.sharp-sd-card__cta){
  text-decoration:none;
}

@media (max-width:900px){
  .sharp-sd-card__address{font-size:18px}
  .sharp-sd-card__amount{font-size:22px}
  .sharp-sd-card__top{grid-template-columns:1fr;gap:10px}
  .sharp-sd-card__identity{grid-row:auto}
  .sharp-sd-card__price{grid-column:1;text-align:left}
  .sharp-sd-spec--land{margin-left:0}
  .sharp-sd-card__footer{flex-direction:column;align-items:stretch}
  .sharp-sd-card__cta{width:100%}
}
/* Native BD card — shortcode slots + IconBox specs */
.sharp-sd-card__media-wrap{position:relative!important}
.sharp-sd-card__heart-slot.bde-shortcode,
.sharp-sd-card .sharp-sd-card__heart-slot{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  left:auto!important;
  bottom:auto!important;
  z-index:6!important;
  width:40px!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}
.sharp-sd-card__heart-slot .sharp-sd-card__heart{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  inset:unset!important;
}
.sharp-sd-card__media-meta{
  display:flex!important;
  flex-wrap:wrap;
  gap:8px;
  pointer-events:none;
}
.sharp-sd-card__media-meta .bde-shortcode{display:contents}
.sharp-sd-card__price-inner.bde-shortcode,
.sharp-sd-card__price .bde-shortcode{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:4px;
  text-align:right;
}
.sharp-sd-card__price .sharp-sd-card__amount{
  display:block;
  margin:0;
  font-size:26px;
  font-weight:600;
  line-height:1.1;
  color:var(--sharp-ink,#03353D);
}
.sharp-sd-card__price .sharp-sd-card__period{
  display:block;
  margin:0;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace);
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(3,53,61,.55);
}
.sharp-sd-card__specs .bde-icon-box,
.sharp-sd-card__specs .breakdance-icon-box{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.sharp-sd-card__specs .bde-icon-box__icon-wrapper svg,
.sharp-sd-card__specs .breakdance-icon-box-icon svg{
  width:24px!important;
  height:24px!important;
}
.sharp-sd-card__address a{color:var(--sharp-accent,#17A7E0)!important;text-decoration:none!important}
.sharp-sd-card__cta .button-atom,
.sharp-sd-card a.sharp-sd-card__cta,
.sharp-sd-card .sharp-sd-card__cta .button-atom-typography{
  text-decoration:none!important;
}
.sharp-sd-card__footer .bde-shortcode{display:block;width:100%}
/* === NATIVE CARD FRONT-END FIX === */
.sharp-sd-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  background:#fff!important;
  border:1px solid var(--sharp-border,#C7D8DE)!important;
  border-radius:12px!important;
  overflow:hidden!important;
  box-shadow:0 8px 24px rgba(3,53,61,.06);
}
.sharp-sd-card > .bde-div,
.sharp-sd-card.bde-div{
  width:100%!important;
  max-width:100%!important;
  align-items:stretch!important;
}

/* Media / overlays */
.sharp-sd-card__media-wrap{
  position:relative!important;
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
}
.sharp-sd-card__media-wrap > .bde-image2,
.sharp-sd-card__media-wrap img.bde-image2,
.sharp-sd-card img.sharp-sd-card__media{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10!important;
  object-fit:cover!important;
  margin:0!important;
}
.sharp-sd-card__badges{
  position:absolute!important;
  top:14px!important;left:14px!important;z-index:3!important;
  display:flex!important;flex-wrap:wrap!important;gap:8px!important;
  width:auto!important;max-width:70%!important;
  pointer-events:none!important;
  background:transparent!important;border:0!important;padding:0!important;
}
.sharp-sd-pill,
.sharp-sd-pill.bde-text{
  display:inline-flex!important;align-items:center!important;
  padding:7px 12px!important;border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:var(--sharp-ink,#03353D)!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace)!important;
  font-size:10px!important;letter-spacing:.08em!important;text-transform:uppercase!important;
  line-height:1!important;margin:0!important;
  box-shadow:0 1px 2px rgba(3,53,61,.08);
}
.sharp-sd-card__media-meta{
  position:absolute!important;
  left:14px!important;right:14px!important;bottom:14px!important;z-index:3!important;
  display:flex!important;flex-wrap:wrap!important;justify-content:space-between!important;gap:8px!important;
  width:auto!important;pointer-events:none!important;
  background:transparent!important;border:0!important;padding:0!important;
}
.sharp-sd-card__media-meta .bde-shortcode{display:contents!important}
.sharp-sd-media-chip{
  display:inline-flex!important;align-items:center!important;gap:6px!important;
  padding:7px 11px!important;border-radius:8px!important;
  background:rgba(3,53,61,.72)!important;color:#fff!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace)!important;
  font-size:11px!important;letter-spacing:.04em!important;text-transform:uppercase!important;
  line-height:1!important;
}

/* Heart slot on photo */
.sharp-sd-card__heart-slot.bde-shortcode,
.sharp-sd-card .sharp-sd-card__heart-slot{
  position:absolute!important;
  top:14px!important;right:14px!important;left:auto!important;bottom:auto!important;
  z-index:6!important;width:40px!important;height:40px!important;
  margin:0!important;padding:0!important;line-height:0!important;
  background:transparent!important;border:0!important;
}
.sharp-sd-card__heart{
  position:relative!important;top:auto!important;right:auto!important;
  width:40px!important;height:40px!important;border-radius:50%!important;border:0!important;
  background:rgba(255,255,255,.96)!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  color:var(--sharp-ink,#03353D)!important;cursor:pointer!important;
  box-shadow:0 1px 4px rgba(3,53,61,.14)!important;
  transform:none!important;
}
.sharp-sd-card__heart.is-active,
.sharp-sd-card__heart[aria-pressed="true"]{
  background:#E8F6FC!important;color:var(--sharp-accent,#17A7E0)!important;
}
.sharp-sd-card__heart.is-active svg path,
.sharp-sd-card__heart[aria-pressed="true"] svg path{
  fill:currentColor!important;stroke:currentColor!important;
}

/* Body */
.sharp-sd-card__body{
  display:flex!important;flex-direction:column!important;gap:16px!important;
  width:100%!important;padding:20px!important;box-sizing:border-box!important;
  background:#fff!important;align-items:stretch!important;
}
.sharp-sd-card__top.bde-columns{
  display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
  align-items:flex-start!important;gap:16px!important;width:100%!important;
}
.sharp-sd-card__top > .bde-column{padding:0!important}
.sharp-sd-card__identity{flex:1 1 auto!important;min-width:0!important;width:auto!important;max-width:none!important}
.sharp-sd-card__price{flex:0 0 auto!important;width:auto!important;max-width:40%!important}
.sharp-sd-card__type.bde-text{
  margin:0 0 8px!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace)!important;
  font-size:11px!important;letter-spacing:.1em!important;text-transform:uppercase!important;
  color:var(--sharp-accent,#17A7E0)!important;font-weight:500!important;
}
.sharp-sd-card__address.bde-heading,
.sharp-sd-card__address{
  margin:0!important;
  font-family:var(--sharp-font-heading,"SharpHeadingFont",sans-serif)!important;
  font-size:22px!important;line-height:1.25!important;font-weight:500!important;
  color:var(--sharp-accent,#17A7E0)!important;
}
.sharp-sd-card__address a{color:inherit!important;text-decoration:none!important}
.sharp-sd-card__price-inner.bde-shortcode,
.sharp-sd-card__price .bde-shortcode{
  display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:4px!important;
}
.sharp-sd-card__amount{
  display:block!important;margin:0!important;
  font-size:26px!important;font-weight:600!important;line-height:1.1!important;
  color:var(--sharp-ink,#03353D)!important;
}
.sharp-sd-card__period{
  display:block!important;margin:0!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace)!important;
  font-size:10px!important;letter-spacing:.08em!important;text-transform:uppercase!important;
  color:rgba(3,53,61,.55)!important;
}

/* Specs row */
.sharp-sd-card__specs.bde-columns{
  display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;
  align-items:center!important;gap:14px 18px!important;width:100%!important;
}
.sharp-sd-card__specs > .bde-column{
  width:auto!important;max-width:none!important;flex:0 0 auto!important;padding:0!important;
}
.sharp-sd-card__specs .bde-icon-box,
.sharp-sd-card__specs .breakdance-icon-box{
  display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;
  background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;
}
.sharp-sd-card__specs .ee-iconbox-icon,
.sharp-sd-card__specs .breakdance-icon-atom{
  width:24px!important;height:24px!important;min-width:24px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  color:var(--sharp-accent,#17A7E0)!important;
}
.sharp-sd-card__specs .ee-iconbox-icon svg,
.sharp-sd-card__specs .breakdance-icon-atom svg{
  width:24px!important;height:24px!important;fill:currentColor!important;
}
.sharp-sd-card__specs .ee-iconbox-text,
.sharp-sd-card__specs .ee-iconbox-content{
  margin:0!important;padding:0!important;
  font-size:16px!important;font-weight:500!important;color:var(--sharp-ink,#03353D)!important;
  line-height:1!important;
}
.sharp-sd-card__specs .ee-iconbox-title{display:none!important}

/* Footer */
.sharp-sd-card__footer.bde-columns{
  display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
  align-items:center!important;justify-content:space-between!important;gap:12px!important;
  width:100%!important;margin-top:auto!important;
  padding-top:16px!important;border-top:1px solid var(--sharp-border,#C7D8DE)!important;
}
.sharp-sd-card__footer > .bde-column{padding:0!important;width:auto!important;max-width:none!important}
.sharp-sd-card__footer > .bde-column:first-child{flex:1 1 auto!important;min-width:0!important}
.sharp-sd-card__footer > .bde-column:last-child{flex:0 0 auto!important}
.sharp-sd-card__inspection{
  display:flex!important;align-items:center!important;gap:10px!important;
  padding:10px 12px!important;border-radius:10px!important;
  background:var(--sharp-canvas,#fbf4ec)!important;
}
.sharp-sd-card__insp-label{
  display:block!important;margin:0 0 2px!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace)!important;
  font-size:9px!important;letter-spacing:.08em!important;text-transform:uppercase!important;
  color:rgba(3,53,61,.5)!important;
}
.sharp-sd-card__insp-value{
  display:block!important;margin:0!important;
  font-size:13px!important;font-weight:600!important;line-height:1.25!important;
  color:var(--sharp-ink,#03353D)!important;
}

@media (max-width:900px){
  .sharp-sd-card__top.bde-columns{flex-direction:column!important}
  .sharp-sd-card__price{max-width:100%!important}
  .sharp-sd-card__price-inner.bde-shortcode{align-items:flex-start!important}
  .sharp-sd-card__footer.bde-columns{flex-direction:column!important;align-items:stretch!important}
  
}


/* footer equal height */
.sharp-sd-card__footer.bde-columns{align-items:stretch!important}
.sharp-sd-card__footer .sharp-sd-card__inspection{min-height:48px!important;box-sizing:border-box!important}
.sharp-sd-card__footer .bde-button,.sharp-sd-card__footer 
.sharp-sd-card__footer .bde-button__button,.sharp-sd-card__footer .button-atom{min-height:48px!important;height:100%!important;box-sizing:border-box!important}

/* === HEART (final) — slot absolute, button static, hover color only === */
.sharp-sd-card__heart-slot.bde-shortcode,
.sharp-sd-card .sharp-sd-card__heart-slot{
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  left:auto!important;
  bottom:auto!important;
  z-index:6!important;
  width:40px!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  line-height:0!important;
  transform:none!important;
  overflow:visible!important;
}
.sharp-sd-card__heart-slot .sharp-sd-card__heart,
.sharp-sd-card button.sharp-sd-card__heart{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  box-sizing:border-box!important;
  background:rgba(255,255,255,.96)!important;
  color:var(--sharp-ink,#03353D)!important;
  box-shadow:0 1px 4px rgba(3,53,61,.14)!important;
  cursor:pointer!important;
  transform:none!important;
  outline:none!important;
  transition:background-color .15s ease,color .15s ease!important;
}
.sharp-sd-card__heart-slot .sharp-sd-card__heart:hover,
.sharp-sd-card button.sharp-sd-card__heart:hover{
  background:#fff!important;
  color:var(--sharp-accent,#17A7E0)!important;
  transform:none!important;
  top:auto!important;
  right:auto!important;
}
.sharp-sd-card__heart-slot .sharp-sd-card__heart.is-active,
.sharp-sd-card__heart-slot .sharp-sd-card__heart[aria-pressed="true"],
.sharp-sd-card button.sharp-sd-card__heart.is-active,
.sharp-sd-card button.sharp-sd-card__heart[aria-pressed="true"]{
  background:#E8F6FC!important;
  color:var(--sharp-accent,#17A7E0)!important;
  transform:none!important;
}
.sharp-sd-card__heart-slot .sharp-sd-card__heart.is-active svg path,
.sharp-sd-card__heart-slot .sharp-sd-card__heart[aria-pressed="true"] svg path,
.sharp-sd-card button.sharp-sd-card__heart.is-active svg path,
.sharp-sd-card button.sharp-sd-card__heart[aria-pressed="true"] svg path{
  fill:currentColor!important;
  stroke:currentColor!important;
}
.sharp-sd-card__heart-slot .sharp-sd-card__heart svg,
.sharp-sd-card button.sharp-sd-card__heart svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
  flex-shrink:0!important;
  transform:none!important;
}

/* CTA size */

.sharp-sd-card__footer .sharp-sd-card__inspection{
  min-height:52px!important;
  box-sizing:border-box!important;
}
.sharp-sd-card__footer.bde-columns{align-items:stretch!important}
.sharp-sd-card__footer 
.sharp-sd-card__footer 
/* CTA — one element only (shortcode <a>), no BD button wrapper */
.sharp-sd-card__cta-slot.bde-shortcode{display:block!important;background:transparent!important;padding:0!important;margin:0!important;border:0!important}
a.sharp-sd-card__cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:14px 26px!important;
  min-height:52px!important;
  box-sizing:border-box!important;
  border-radius:999px!important;
  border:0!important;
  background:#17A7E0!important;
  color:#fff!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace)!important;
  font-size:12px!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  transition:background-color .2s ease!important;
}
a.sharp-sd-card__cta:hover,
a.sharp-sd-card__cta:focus{
  background:#118FC1!important;
  color:#fff!important;
  text-decoration:none!important;
}
.sharp-sd-card__footer.bde-columns{
  display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;
  align-items:center!important;justify-content:space-between!important;gap:12px!important;
}
.sharp-sd-card__footer > .bde-column:last-child{flex:0 0 auto!important;width:auto!important}

/* Empty state — hide when Phox/loop has cards (WP_Query condition is wrong under Phox) */
.sharp-no-results,
.sharp-no-results-wrap{
  display:none!important;
}
body.sharp-archive-empty .sharp-no-results,
body.sharp-archive-empty .sharp-no-results-wrap,
.phox-facets-target:not(:has(.sharp-sd-card)):not(:has(.bde-loop-item)) ~ .sharp-no-results,
.sharp-property-loop:not(:has(.sharp-sd-card)):not(:has(.bde-loop-item)) .sharp-no-results{
  /* fallback shown via JS class on body */
}
body.sharp-archive-empty .sharp-no-results,
body.sharp-archive-empty .sharp-no-results-wrap{
  display:block!important;
}
/* EMPTY STATE PHOX FIX */
.bde-heading.sharp-no-results-wrap,
.bde-heading.sharp-no-results,
.bde-text.sharp-no-results,
.sharp-no-results-wrap,
.sharp-no-results{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
}
body.sharp-archive-empty .bde-heading.sharp-no-results-wrap,
body.sharp-archive-empty .bde-heading.sharp-no-results,
body.sharp-archive-empty .bde-text.sharp-no-results,
body.sharp-archive-empty .sharp-no-results-wrap,
body.sharp-archive-empty .sharp-no-results{
  display:block!important;
  visibility:visible!important;
  height:auto!important;
  overflow:visible!important;
}
/* CTA: single pill on <a> only — never style Shortcode wrapper as button */
.sharp-sd-card__cta-slot.bde-shortcode,
.sharp-sd-card__cta-slot{
  display:block!important;
  background:transparent!important;
  padding:0!important;margin:0!important;border:0!important;
  box-shadow:none!important;min-height:0!important;
}
.sharp-sd-card__cta-slot::before,
.sharp-sd-card__cta-slot::after{content:none!important;display:none!important}
.sharp-sd-card a.sharp-sd-card__cta{
  flex-shrink:0;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
  padding:14px 26px!important;min-height:52px!important;box-sizing:border-box!important;
  border-radius:999px!important;border:0!important;
  background:var(--sharp-accent,#17A7E0)!important;
  color:#fff!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace)!important;
  font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important;
  font-weight:500!important;text-decoration:none!important;white-space:nowrap!important;
  box-shadow:none!important;outline:0!important;
  transition:background .2s cubic-bezier(0.4,0,0.2,1)!important;
}
.sharp-sd-card a.sharp-sd-card__cta:hover,
.sharp-sd-card a.sharp-sd-card__cta:focus{
  background:var(--sharp-hover,#118FC1)!important;
  color:#fff!important;
  box-shadow:none!important;transform:none!important;
}
.sharp-sd-card a.sharp-sd-card__cta::before,
.sharp-sd-card a.sharp-sd-card__cta::after{content:none!important;display:none!important}
.sharp-empty-msg{margin:32px 0;color:#03353D}
.sharp-empty-msg h2{margin:0 0 8px;font-size:32px;line-height:1.2;font-weight:500;color:#093138}
.sharp-empty-msg p{margin:0;font-size:17px;line-height:1.5;color:rgba(3,53,61,.75)}

/* Ribbon: replace Phox's rotated diagonal-fold effect (gets clipped by the card
   media wrap's overflow:hidden, looked cluttered/cut off) with a clean padded tag */
.breakdance .autogenerated-blce-ribbon-522-132{
  position:absolute!important;
  top:14px!important;left:14px!important;right:auto!important;bottom:auto!important;
  z-index:4!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background-color:#D93B3B!important;
  color:#fff!important;
  padding:10px 20px!important;
  padding-inline:20px!important;
  padding-bottom:10px!important;
  border-radius:6px!important;
  border-image:none!important;
  clip-path:none!important;
  transform:none!important;
  transform-origin:initial!important;
  line-height:1!important;
  font-family:var(--sharp-font-ui,"RitualMono-Regular",monospace)!important;
  font-size:13px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;
  box-shadow:0 4px 14px rgba(3,53,61,.25)!important;
}
.breakdance .autogenerated-blce-ribbon-522-132 .ribbon{
  display:block!important;
}
