/* NestPortal v359 · compartir comunicados */
.commShareActionsV359{
  display:flex;
  justify-content:flex-end;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(7,94,84,.10);
}
.commShareBtnV359{
  appearance:none;
  border:1px solid rgba(7,94,84,.16);
  border-radius:999px;
  min-height:44px;
  padding:9px 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:linear-gradient(145deg,rgba(239,251,248,.98),rgba(255,255,255,.98));
  color:#075e54;
  font:inherit;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 9px 20px rgba(7,94,84,.08),inset 0 1px 0 rgba(255,255,255,.96);
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.commShareBtnV359>span{font-size:20px;line-height:1}
.commShareBtnV359:hover{background:#e9faf5;box-shadow:0 12px 24px rgba(7,94,84,.11)}
.commShareBtnV359:active{transform:translateY(1px)}
.commShareBtnV359[disabled]{opacity:.62;cursor:wait;transform:none}
@media(max-width:520px){
  .commShareActionsV359{justify-content:stretch}
  .commShareBtnV359{width:100%;min-height:46px}
}
