#block-flexi-style-scrcheader {
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
}

#block-flexi-style-scrcheader .block-content {
  text-align: center !important;
  white-space: nowrap !important;
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* Desktop styles (1200px and up) */
@media (min-width: 1200px) {
  #block-flexi-style-scrcheader img[src*="mason-logo.png"] {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 40px 0 -120px !important;
    width: 163px !important;
    height: 119px !important;
    float: none !important;
  }

  #block-flexi-style-scrcheader img[src*="SCRClogo.gif"] {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 0 0 200px !important;
    max-width: 737px !important;
    height: 89px !important;
  }
}

/* Tablet styles (768px to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  #block-flexi-style-scrcheader img[src*="mason-logo.png"] {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 20px 0 -60px !important; /* Reduced spacing for tablets */
    width: 163px !important;
    height: 119px !important;
    float: none !important;
  }

  #block-flexi-style-scrcheader img[src*="SCRClogo.gif"] {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 0 0 100px !important; /* Reduced spacing for tablets */
    max-width: 600px !important; /* Smaller SCRC logo on tablets */
    height: auto !important;
  }
}

/* Mobile styles (767px and down) */
@media (max-width: 767px) {
  #block-flexi-style-scrcheader .block-content {
    white-space: normal !important; /* Allow wrapping on mobile */
  }

  #block-flexi-style-scrcheader img[src*="mason-logo.png"] {
    display: block !important; /* Stack vertically on mobile */
    margin: 0 auto 20px auto !important; /* Center and add bottom spacing */
    width: 163px !important;
    height: 119px !important;
    float: none !important;
  }

  #block-flexi-style-scrcheader img[src*="SCRClogo.gif"] {
    display: block !important; /* Stack vertically on mobile */
    margin: 0 auto !important; /* Center on mobile */
    max-width: 100% !important; /* Full width on mobile */
    width: auto !important;
    height: auto !important;
  }

  #block-flexi-style-scrcheader p,
  #block-flexi-style-scrcheader a {
    display: block !important; /* Block display on mobile */
    margin: 0 0 10px 0 !important;
    text-align: center !important;
  }
}

#block-flexi-style-scrcheader p,
#block-flexi-style-scrcheader a {
  display: inline !important;
  margin: 0 !important;
}

[data-align="left"] {
  float: none !important;
  text-align: center !important;
}