/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/**
 * @file
 * Styles for Job Postings view page.
*/
.view-job-postings .views-row {
  margin-bottom: 1rem;
}
h3.job-posting-title {
  margin-bottom: 2px;
  font-family: 'museo-sans', 'Muli', Calibri, Arial, sans-serif;
}
.posting-card {
  padding: 0.5rem 1rem;
  border: 1px solid #009AA9;
  margin-top: 0.5rem;
}
