.elementor-28161 .elementor-element.elementor-element-9c85659{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}@media(min-width:768px){.elementor-28161 .elementor-element.elementor-element-9c85659{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b5f587f */.bay-card-job {
  max-width: 300px;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  font-family: Arial, sans-serif;
  transition: all 0.3s ease;
}

.bay-card-job:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.12);
}

.bay-job-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bay-job-tag {
  background: #05B895;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 9px;
  border-radius: 999px;
}

.bay-job-type {
  background: #f3fffb;
  color: #047c68;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 9px;
  border-radius: 999px;
}

.bay-card-job h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
  color: #111827;
}

.bay-job-location {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 10px;
}

.bay-job-desc {
  margin: 0 0 12px;
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.45;
}

.bay-job-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.bay-job-info span {
  background: #f9fafb;
  color: #374151;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 999px;
}

.bay-job-footer {
  margin-top: 8px;
}

.bay-job-btn {
  display: block;
  text-align: center;
  background: #05B895;
  color: #fff;
  padding: 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s;
}

.bay-job-btn:hover {
  background: #049f82;
}/* End custom CSS */