/**
Theme Name: Custom Theme
Template:   generatepress
Author: Awate
Description: A custom theme based on GeneratePress
Version: 3.5.1
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
 * ...other header fields
 */

body {
  background-color: #eff2f6;
  color: #393f47;
  font: normal 16px/24px Inter, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}
.job_listings {
  background-color: #eff2f6;
}

.job_listing .inside-article {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-radius: 0.5rem; /* 8px */
  min-height: 100%;
}

body .site-header .inside-header {
  padding: 0 20px;
}
body .site-header .inside-header {
  padding: 0 20px;
}
body .site-header {
  border-bottom: 1px solid #e5e7eb;
}
