.elementor-8224 .elementor-element.elementor-element-9fa7f27{--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;}.elementor-8224 .elementor-element.elementor-element-9fa7f27.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8224 .elementor-element.elementor-element-5586924{width:100%;max-width:100%;}.elementor-8224 .elementor-element.elementor-element-5586924.elementor-element{--align-self:stretch;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8224 .elementor-element.elementor-element-9fa7f27{--width:530px;}}@media(min-width:768px){.elementor-8224 .elementor-element.elementor-element-9fa7f27{--width:820px;}}@media(max-width:1024px) and (min-width:768px){.elementor-8224 .elementor-element.elementor-element-9fa7f27{--width:750px;}}/* Start custom CSS *//* 1 Spalte, untereinander, volle Breite */
.tff-grid--cards{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin:15px 0px;
  width:100%;
}

/* Quer Profilfenster */
.tff-card--stack{
  width:100%;
  max-width:100%;
  display:block;
  text-decoration:none;
  border-radius:16px;
  overflow:hidden;
  background:#fda0bb;
  box-shadow:0 10px 35px rgba(0,0,0,.15);
}

/* Bildstreifen oben */
.tff-media-strip{
  display:flex;
  width:100%;
  height:170px;
  overflow:hidden;
  background:#111;
}

/* Hauptbild noch schmaler */
.tff-media-main{
  flex:0 0 40%;
  height:100%;
}
.tff-media-main img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* rechte Bilder, feste Kachelbreiten, rechts wird abgeschnitten */
.tff-media-side{
  flex:1 1 auto;
  height:100%;
  display:flex;
  overflow:hidden;
}

/* Desktop, 4 weitere Bilder sichtbar */
.tff-media-thumb{
  flex:0 0 120px;
  height:100%;
}
.tff-media-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Text größer */
.tff-card__body{
  padding:5px 15px;
  font-weight: 400;
      font-family:"montserat", serif;
  color:#fff;
}

.tff-card__city{
  font-size:20px;
  font-weight: 400;
      font-family:"montserat", serif;
  opacity:.92;
  margin-bottom:4px;
}

.tff-card__title{
  font-size:24px;
  font-weight:600;
  line-height:1.08;
  margin-bottom:8px;
}

.tff-card__meta{
  font-size:18px;
    font-family:"montserat", serif;
    font-weight: 400;
  opacity:.88;
  line-height:1.25;
}

/* Breakpoints */
@media (max-width:1024px){
  .tff-media-strip{ height:160px; }
  .tff-card__title{ font-size:23px; }
  .tff-media-thumb{ flex-basis:110px; }
}

@media (max-width:767px){
  .tff-media-strip{ height:150px; }
  .tff-media-main{ flex-basis:44%; }
  .tff-media-side{ flex-basis:auto; }
  .tff-card__title{ font-size:22px; }
  .tff-media-thumb{ flex-basis:96px; }
  .tff-card__meta, .tff-card__city{
      font-size:16px;
  }
  .tff-media-thumb:nth-child(n+4){ display:none; }
}

@media (max-width:480px){
  .tff-media-strip{ height:140px; }
  .tff-media-main{ flex-basis:48%; }
  .tff-card__body{ padding:14px; }
  .tff-card__title{ font-size:21px; }
  .tff-media-thumb{ flex-basis:88px; }
    .tff-card__meta, .tff-card__city{
      font-size:16px;
  }
  .tff-media-thumb:nth-child(n+4){ display:none; }
}

/* Load More unsichtbar */
.facetwp-load-more {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 1px;
  width: 1px;
}

.facetwp-pager {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: visible;
}

/* Anzeige Card */
.tff-ad-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 240px;
  background: #000;
  box-shadow: 0 10px 35px rgba(0,0,0,.25);
}

/* Anzeige Link */
.tff-ad-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  text-decoration: none;
  color: #fff;
}

/* Anzeige Hintergrund */
.tff-ad-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://trulyfeetfans.com/wp-content/uploads/2026/01/Nylon-high-heels-und-sandalen-tff.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: scale(1.02);
}

/* Glass Effekt */
.tff-ad-glass {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 3;
  padding: 16px;
  border-radius: 18px;
  background: rgba(60,10,30,.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.15);
}

/* Anzeige Badge */
.tff-ad-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.4);
}

/* Anzeige Text */
.tff-ad-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.05;
}

.tff-ad-subtitle {
  margin-top: 4px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: .04em;
}

/* Hover nur Desktop */
@media (hover: hover) {
  .tff-card--stack:hover {
    transform: scale(1.01);
  }

  .tff-ad-link:hover .tff-ad-bg {
    transform: scale(1.05);
  }
}
/* Anzeige Karte soll sich exakt wie Profilkarte verhalten */
.tff-ad-card {
  display: block;
  width: 100%;
  min-height: 240px;
}

/* Wichtig: echter Flow Container */
.tff-ad-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  position: relative;
}
.tff-ad-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  text-decoration: none;
  color: #fff;
  position: relative;
}/* End custom CSS */