.jobs-catalog-section {
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.07), transparent 18%),
    linear-gradient(180deg, #f8fbfd 0%, #eef4f7 100%);
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.browse-jobs-page .jobs-catalog-section {
  padding-top: 0.75rem;
}

.jobs-list-hero {
  min-height: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.jobs-list-hero .container,
.jobs-list-hero .row,
.jobs-list-hero .col-md-8 {
  min-height: 0;
}

.jobs-list-hero h1 {
  margin-bottom: 0.4rem;
}

.browse-jobs-page .dash-hero {
  padding: 1.25rem 2rem 0.9rem;
  margin-bottom: 0.75rem;
}

.browse-jobs-page .dash-hero h1 {
  margin-bottom: 0.2rem;
  font-size: 1.8rem;
}

.browse-jobs-page .dash-hero p {
  display: none;
}

.browse-jobs-page .dash-hero .custom-breadcrumbs {
  margin-top: 0.25rem;
}

.browse-jobs-page .dash-content-inner {
  padding-top: 0.75rem;
}

.jobs-filter-panel,
.jobs-results-shell,
.job-result-card,
.jobs-empty-state {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.jobs-filter-panel {
  padding: 0.8rem;
  position: sticky;
  top: 1.2rem;
}

.jobs-filter-panel__top {
  padding-bottom: 1rem;
}

.jobs-filter-search {
  position: relative;
  margin-bottom: 1rem;
}

.jobs-filter-search span {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #0f766e;
  font-size: 1.15rem;
}

.jobs-filter-search input,
.jobs-field input,
.jobs-field select,
.jobs-search-list input {
  width: 100%;
  border: 1px solid #d6dfeb;
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
  color: #0f172a;
}

.jobs-filter-search input {
  padding-left: 3rem;
}

.jobs-filter-search input:focus,
.jobs-field input:focus,
.jobs-field select:focus,
.jobs-search-list input:focus {
  outline: none;
  border-color: #0f766e;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.jobs-field label {
  display: block;
  margin-bottom: 0.55rem;
  color: #0f172a;
  font-weight: 700;
}

.jobs-filter-inline {
  display: grid;
  grid-template-columns: 1fr;
}

.jobs-filter-accordion {
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.jobs-filter-accordion__toggle {
  width: 100%;
  appearance: none;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.15rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
}

.jobs-filter-accordion__toggle span {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
}

.jobs-filter-accordion__toggle i:first-child {
  color: #0f766e;
}

.jobs-filter-accordion__body {
  padding: 0 0 1rem;
}

.jobs-filter-accordion .icon-keyboard_arrow_up {
  transition: transform 0.3s ease;
}

.jobs-filter-accordion:not(.is-open) .icon-keyboard_arrow_up {
  transform: rotate(180deg);
}

.jobs-filter-accordion:not(.is-open) .jobs-filter-accordion__body {
  display: none;
}

.jobs-filter-stack > * + * {
  margin-top: 0.6rem;
}

.jobs-chip-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.jobs-chip-option input,
.jobs-radio-list__item input,
.jobs-check-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jobs-chip-option span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d6dfeb;
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
  background: #f8fafc;
  color: #334155;
  font-weight: 600;
}

.jobs-chip-option input:checked + span {
  border-color: #0f766e;
  background: linear-gradient(135deg, #0f766e, #0b5f58);
  color: #fff;
}

.jobs-check-list {
  display: grid;
  gap: 0.8rem;
}

.jobs-check-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #334155;
  font-weight: 600;
}

.jobs-check-row span::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 0.75rem;
  vertical-align: middle;
  border-radius: 7px;
  border: 1px solid #cbd5e1;
  background: #fff;
}

.jobs-check-row input:checked + span::before {
  background: #0f766e;
  border-color: #0f766e;
  box-shadow: inset 0 0 0 5px #fff;
}

.jobs-filter-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.jobs-filter-tabs__button {
  appearance: none;
  border: 1px solid #dce4ee;
  border-radius: 12px;
  background: #f3f7fb;
  padding: 0.55rem 0.75rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: #334155;
}

.jobs-filter-tabs__button.is-active {
  background: linear-gradient(135deg, #0f766e, #0b5f58);
  border-color: #0f766e;
  color: #fff;
}

.jobs-filter-tabpanel {
  display: none;
}

.jobs-filter-tabpanel.is-active {
  display: block;
}

.jobs-search-list__items,
.jobs-radio-list {
  display: grid;
  gap: 0.55rem;
}

.jobs-search-list__items {
  max-height: 240px;
  overflow: auto;
  border: 1px solid #d6dfeb;
  border-radius: 18px;
  padding: 0.65rem;
  margin-top: 0.75rem;
  background: #fff;
}

.jobs-radio-list__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0.5rem;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #1e293b;
  font-weight: 600;
}

.jobs-radio-list__item span::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 0.75rem;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background: #fff;
}

.jobs-radio-list__item input:checked + span::before {
  border-color: #0f766e;
  box-shadow: inset 0 0 0 5px #0f766e;
}

.jobs-filter-actions {
  padding-top: 1rem;
}

.jobs-filter-actions .btn {
  border-radius: 12px;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.jobs-results-shell {
  padding: 1.2rem;
}

.jobs-results-shell__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}

.jobs-results-shell__header h3 {
  margin-bottom: 0.3rem;
  color: #0f172a;
}

.jobs-active-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.jobs-active-chips span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #e6fffb;
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 700;
}

.job-result-card {
  display: block;
  height: 100%;
  padding: 1.2rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.job-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.1);
  border-color: rgba(15, 118, 110, 0.28);
}

.job-result-card__header {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.job-result-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(20, 184, 166, 0.18));
  color: #0f766e;
  font-size: 1.2rem;
}

.job-result-card__title-group h4 {
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #0f172a;
}

.job-result-card__title-group p {
  margin-bottom: 0;
  color: #64748b;
}

.job-result-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.95rem;
}

.job-meta-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  background: #0f766e;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.job-meta-badge--soft {
  background: #eef6fb;
  color: #0f172a;
}

.job-result-card__details {
  margin: 0 0 0.95rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.job-result-card__details li {
  color: #475569;
  font-size: 0.94rem;
}

.job-result-card__details span {
  margin-right: 0.45rem;
  color: #0f766e;
}

.job-result-card__excerpt {
  color: #64748b;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.job-result-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  color: #0f766e;
  font-weight: 700;
}

.jobs-empty-state {
  padding: 2rem;
  text-align: center;
}

.jobs-empty-state h3 {
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.jobs-empty-state p {
  max-width: 560px;
  margin: 0 auto 1.2rem;
  color: #64748b;
}

@media (max-width: 1199px) {
  .jobs-filter-panel {
    position: static;
  }
}

@media (max-width: 991px) {
  .jobs-results-shell__header {
    flex-direction: column;
    align-items: stretch;
  }

  .jobs-active-chips {
    justify-content: flex-start;
  }

  .jobs-list-hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .browse-jobs-page .dash-hero {
    padding: 1rem 1rem 0.85rem;
    margin-bottom: 0.5rem;
  }

  .browse-jobs-page .dash-content-inner {
    padding-top: 0.5rem;
  }
}

@media (max-width: 575px) {
  .jobs-filter-tabs {
    grid-template-columns: 1fr;
  }

  .jobs-filter-accordion__toggle {
    font-size: 1.15rem;
  }

  .jobs-filter-accordion__toggle span {
    font-size: 0.95rem;
  }
}
