/* Source and licensing information for the line(s) below can be found at https://promerch.uk/core/modules/system/css/components/details.module.css. */
/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 */

.js details:not([open]) .details-wrapper {
  display: none;
}

/* Source and licensing information for the above line(s) can be found at https://promerch.uk/core/modules/system/css/components/details.module.css. */