/* SafeSpace Webmail — Custom branding */

/* Interior: replace teal toolbars with login green (#56B04C) */
md-toolbar:not(.md-menu-toolbar):not(.md-accent) {
  background-color: #56B04C !important;
}
/* Sidebar toolbar (hue-2, originally darker teal) */
md-toolbar.md-hue-2:not(.md-menu-toolbar):not(.md-accent) {
  background-color: #4DA143 !important;
}

/* Hide the push-spacer so logo centers */
.sg-logo .md-flex.hide.show-gt-md {
  display: none !important;
}

/* Center the logo area */
.sg-logo > div.md-padding {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 1rem !important;
}

/* Logo image — fill the space */
.sg-logo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
