.partner-fc-card {
  height: 360px;
}

.partner-fc-front {
  display: flex;
  flex-direction: column;
}

.partner-logo-wrap {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0.9rem 0.9rem 0.6rem;
  background: #fff;
  overflow: hidden;
}

.partner-fc-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Falls ein Logo eher breit ist: volle Breite sauber nutzen */
.partner-logo-wrap img[src*=".svg"],
.partner-logo-wrap img[src*="logo"],
.partner-logo-wrap img[src*="Logo"] {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* Titel unten kompakt und stabil */
.partner-fc-front .u-fc-title {
  flex: 0 0 20%;
  height: 20%;
  min-height: 64px;
}

/* Rückseite kompakter */
.partner-fc-back {
  justify-content: center;
  padding: 0.8rem 0.85rem;
  gap: 0.55rem;
}

.partner-fc-back .u-fc-desc,
.partner-fc-back .u-fc-personal {
  text-align: left;
  font-size: 0.88rem;
  line-height: 1.35;
  margin: 0;
}

.partner-fc-back .u-fc-personal {
  opacity: 0.9;
}

.partner-fc-back .u-fc-link,
.partner-fc-back a.u-fc-link {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  padding: 0.42em 0.8em;
}
.partner-fc-back .u-fc-link::after,
.partner-fc-back a.u-fc-link::after {
  content: none !important;
  display: none !important;
}

.partner-fc-back .u-fc-link,
.partner-fc-back a.u-fc-link {
  align-self: center;
}