.mella-ls{display:flex;flex-direction:column;align-items:flex-start;gap:4px;clear:both;width:100%;max-width:100%;box-sizing:border-box;margin:12px 0;font-family:inherit}
.mella-ls .mella-ls__buttons{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;gap:5px;max-width:100%;overflow-x:auto;padding:4px;margin:-4px;box-sizing:border-box}
.mella-ls .mella-ls__button{display:inline-flex!important;flex:0 0 auto!important;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:26px;width:auto!important;margin:0!important;padding:3px 7px!important;border:1px solid #d8deea;border-radius:4px;background:#fff;color:#21324a;font-family:inherit;font-size:12px!important;font-weight:600;line-height:18px!important;letter-spacing:normal;white-space:nowrap;text-decoration:none!important;cursor:pointer;box-sizing:border-box;box-shadow:none;transition:background .15s,border-color .15s}
.mella-ls .mella-ls__button:hover{background:#edf3ff;border-color:#9bb9ee}
.mella-ls .mella-ls__button:focus-visible{outline:2px solid #b25700;outline-offset:2px}
.mella-ls .mella-ls__share{background:#0866ff;border-color:#0866ff;color:#fff}
.mella-ls .mella-ls__share:hover{background:#064fc4;border-color:#064fc4;color:#fff}
.mella-ls .mella-ls__like[aria-pressed=true]{background:#edf3ff;border-color:#9bb9ee;color:#17458f;cursor:default;opacity:1}
.mella-ls .mella-ls__like:disabled:not([aria-pressed=true]){cursor:wait;opacity:.65}
.mella-ls .mella-ls__count{display:inline-block;min-width:14px;padding:0 3px;border-radius:3px;background:#eaf0f8;color:#21324a;text-align:center;font-size:10px;line-height:16px}
.mella-ls .mella-ls__status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mella-ls .mella-ls__status.is-error{position:static;width:auto;height:auto;margin:0;clip:auto;white-space:normal;font-size:12px;line-height:1.5;color:inherit}
.mella-ls__status:empty{display:none}
@media(prefers-reduced-motion:reduce){.mella-ls .mella-ls__button{transition:none}}

.mella-ls.mella-ls--left{align-items:flex-start;text-align:left}
.mella-ls.mella-ls--center{align-items:center;text-align:center}
.mella-ls.mella-ls--right{align-items:flex-end;text-align:right}
