/* Modernized Commish "Edit Site Wide Bulletin" page. Scoped under .modernSiteBulletinPage so it never affects
   other pages that reuse the shared _save_and_clear_buttons.rhtml partial (targeted here via its existing
   #saveButton/#clearButton ids, left untouched in the partial itself) or the global .ptfgWhiteOnBlue class. */

.modernSiteBulletinPage #pageTitle {
  margin-bottom: 12px;
}

.modernSiteBulletinPage .text-muted {
  color: #6b7280;
  display: block;
}

.modernSiteBulletinPage .form-group {
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 16px;
}

.modernSiteBulletinPage textarea.form-control {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd4e0;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  margin-bottom: 6px;
}

.modernSiteBulletinPage textarea.form-control:focus {
  outline: none;
  border-color: #1c5bc4;
  box-shadow: 0 0 0 3px rgba(28, 91, 196, 0.15);
}

.modernSiteBulletinPage #saveButton {
  border: none;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(11, 26, 103, 0.2);
}

.modernSiteBulletinPage #clearButton {
  background: #fff;
  color: #0b1a67;
  border: 1px solid #cfd4e0;
  border-radius: 6px;
  font-weight: 600;
}

.modernSiteBulletinPage #clearButton:hover {
  background: #f4f6fb;
}
