/* FAMILY_APP_SHARE_V1 */
.family-app-share {
    box-sizing:border-box; margin:0 0 18px; padding:12px 14px;
    background:#181214; color:#f5efed; border:1px solid #654047;
    font:inherit; overflow-wrap:anywhere;
}
.family-app-share .fas-actions { display:flex; flex-wrap:wrap; gap:10px; }
.family-app-share button {
    display:inline-flex; align-items:center; justify-content:center;
    box-sizing:border-box; min-height:48px; max-width:100%; margin:0;
    padding:10px 16px; background:#751018; color:#fff;
    border:1px solid #e66d79; border-radius:0; font:inherit;
    font-size:16px; white-space:normal; cursor:pointer;
}
.family-app-share button:disabled { opacity:.6; cursor:wait; }
.family-app-share button:not(:disabled):hover { background:#941522; }
.family-app-share .fas-help, .family-app-share .fas-status {
    margin:10px 0 0; padding:0; font-size:14px; line-height:1.5;
}
.family-app-share .fas-status:empty { margin:0; }
.family-app-share label { display:block; margin-top:12px; }
.family-app-share input {
    box-sizing:border-box; width:100%; max-width:100%; min-width:0; min-height:48px;
    margin:6px 0 0; padding:10px; background:#0f0a0a; color:#fff;
    border:1px solid #a68f94; font:inherit; font-size:16px;
}
.family-app-share :focus-visible { outline:3px solid #fff; outline-offset:3px; }
.family-app-share [hidden] { display:none !important; }