@keyframes loadingPlaceholder{0%{background-position:-468px 0}100%{background-position:468px 0}}.modal{position:fixed;top:0;left:0;z-index:1100;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5);color:#000;opacity:0;pointer-events:none;transition:opacity .5s;display:flex;align-items:center;justify-content:center}.modal.active{opacity:1;pointer-events:auto}.modal{--header-min-height: 3.875rem;--dialog-bg-color: #fff}.modal__dialog{background-color:var(--dialog-bg-color);width:90%;height:auto;max-height:90%;overflow:auto;border:2px solid #ffcb85;border-radius:4px}@media(min-width: 992px){.modal__dialog{border-width:4px;border-radius:6px}}.modal__header{position:sticky;top:0;left:0;z-index:1;width:100%;height:auto;text-align:right}.modal__footer{display:flex;gap:1rem;padding:1rem}.modal__close{padding:.25rem;border-radius:50%;box-shadow:none;background-color:#e5e5e5;transition:background-color .2s ease-in-out;opacity:.8;border:none;cursor:pointer;position:absolute;top:.5rem;right:.5rem}.modal__close:hover{background-color:#d5d5d5;opacity:1}.modal__close:before{--size: 32px;content:"";width:var(--size);height:var(--size);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M16 14.0003L23.0003 7L25 8.99969L17.9997 16L25 23.0003L23.0003 25L16 17.9997L8.99969 25L7 23.0003L14.0003 16L7 8.99969L8.99969 7L16 14.0003Z" fill="%23000"/></svg>');background-repeat:no-repeat;background-size:contain;background-position:center center;display:block}@media(min-width: 992px){.modal__close{opacity:1}.modal__close:before{--size: 26px}}.modal__body{--padding: 1rem;padding:var(--padding);height:auto}@media(min-width: 992px){.modal__body{--padding: 3rem}.modal__body .post{display:flex;gap:2rem;align-items:center}.modal__body .post-content{padding-top:2rem;padding-bottom:2rem}}.modal__body:empty{position:relative;min-height:80vh}.modal__body:empty:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px;animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:loadingPlaceholder;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);background-size:800px 104px}.modal__body:empty:before{display:block;height:calc(100% - var(--padding)*2);width:calc(100% - var(--padding)*2);top:var(--padding);left:var(--padding)}.modal__body .date{color:rgba(58,58,58,.5)}.modal__body p{margin-top:.5em;margin-bottom:.5em}@media(min-width: 992px){.modal__body p{font-size:1rem}}.modal__body .post-thumbnail img{border-radius:4px}@media(min-width: 992px){.modal__body .post-thumbnail{max-width:60%}.modal__body .post-thumbnail img{border-radius:6px;max-height:calc(80vh - 2*var(--padding))}}.modal__body .title{font-weight:bold !important}@media(max-width: 991.98px){.modal__body .title{font-size:1.2rem}}
