.show-when-target {
    display: none;
}

.show-when-target:target {
    display: unset;
}
