/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm-medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758886349
Updated: 2025-09-26 11:32:29
*/

/* Bullhorn Connect - Badge Styling */
.vacancy_meta_badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.vacancy_badge {
    display: inline-flex;
    align-items: center;
    background-color: #dc0432;
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    gap: 6px;
}

.vacancy_badge .bhc-icon-location,
.vacancy_badge .bhc-icon-salary {
    font-size: 12px;
}

/* Certification Tags Styling */
.bhc-certifications-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.bhc-certification-tag {
    display: inline-block;
    background-color: #dc0432;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.bhc-certification-tag:hover {
    background-color: #b8032a;
}

/* Category Tags */
.bhc-categories-tags .bhc-category-tag {
    background-color: #dc0432;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.bhc-categories-tags .bhc-category-tag:hover {
    background-color: #b8032a;
}

/* Skills Tags */
.bhc-skills-tags .bhc-skill-tag {
    background-color: #dc0432;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.bhc-skills-tags .bhc-skill-tag:hover {
    background-color: #b8032a;
}

/* Base structure */
#ps-vacancies-list {
  display: block;
  width: 100%;
}

.ps-vacancies-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)) !important;
}

/* Vacancy card */
.ps-vacancy-card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

/* Header */
.ps-vacancy-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.ps-company-logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 15px;
}

.ps-vacancy-title {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 600;
  color: #353535;
}

body .ps-vacancy-title a {
  color: inherit;
  text-decoration: none;
}

.ps-company-name {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Meta info */
.ps-job-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.ps-vacancy-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  font-size: 17px;
}

.ps-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
}
.ps-meta-item, .ps-vacancy-salary {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Salary */
.ps-job-meta-row .ps-vacancy-salary {
  font-weight: 600;
  color: var(--e-global-color-primary);
  margin-bottom: 15px;
}

/* Summary */
.ps-vacancy-summary {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Criteria */
.ps-vacancy-criteria {
  margin-bottom: 20px;
}

.ps-criteria-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #666;
  background: #f5f5f5;
  padding: 3px 8px;
  border-radius: 4px;
}

/* Buttons */
.ps-vacancy-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.ps-btn {
  display: inline-block;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  border-radius: 50px 50px 50px 50px;
  padding: 14px 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}

.ps-btn-primary {
  background: var(--e-global-color-primary);
  color: #fff;
}

.ps-btn-primary:hover {
  background: var(--e-global-color-primary);
  opacity: 0.9;
}

body a.ps-btn-outline {
  border: 1px solid var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  background: transparent;
}

body a.ps-btn-outline:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}

.ps-vacancy-actions a{
	padding: 14px 20px;
}
.ps-vacancies-wrapper{
	grid-template-columns: repeat(auto-fill, minmax(288px, 1fr)) !important;
}