feedback-button{display:contents}feedback-button .feedback-button-link{position:fixed;z-index:1000;display:flex;align-items:center;justify-content:center;box-sizing:border-box;gap:.375em;background-color:var(--wu-orange);color:#fff;font-size:.875em;font-weight:500;letter-spacing:.03em;text-decoration:none;cursor:pointer;transition:var(--default-transtion),visibility 0s}feedback-button .feedback-button-icon{width:1.125em;height:1.125em;flex-shrink:0;background-image:var(--icon-edit-white);background-repeat:no-repeat;background-position:center;background-size:contain}feedback-button .feedback-button-link:hover{background-color:var(--wu-red80)}feedback-button .feedback-button-link:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}@media (min-width:1345px){feedback-button .feedback-button-link{top:50%;right:0;transform:translateY(-50%);writing-mode:vertical-rl;padding:1.25em .5em;border-radius:4px 0 0 4px}feedback-button .feedback-button-link:hover{padding-right:.75em}feedback-button .feedback-button-icon{display:none}}@media (max-width:1344px){feedback-button .feedback-button-link{bottom:1em;right:1em;padding:.75em 1em;border-radius:2em;box-shadow:0 2px 8px var(--dashboard-widget-box-shadow-color)}}@media (min-width:1345px){body:has(wundermap-view.full) feedback-button .feedback-button-link{right:300px}}@media (max-width:1344px) and (min-width:901px){body:has(wundermap-view.full) feedback-button .feedback-button-link{right:calc(300px + 3rem);bottom:.25rem}}@media (max-width:900px){body:has(wundermap-view.full) feedback-button .feedback-button-link{right:3rem;bottom:.25rem}}@media (max-width:1344px){body:has(wundermap-view.full radar-timeline.active) feedback-button .feedback-button-link{bottom:5rem}}body.content-loading feedback-button .feedback-button-link,body:has(header-menu-wc[checked]) feedback-button .feedback-button-link,body:has(wundermap-view.full.show-controls) feedback-button .feedback-button-link{opacity:0;visibility:hidden;pointer-events:none;transition:var(--default-transtion),visibility 0s .3s}