#my-anchor-popover {
  anchor-name: --my-anchor-popover;
}

#my-target-popover {
  margin: initial;
  left: anchor(--my-anchor-popover right);
  top: anchor(--my-anchor-popover bottom);
}
