.listing-project-logo {
  position: absolute !important;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: auto !important;
  max-width: 118px;
  height: 112px !important;
  padding: 12px;
  border-radius: 14px;
  background: rgba(26, 23, 27, 0.82);
  object-fit: contain !important;
  filter: none;
  transform: none !important;
}

.detail-project-logo {
  display: block;
  width: auto;
  max-width: 150px;
  height: 145px;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(24, 21, 25, 0.58);
  object-fit: contain;
  backdrop-filter: blur(10px);
}

.detail-project-logo[hidden] { display: none; }

@media (max-width: 600px) {
  .listing-project-logo { max-width: 92px; height: 88px !important; }
  .detail-project-logo { max-width: 108px; height: 105px; padding: 10px; }
}
