
.fsp-desc {
  overflow-wrap: break-word;
}

/* food share point list */
ul.food-share-point-list li a span.image {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

ul.food-share-point-list li a span.image.noimage {
  background-color: var(--fs-color-light);
}

span.clear {
  display: block;
  clear: both;
}

textarea.comment {
  width: 475px;
}

/*wallpost*/
td.msgsm {
  width: 312px;
}

span#wallpost-loader img {
  margin: 5px;
}

#wallpost-submit {
  text-align: right;
}

#wallpost-attach-trigger {
  position: relative;
  top: 30px;
}

.attach-image {
  position: absolute;
  display: block;
  width: 100px;
  height: 15px;
  overflow: hidden;
}

@media all and (max-width: 500px) {
  textarea.comment {
    width: 94% !important;
  }
}

@media (max-width: 992px) {
  #wall-submit,
  #wallpost-attach-image {
    width: 100%;
    margin-top: 10px;
  }
}

.fsp-head[data-v-3931de89]{height:150px;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.fsp-minimap[data-v-3931de89]{border-color:var(--fs-border-default)}.fsp-meta-data[data-v-3931de89]{display:flex;justify-content:space-between;gap:2em;font-size:smaller}
