.project-image > .project-verified-mark {
  top: 11px;
  left: 11px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #009060;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 5px 14px rgba(3, 92, 64, 0.25);
}

.project-image > .project-floorlo-badge {
  top: auto;
  left: 11px;
  bottom: 11px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #008b65;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
  box-shadow: 0 5px 15px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(6px);
}

@media (max-width: 768px) {
  .project-image > .project-verified-mark {
    width: 26px;
    height: 26px;
  }
}
