/* Hiding paragraph fields to disallow editing by Role GPMM users, specific to the 'Service status' page */
.draggable:has(.paragraph-hide)
{
  display: none;
}
/* Hiding subform fields of paragraphs to not allow editing by Role GPMM users, specific to the 'Service status' page */
.paragraph_subform-hide > .field--name-field-acces-gpmm,
.paragraph_subform-hide > .field--name-status,
.paragraph_subform-hide > .field--name-field-width,
.paragraph_subform-hide > .field--name-field-grey-bg,
.paragraph_subform-hide > .field--name-field-display-top-line,
.paragraph_subform-hide > .field--name-field-small-padding-top,
.paragraph_subform-hide > .field--name-field-background,
.paragraph_subform-hide > .field--name-field-background-mobile,
.paragraph_subform-hide > .field--name-field-bgcolor
{
  display: none;
}
