/* Sharing and recommendation visuals come directly from /style.min.css,
   exactly as on the main pages. Only clipboard feedback is shop-specific. */
.shop-community { min-width: 0; }

.shop-community .share-feedback {
  flex-basis: 100%;
  margin: 0;
  color: #b8c2d7;
  font-size: 13px;
  line-height: 1.5;
}
.shop-community .share-feedback:empty { display: none; }
.shop-community .share-section:has(.share-feedback:not(:empty)) { flex-wrap: wrap; }
.shop-community .share-fallback {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 10px;
  border: 1px solid #8fd3ff;
  border-radius: 8px;
  background: #121420;
  color: #dce6f5;
  font: inherit;
  font-size: 14px;
}
.shop-community [hidden] { display: none; }
