.notes-trigger{background:#f8f3f1!important;color:#dabfb9!important;font-size:.8rem;font-weight:400;text-shadow:none!important;padding:.4rem 1rem;border:0!important;border-radius:50rem;text-decoration:none!important;display:inline-flex;align-items:center;gap:.35rem;transition:all .25s ease;box-shadow:0 1px 3px rgba(0,0,0,.03);cursor:pointer}.notes-trigger:active,.notes-trigger:hover{background:#eedfd9!important;color:#8c4233!important;box-shadow:0 2px 6px rgba(0,0,0,.06);transform:translateY(-1px)}.notes-trigger .fa-bookmark{color:inherit!important}.notes-popup{background-color:#fff;border:1px solid rgba(0,0,0,.1);border-bottom:none;border-top-left-radius:1rem;border-top-right-radius:1rem;color:var(--clr-dark, #303030);position:fixed;bottom:0;left:0;right:0;margin:auto auto 0;width:92%;max-width:100%;padding:1.25rem;box-shadow:0-.5rem 1.5rem rgba(0,0,0,.15);transform:translateY(100%);transition:transform .3s ease-out}.notes-popup[open]{transform:translateY(0)}.notes-popup.minimized{transform:translateY(calc(100% - 60px))}.notes-popup.minimized::backdrop{display:none}.notes-popup::backdrop{background:0 0;transition:opacity .3s ease-out}.notes-content{max-height:45vh;overflow-y:auto;font-size:.9rem}.notes-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:.75rem;margin-bottom:1rem}.notes-title{color:#b55b46;font-weight:700}.controls button{background:0 0;border:0;font-size:1.1rem;cursor:pointer;margin-left:.5rem;padding:.25rem .5rem;line-height:1;border-radius:.25rem;transition:background-color .15s ease}.controls button:hover{background-color:rgba(0,0,0,.05)}@media (min-width:768px){.notes-popup{width:85%;max-width:540px;border-left:1px solid var(--bs-border-color, #dee2e6);border-right:1px solid var(--bs-border-color, #dee2e6)}}@media (min-width:1024px){.notes-popup{max-width:600px}}@media (min-width:1440px){.notes-popup{max-width:700px}}