/* Source and licensing information for the line(s) below can be found at https://promerch.uk/core/modules/system/css/components/container-inline.module.css. */
/**
 * @file
 * Inline items.
 */

.container-inline div,
.container-inline label {
  display: inline-block;
}
/* Details contents always need to be rendered as block. */
.container-inline .details-wrapper {
  display: block;
}
.container-inline .hidden {
  display: none;
}

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