{"version":3,"sources":["../../../../src/moj/components/page-header-actions/_page-header-actions.scss"],"names":[],"mappings":"AAAA,uCAAuC;;AAEvC;EACE,aAAa;EACb,4BAA4B,EAAE,qBAAqB;EACnD,+BAA+B;EAC/B,eAAe;EACf,8BAA8B;EAC9B,mBAAmB;EACnB,qBAAqB;AACvB;;AAEA;EACE;IACE,gBAAgB;EAClB;AACF;;AAEA;EACE;IACE,gBAAgB;EAClB;;EAEA;IACE,gBAAgB;EAClB;AACF","file":"_page-header-actions.scss","sourcesContent":["@use \"../../vendor/govuk-frontend\" as *;\n\n.moj-page-header-actions {\n  display: flex;\n  min-height: govuk-spacing(7); // Match button height\n  margin-bottom: govuk-spacing(7);\n  flex-wrap: wrap;\n  justify-content: space-between;\n  align-items: center;\n  gap: govuk-spacing(2);\n}\n\n.moj-page-header-actions__title {\n  [class^=\"govuk-heading-\"] {\n    margin-bottom: 0;\n  }\n}\n\n.moj-page-header-actions__actions {\n  .moj-button-group {\n    margin-bottom: 0;\n  }\n\n  .govuk-button {\n    margin-bottom: 0;\n  }\n}\n"]}