/*

Theme Name: Pro
Theme URI: https://theme.co/pro
Author: Themeco
Author URI: https://theme.co
Description: The future of WordPress themes and ultimate site builder.
Version: 6.7.10
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: __x__

*/

.jobs-listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.job-card {
  padding: 24px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.job-title {
  font-size: 1.2rem;
}

.job-meta {
  list-style: none;
  padding: 0;
}

.job-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}