.home-shelf-page .header {
    z-index: auto;
    pointer-events: auto;
}

.home-shelf-page .account-links {
    z-index: 100;
    pointer-events: auto;
    justify-content: flex-end;
}

.account-links form { margin: 0; }
.account-links button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.account-links .signed-in { font-weight: 700; }
.home-shelf-page .admin-contact { position:absolute;left:390px;top:28px;z-index:100;pointer-events:auto;color:#4b2917;font:italic 15px Georgia,"Times New Roman",serif;white-space:nowrap;text-decoration:underline;text-underline-offset:4px;cursor:pointer; }
@media (max-width:650px){.home-shelf-page .admin-contact{left:100px;top:57px;font-size:11px;white-space:normal}.home-shelf-page .account-links{top:10px}}
.profile-saved-message{position:fixed;left:50%;top:18px;z-index:300;transform:translateX(-50%);padding:12px 22px;border:2px solid #4e5b28;border-radius:8px;background:#f5dfb7;color:#3c2618;font:700 16px Georgia,serif;box-shadow:0 8px 24px rgba(45,25,10,.35)}
