:root:not([data-theme=dark]),[data-theme=light]{--primary:#d81b60;--primary-hover:#c2185b;--primary-focus:rgba(216,27,96,.125);--primary-inverse:#fff;--form-element-border-color:#ddd;--border-radius:0}@media only screen and (prefers-color-scheme:dark){:root:not([data-theme=light]){--primary:#d81b60;--primary-hover:#e91e63;--primary-focus:rgba(216,27,96,.25);--primary-inverse:#fff;--form-element-border-color:#ddd;--border-radius:0}}[data-theme=dark]{--primary:#d81b60;--primary-hover:#e91e63;--primary-focus:rgba(216,27,96,.25);--primary-inverse:#fff}:root{--form-element-active-border-color:var(--primary);--form-element-focus-color:var(--primary-focus);--switch-color:var(--primary-inverse);--switch-checked-background-color:var(--primary)}h1,h2,h3,p{margin-top:0!important}h1,h2,h3,nav,p{margin-bottom:16px}nav{border-bottom:1px solid #ddd}.web-share-fade-in-up>button{background:var(--primary)!important}body{align-items:center;width:100%}#root{margin:auto;max-width:600px}.crumbs{align-items:center;display:flex;justify-content:space-between}.crumbs>div:nth-child(2){background-color:hsla(0,0%,100%,.5);border-radius:4px;padding:4px}.form{margin-top:16px}.image{margin-bottom:16px;width:100%}.form-group{align-items:center;display:flex;justify-content:space-between}.form-group>input[type=checkbox],.form-group>label{margin-bottom:16px}.form-group>input[required]{border-bottom-color:var(--primary)}.button-row{align-items:center;display:flex;justify-content:center}.button-row>button{margin-left:8px;margin-right:8px}.button-row>button:first-of-type{margin-left:0}.button-row>button:last-of-type{margin-right:0}