@keyframes slideInFromRight{from{transform:translateX(100%)}to{transform:translateX(0)}}.hide{display:none}.ghd-glossary-widget-modal{position:fixed;top:0;right:0;width:20%;height:100%;z-index:99999;transform:translateX(100%);visibility:hidden;animation:slideInFromRight .5s ease-out forwards;animation-delay:.1s;visibility:visible}@media (max-width:767px){.ghd-glossary-widget-modal{width:100%}}@media (min-width:768px) and (max-width:991px){.ghd-glossary-widget-modal{width:50%}}@media (min-width:992px) and (max-width:1199px){.ghd-glossary-widget-modal{width:50%}}.ghd-glossary-widget-modal-inner{position:relative;top:0;left:0;height:100%;background-color:#fff;padding:10px 10px 10px 20px;box-shadow:-5px 0 10px rgba(0,0,0,.5);overflow:auto}.ghd-glossary-widget-modal-titlebar{padding-top:10px;padding-bottom:10px;border-bottom:1px solid #000}.ghd-glossary-widget-modal-titlebar h2{margin:0;display:inline-block;text-transform:capitalize;max-width:calc(100% - 35px)}.ghd-glossary-widget-modal-close{float:right;margin-right:10px}.ghd-glossary-widget-modal-close:focus{outline:2px dashed rgba(var(--base-highlight),1)!important;outline-offset:2px!important}.ghd-glossary-widget-term::after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/> </svg>');display:inline-block;height:15px;width:15px;margin-left:2px;background-size:contain;background-position:center;color:#000}