.right-panel-summary-container > .error-notification-area .ms-Button--icon {
  min-width: 0px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.right-panel-summary-container > .error-notification-area .ms-Button--icon:active {
  color: rgba( 51, 51, 51 ,  1 );
  color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
}

.right-panel-summary-container > .error-notification-area .ms-MessageBar + .ms-MessageBar {
  margin-top: 6px;
  margin-bottom: 0px;
}
