
/* Careers page: 5-tab job filters (Remote, Top Mgmt, BD, IT, More roles) */
.hhhub-careers-filters .jet-radio-list,
.hhhub-careers-filter-items {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center !important;
}
.hhhub-careers-filters .jet-radio-list form,
.hhhub-careers-filters .jet-radio-list fieldset {
  display: contents;
}
.hhhub-careers-filters .jet-radio-list__row.jet-filter-row {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  height: 38px !important;
}
.hhhub-careers-filters .jet-radio-list__item {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: 38px !important;
  width: auto !important;
  line-height: 1 !important;
}
.hhhub-careers-filters a.hhhub-all-roles-tab {
  align-self: center !important;
  flex-shrink: 0;
  line-height: 1 !important;
  vertical-align: middle;
}
.hhhub-careers-filters .jet-radio-list__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hhhub-careers-filters .jet-radio-list__button,
.hhhub-careers-filters a.hhhub-all-roles-tab {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-sizing: border-box;
  height: 38px;
  min-height: 38px;
  max-height: 38px;
  padding: 0 18px !important;
  border-radius: 3px !important;
  background: #E2E8F0 !important;
  color: #0C499A !important;
  font-family: Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.hhhub-careers-filters .jet-radio-list__label {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}
.hhhub-careers-filters .jet-radio-list__input:checked + .jet-radio-list__button {
  background: #1BC254 !important;
  color: #FFFFFF !important;
}
.hhhub-careers-filters a.hhhub-all-roles-tab:hover,
.hhhub-careers-filters a.hhhub-all-roles-tab:focus-visible {
  background: #D5DEE8 !important;
  color: #0C499A !important;
  opacity: 1;
}
.hhhub-careers-filters .jet-radio-list__button:hover {
  background: #D5DEE8 !important;
  color: #0C499A !important;
}
.hhhub-careers-filters .jet-radio-list__input:checked + .jet-radio-list__button:hover {
  background: #18AD4B !important;
  color: #FFFFFF !important;
}
.hhhub-all-roles-tab__icon {
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
}
@media (max-width: 767px) {
  .hhhub-careers-filters .jet-radio-list,
  .hhhub-careers-filter-items {
    gap: 8px;
  }
  .hhhub-careers-filters .jet-radio-list__button,
  .hhhub-careers-filters a.hhhub-all-roles-tab {
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    padding: 0 12px !important;
    font-size: 11px !important;
  }
  .hhhub-all-roles-tab__icon {
    width: 10px;
    height: 10px;
  }
}

/* Homepage hero image: prevent stretch distortion on mobile */
.elementor-12 .elementor-element.elementor-element-e6ee0a2 img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

/* About Us team cards: keep LinkedIn icon inside overlay when titles wrap */
.elementor-610 .hhhub-team-card > .e-con[data-settings*="absolute"] {
	box-sizing: border-box !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 12px !important;
}

.elementor-610 .hhhub-team-card > .e-con[data-settings*="absolute"] > .e-con.e-child {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
}

.elementor-610 .hhhub-team-card > .e-con[data-settings*="absolute"] > .e-con.e-child p {
	overflow-wrap: anywhere;
}

.elementor-610 .hhhub-team-card > .e-con[data-settings*="absolute"] > .elementor-widget.elementor-widget-image {
	flex: 0 0 28px !important;
	flex-grow: 0 !important;
	width: 28px !important;
	max-width: 28px !important;
	align-self: flex-start !important;
}

/* Executive Search: specialise chips are labels only (no jump-to-top) */
.elementor-page-1047 .btn-specialize,
.elementor-1047 .btn-specialize,
body.page-id-1047 .btn-specialize {
	pointer-events: none !important;
	cursor: default !important;
	text-decoration: none !important;
}
