
/* Ebruvia Moda - Yorum Kartı Siyah Footer Kökten Fix */
/* Site genel footer stilleri yorum kartlarının alt kısmına taşmasın diye çok güçlü override. */

.yrf-card footer,
.yr-card footer,
.yr-card .card-footer,
.emvw-card footer,
.emr-review footer,
.ebv-review-card-final footer,
.yrf-slide footer,
.yr-slide footer,
.emvw-slide footer,
.ebv-product-review-grid article footer,
.ebv-home-review-card footer,
.ebv-home-reviews-safe-track article footer,
[class*="review"] article footer,
[class*="yorum"] article footer {
  background: #fff8f5 !important;
  background-color: #fff8f5 !important;
  color: #8a7470 !important;
  border-top: 1px solid #f0ddd6 !important;
  border-radius: 0 0 16px 16px !important;
  padding: 10px 0 0 !important;
  margin: 12px 0 0 !important;
  min-height: auto !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Eğer footer içindeki span/b alanları siyah zeminden miras aldıysa düzelt */
.yrf-card footer *,
.yr-card footer *,
.emvw-card footer *,
.emr-review footer *,
.ebv-review-card-final footer *,
.yrf-slide footer *,
.yr-slide footer *,
.emvw-slide footer *,
.ebv-product-review-grid article footer *,
.ebv-home-review-card footer *,
.ebv-home-reviews-safe-track article footer *,
[class*="review"] article footer *,
[class*="yorum"] article footer * {
  background: transparent !important;
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

/* Tarih */
.yrf-card footer span,
.yr-card footer span,
.emvw-card footer span,
.emr-review footer span,
.ebv-review-card-final footer span,
.yrf-slide footer span,
.yr-slide footer span,
.emvw-slide footer span,
.ebv-product-review-grid article footer span,
[class*="review"] article footer span,
[class*="yorum"] article footer span {
  color: #8a7470 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* Onaylı rozeti */
.yrf-card footer b,
.yr-card footer b,
.emvw-card footer b,
.emr-review footer b,
.ebv-review-card-final footer b,
.yrf-slide footer b,
.yr-slide footer b,
.emvw-slide footer b,
.ebv-product-review-grid article footer b,
[class*="review"] article footer b,
[class*="yorum"] article footer b {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff4f6 !important;
  background-color: #fff4f6 !important;
  color: #a3072a !important;
  border: 1px solid #f0cfd7 !important;
  border-radius: 999px !important;
  padding: 6px 10px !important;
  font-size: 11.5px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* Kartların kendisi siyah miras almasın */
.yrf-card,
.yr-card,
.emvw-card,
.emr-review,
.ebv-review-card-final,
.ebv-product-review-grid article,
[class*="review"] article,
[class*="yorum"] article {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #2b2020 !important;
  overflow: hidden !important;
}

/* Yorum metinleri ve başlıklar okunur kalsın */
.yrf-card p,
.yr-card p,
.emvw-card p,
.emr-review p,
.ebv-review-card-final p,
[class*="review"] article p,
[class*="yorum"] article p {
  color: #473837 !important;
}

/* Siyah bant kalıntısı yapan pseudo element varsa kapat */
.yrf-card footer:before,
.yrf-card footer:after,
.yr-card footer:before,
.yr-card footer:after,
.emvw-card footer:before,
.emvw-card footer:after,
.emr-review footer:before,
.emr-review footer:after,
[class*="review"] article footer:before,
[class*="review"] article footer:after,
[class*="yorum"] article footer:before,
[class*="yorum"] article footer:after {
  display: none !important;
  content: none !important;
}

/* Ana sayfa/yorum sayfası genel alt footer etkilenmesin diye sadece kart içi footer hedeflendi. */
