.ve-feed-form textarea { width:100%; min-height:100px; padding:8px; }
.ve-feed-form input[type="file"] { display:block; margin:8px 0; }
.ve-feed-item { border:1px solid #eee; padding:12px; margin-bottom:12px; border-radius:6px; background:#fff; }
.ve-feed-header { display:flex; justify-content:space-between; margin-bottom:8px; font-size:14px; }
.ve-feed-image img { max-width:100%; height:auto; margin-top:8px; }
.ve-success { color:green; }
.ve-error { color:red; }

.ve-feed-content img {
  width: 100%;
  height: 160px !important;
  object-fit: contain;
}

.ve-feed-time {
  background-color: #b79367;
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
}
.ve-feed-item strong {
  color: #0d3b5d;
}

.ve-feed-content p {
  font-size: 13px;
  line-height: 23px;
}
#ve-feed-visibility {
  background-color: white;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#ve-feed-form {
  background-color: white;
  padding: 10px 10px;
  border: 1px solid #cccccc70;
  border-radius: 5px;
}
#ve-feed-content {
  background-color: #b7936759;
}

#ve-feed-submit {
  padding: 10px 40px !important;
  border-radius: 40px !important;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: normal !important;
  transform: unset !important;
  box-shadow: unset !important;
}