.ehj-wrapper {
  margin: 1.5rem 0;
}

.ehj-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
}

.ehj-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.ehj-field input,
.ehj-field select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
}

.ehj-actions button,
.ehj-apply {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  border: 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  background: #111827;
  color: #fff;
}



.ehj-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04);
}

.ehj-logo-wrap {
  margin-bottom: 12px;
}

.ehj-logo {
  max-height: 48px;
  width: auto;
}

.ehj-title {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.ehj-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.ehj-meta span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 0.9rem;
}

.ehj-description,
.ehj-salary {
  margin: 12px 0;
}

.ehj-apply-wrap {
  margin-top: 16px;
}

.ehj-message {
  padding: 16px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.ehj-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.ehj-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #d1d5db;
  color: inherit;
}

.ehj-pagination a.is-active {
  background: #111827;
  color: #fff;
  border-color: #111827;
}

.ehj-organisation{margin:0 0 10px;font-size:.95em;}

@media (max-width: 768px){}


.ehj-wrapper .ehj-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px !important;
}
.ehj-wrapper .ehj-card{
    width:100% !important;
    max-width:none !important;
}
@media (max-width: 768px){
    .ehj-wrapper .ehj-grid{
        grid-template-columns:1fr !important;
    }
}
