import {css} from 'lit'; export const styles = css` .powered-by { position: absolute; bottom: 2px; right: 2px; font-size: 9.5px; color: #000000; background-color: #ffffff7d; padding: 1px 2px; z-index: 2; border-radius: 2px; line-height: 1.2; a { color: #000000; font-weight: bold; text-decoration: none; } } `;