[popover] {
    background: white;
    color: black;
    padding: 20px;
    border: 1px solid #e74efb;
}

[popover]:-internal-popover-in-top-layer::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

code:not(pre code) {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

img {
    width: clamp(200px, 100%, 750px);
}