/* Keep the approved wide Reddit communication proof fully visible on every card. */
.proof-flip-evidence--wide {
  object-fit: contain !important;
  object-position: center;
  background: rgba(251, 253, 252, 0.98);
}

.proof-evidence-frame--communication,
.proof-library-grid--showcase .proof-evidence-frame--communication img {
  background: #f8fbfa;
}

.proof-library-grid--showcase .proof-evidence-frame--communication img {
  object-fit: contain !important;
  object-position: center;
}
