.dg-component-modal-overlay{background:rgba(0,0,0,.4);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:999}html[data-theme=dark] .dg-component-modal-overlay{background:rgba(0,0,0,.6)}.dg-component-modal{background:#fff;bottom:0;display:none;flex-direction:column;left:0;overflow-y:auto;padding:1.5rem;position:fixed;right:0;top:0;width:100%;z-index:9999}html[data-theme=dark] .dg-component-modal{background:#1f1f1f;color:#e8e8e8}.dg-component-modal__head{align-items:center;border-top:3px solid #e7e7e7;display:flex;padding:.75rem 1.5rem .75rem 0}html[data-theme=dark] .dg-component-modal__head{border-top-color:#3a3a3a}.dg-component-modal__title{flex:1;font-family:Body default,Georgia,serif;font-size:1.33rem;font-weight:700;line-height:1.1;margin:0;padding:0 .5rem;text-align:center}.dg-component-modal__nav{display:flex;flex:1;justify-content:center;padding:0}.dg-component-modal__nav ul{display:flex;flex-flow:row nowrap;gap:6px;list-style:none;margin:0;padding:0}.dg-component-modal__nav li{white-space:nowrap}.dg-component-modal__nav a{border-radius:.125rem;color:inherit;display:block;font-family:Body default,Georgia,serif;font-size:.875rem;font-weight:500;line-height:1.1;padding:.125rem .5rem;text-decoration:none}.dg-component-modal__nav a.active{background:#fbe5c4}html[data-theme=dark] .dg-component-modal__nav a.active{color:#1a1a1a}.dg-component-modal__back{background:none;border:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.dg-component-modal__back svg{height:1.5rem;width:1.5rem}.dg-component-modal__body{flex:1;overflow:visible;padding:0}.dg-component-modal--active{display:flex}@media (min-width:640px){.dg-component-modal{height:auto;margin:5rem auto;max-width:414px}}html.dg-modal-active{overflow:hidden;position:fixed;width:100%}html.dg-modal-active .dg-component-modal-overlay{display:block}