example-frame { display: flex; flex-direction: row-reverse; align-items: flex-start; column-gap: 10px; margin-inline: auto; width: 720px; }
example-panel { display: flex; flex-direction: column; justify-content: center; gap: 5px; }
example-img { display: block; background-image: url("../images/e4.png"); width: 604px; min-width: 604px; height: 456px; min-height: 456px; position: relative; background-repeat: no-repeat; background-size: contain; }
[lang="en"] example-img::before { content: "Adding & Settings"; left: 1px; position: absolute; top: -40px; font-size: 28px; text-shadow: rgb(150, 150, 150) 1px 1px 1px; font-style: oblique; }
[lang="he"] example-img::after { content: "הוספה והגדרות"; right: 1px; position: absolute; top: -40px; font-size: 28px; text-shadow: rgb(150, 150, 150) 1px 1px 1px; font-style: oblique; }
example-item { display: none; border: 3px solid rgb(255, 0, 0); border-radius: 50px; position: absolute; }
.tree { width: 297px; height: 226px; left: 9px; top: 146px; }
img.list { width: 604px; height: 458px; left: 0px; top: 0px; display: none; }
img.selector { width: 604px; height: 458px; left: 0px; top: 0px; display: none; }
img.def { width: 604px; height: 458px; left: 0px; top: 0px; display: none; }
label { box-shadow: rgb(173, 173, 173) 1px 1px 1px 1px; border-radius: 4px; padding: 0px 0px 0px 3px; width: 120px; white-space: pre; user-select: none; direction: ltr; text-align: center; }
label:hover { background-color: rgb(0, 110, 255); color: rgb(255, 255, 255); cursor: pointer; }
input[type="radio"] { display: none; }
example-frame:has([data-type="tree"]:checked) .tree { display: inline-block; }
example-frame:has([data-type="list"]:checked) .list { display: inline-block; }
example-frame:has([data-type="selector"]:checked) .selector { display: inline-block; }
example-frame:has([data-type="def"]:checked) .def { display: inline-block; }
label:has(input[type="radio"]:checked) { font-weight: bold; box-shadow: rgb(173, 173, 173) 1px 1px 1px 1px inset; }
label:has(input[type="radio"]:checked):hover { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); cursor: default; }
@media screen and (max-width: 750px) {
  example-frame { display: flex; flex-direction: column; width: 310px; }
  example-panel { display: flex; flex-flow: wrap; justify-content: space-evenly; }
  example-img { height: 231px; min-height: 231px; width: 306px; min-width: 306px; }
  .tree { width: 160px; height: 121px; left: 3px; top: 65px; }
  img.list { width: 304px; height: 230px; left: 0px; top: 0px; }
  img.selector { width: 305px; height: 227px; left: 0px; top: 0px; }
  img.def { width: 304px; height: 232px; left: 36px; top: 0px; }
}