/*
Theme Name: Jet One Child
Theme URI:
Author: Curly Themes
Author URI:
Description: Child Theme for Jet One Theme
Version: 1
Template: jet-one

*/

.job-single-container {
  max-width: 900px;
  margin: auto;
  padding: 30px;
}

.job-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.job-meta p {
  font-size: 16px;
  margin: 5px 0;
}

.job-description {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.7;
}

.job-apply-btn {
  margin-top: 40px;
  padding: 12px 20px;
  background: #0073ff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
}

.job-apply-btn:hover {
  background: #005bd4;
}
