.foldable.foldable-ready .foldable--trigger,
.foldable.foldable-ready .foldable--picture {
  cursor: pointer; }

.foldable.foldable-ready .foldable--title {
  position: relative; }

.foldable.foldable-ready .foldable--trigger {
  all: unset;
  position: absolute;
  inset: 0; }
  .foldable.foldable-ready .foldable--trigger:focus-visible {
    outline: auto; }
