.hs-textmarker-toolbar{position:absolute;z-index:99999;display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid rgb(0 0 0 / .12);border-radius:999px;background:rgb(255 255 255 / .97);box-shadow:0 8px 28px rgb(0 0 0 / .16);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .12s ease,transform .12s ease,visibility .12s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hs-textmarker-toolbar.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.hs-textmarker-toolbar button{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin:0;padding:0;border:0;border-radius:50%;background:#fff0;color:#333;cursor:pointer;font:inherit;line-height:1}.hs-textmarker-toolbar button:hover,.hs-textmarker-toolbar button:focus-visible{background:#f1f1f1;outline:none}.hs-textmarker-toolbar button:focus-visible{box-shadow:0 0 0 2px #233057}.hs-textmarker-color span{display:block;width:18px;height:18px;border-radius:50%;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .06)}.hs-textmarker-color-yellow span{background:#ffd91a}.hs-textmarker-color-red span{background:#ff4d55}.hs-textmarker-color-blue span{background:#1467f3}.hs-textmarker-color-green span{background:#08b96b}.hs-textmarker-note,.hs-textmarker-delete{font-size:19px!important;font-weight:700}.hs-textmarker-delete{margin-left:2px!important;border-left:1px solid #dedede!important;border-radius:0 50% 50% 0!important}.hs-textmarker-mark{padding:0 .05em;border-radius:.08em;color:inherit;cursor:pointer;-webkit-box-decoration-break:clone;box-decoration-break:clone}.hs-textmarker-yellow{background:rgb(255 217 26 / .42)}.hs-textmarker-red{background:rgb(255 77 85 / .30)}.hs-textmarker-blue{background:rgb(20 103 243 / .24)}.hs-textmarker-green{background:rgb(8 185 107 / .25)}.hs-textmarker-mark[data-hs-textmarker-note]{text-decoration:underline dotted;text-decoration-thickness:1px;text-underline-offset:.18em}@media (max-width:600px){.hs-textmarker-toolbar{gap:6px;padding:8px 9px}.hs-textmarker-toolbar button{width:26px;height:26px}.hs-textmarker-color span{width:22px;height:22px}}