/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 * @see https://nicolasgallagher.com/css-background-image-hacks/
 */

details {
  border: 1px solid #ccc;
  margin-top: 1em;
  margin-bottom: 1em;
}
details > .details-wrapper {
  padding: 0.5em 1.5em;
}
/* @todo Regression: The summary of uncollapsible details are no longer
     vertically aligned with the .details-wrapper in browsers without native
     details support. */
summary {
  cursor: pointer;
  padding: 0.2em 0.5em;
}

/*
     FILE ARCHIVED ON 09:21:55 Feb 09, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:19:09 May 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.543
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.041
  esindex: 0.009
  cdx.remote: 37.102
  LoadShardBlock: 61.949 (3)
  PetaboxLoader3.datanode: 67.393 (4)
  PetaboxLoader3.resolve: 38.477 (2)
  load_resource: 107.074
*/