.et_pb_post {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease;
}

.et_pb_post:hover {
  transform: translateY(-5px);
}

.et_pb_post .entry-title {
  font-family: 'Space Mono', monospace;
  font-size: 1.2rem;
  margin: 1rem;
}

.et_pb_post .post-meta,
.et_pb_post .post-content {
  padding: 0 1rem 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.pg-date-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 70px;
  height: 70px;
  background-color: #81d742;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  z-index: 10;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-direction: column;
}

.post-meta {display: none;}
