
.storymoj-wrapper {
  position: relative;
  display: inline-block;
}
.storymoj-user-photo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.storymoj-name-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  color: #000;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  font-weight: bold;
}
