/*
Theme Name:     Medik Child
Theme URI: 		http://medik.wpengine.com/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Medik theme powered by DesignThemes
Template:       medik
Version:        1.0
*/



.job-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: #333;
}

.featured-image img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.company-logo {
  max-width: 150px;
  display: block;
  margin: 1rem auto;
}

.job-title {
  text-align: center;
  color: #0073aa;
  margin-bottom: 1rem;
}

.job-details {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.job-details li {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.job-description,
.job-requirements {
  margin-top: 1.5rem;
  background-color: #f1f1f1;
  padding: 1rem;
  border-radius: 10px;
}

.job-description h3,
.job-requirements h3 {
  color: #444;
  margin-bottom: 0.5rem;
}

.apply-btn {
  display: inline-block;
  background-color: #0073aa;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 1.5rem;
  transition: background-color 0.3s ease;
}

.apply-btn:hover {
  background-color: #005e8a;
}

header {
  position: relative !important;
  z-index: 999 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.job-container {
  position: relative;
  z-index: -1000;
}
