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

details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
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 {
  padding: 0.2em 0.5em;
  cursor: pointer;
}

/*
     FILE ARCHIVED ON 11:50:56 Jul 28, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:14:25 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: 0.558
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.038
  esindex: 0.008
  cdx.remote: 12.993
  LoadShardBlock: 85.925 (3)
  PetaboxLoader3.datanode: 81.004 (4)
  PetaboxLoader3.resolve: 89.093 (2)
  load_resource: 86.447
*/