.work-path-jobs-wrapper {
    margin-bottom: 20px;
}

.work-path-jobs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-path-job-item {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.work-path-job-item a {
    text-decoration: none;
    color: #333;
}

.work-path-job-title {
    margin: 0 0 10px;
    font-size: 1.2em;
}

.work-path-job-meta {
    font-size: 0.9em;
    color: #777;
}

.work-path-job-company {
    margin-right: 15px;
}

.work-path-job-single .entry-header {
    margin-bottom: 20px;
}

.work-path-job-single .entry-title {
    font-size: 2em;
    margin-bottom: 10px;
}

.border-custom-light-gray {
    border-color: #b6babe !important; /* A shade slightly lighter than Bootstrap's secondary */
}

/* Job Hero */
.job-hero {
  background-color: #fff;
  padding: 25px 30px;
  border-left: 5px solid #0d6efd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  text-align: left;
}
.job-hero h1 { font-size: 2rem; margin-bottom: 10px; }
.job-hero p { margin-bottom: 10px; color: #6c757d; }
.job-tags .badge { margin-right: 5px; }

/* Quick Info */
.quick-info h5 { text-align: center; margin-bottom: 30px; font-weight: bold; }
.quick-info .col { border-right: 1px solid #ddd; padding: 15px 0; }
.quick-info .col:last-child { border-right: none; }
.quick-info h6 { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; margin-bottom: 8px; display:flex; justify-content:center; align-items:center; gap:5px; }
.quick-info p { font-size: 0.95rem; margin-bottom:0; }
.apply-btn { margin-top: 20px; }

/* Section styling */
.job-section {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.job-section h3 {
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-weight: bold;
}
.job-section h4 { margin-top: 20px; font-weight: 600; }

/* Similar Jobs */
.similar-job-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  text-align:center;
  transition:all 0.3s;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}
.similar-job-card:hover {
  border-color: #0d6efd;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Divider */
.divider { border-top: 1px solid #ddd; margin: 40px 0; }

/* Company Profile Page Specific Styles */

/* General section styling for consistency */
.company-section-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.company-section-card h2,
.company-section-card h3,
.company-section-card h4 {
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Company Header/Hero Section */
.company-profile-header .card-body {
    padding: 2rem;
}

.company-profile-header .card-title {
    font-size: 2.5rem;
    color: #0d6efd; /* Bootstrap primary blue */
}

.company-profile-header .text-muted {
    font-size: 1.1rem;
}

.company-profile-header .rounded-circle {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important; /* Remove padding that might look like a border */
}

.company-profile-header .col-md-3 {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important; /* Ensure no background color is showing through padding */
}

/* Contact Information Block */
.contact-info {
    background-color: #f8f9fa; /* Light gray background */
    border-left: 5px solid #0d6efd;
    padding: 20px;
    border-radius: 8px;
}

.contact-info h5 {
    color: #0d6efd;
    margin-bottom: 15px;
}

.contact-info p {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.contact-info i {
    color: #6c757d; /* Bootstrap secondary gray */
    margin-right: 10px;
}

/* About Us Section */
.company-about-us .card-body {
    line-height: 1.7;
    color: #555;
}

/* Jobs by this Company Section */
.company-jobs-section .card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.company-jobs-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.company-jobs-section .card-title {
    color: #0d6efd;
}

.company-jobs-section .btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd;
}

.company-jobs-section .btn-outline-primary:hover {
    background-color: #0d6efd;
    color: #fff;
}
