/* The share action sits below card details, clear of the photo and Save heart. */
html body #eps-search-app .listing.ui.card > .elika-share-v141-card {
  flex:0 0 auto;
  width:100%;
  box-sizing:border-box;
  margin:0;
  padding:0 18px 5px;
  border-top:1px solid #dedbd2;
  background:#fbfaf7;
}
html body #eps-search-app .elika-share-v141-card .elika-share-v140__trigger {
  min-height:44px;
  font-size:11px;
  color:#57482e;
}
html body #eps-search-app .elika-share-v141-card .elika-share-v140__plane { width:24px; height:24px; flex-basis:24px; }
/* Native list mode uses a horizontal flex row. Reserve a footer below that row. */
html body #eps-search-app .list-view .listing.ui.card:has(> .elika-share-v141-card) {
  position:relative;
  padding-bottom:50px !important;
}
html body #eps-search-app .list-view .listing.ui.card > .elika-share-v141-card {
  position:absolute;
  bottom:0;
  left:0;
}
html body .listing-details .share-btns .elika-share-v140 { margin:6px 0 12px; }
