/*
 * Court15 Jobs brand layer for Jobtex.
 */

@font-face {
  font-family: "iBrand Court15";
  src:
    url("./assets/fonts/Ibrand.woff2") format("woff2"),
    url("./assets/fonts/Ibrand.woff") format("woff"),
    url("./assets/fonts/Ibrand.ttf") format("truetype"),
    url("./assets/fonts/Ibrand.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --court15-green: #c4e42e;
  --court15-green-dark: #053f1c;
  --court15-lime: #c4e42e;
  --court15-purple: #9b86ff;
  --court15-black: #111315;
  --court15-ink: #2d3034;
  --court15-muted: #696f76;
  --court15-line: #e9ece7;
  --court15-soft: #f7f8f4;
  --court15-radius: 24px;
  --court15-radius-sm: 18px;
  --court15-shadow: 0 22px 60px rgba(17, 19, 21, 0.08);
  --court15-shadow-soft: 0 14px 34px rgba(17, 19, 21, 0.07);
  --jobtex-theme-color: var(--court15-green);
  --jobtex-theme-hover-color: var(--court15-green-dark);
  --jobtex-second-color: var(--court15-black);
  --jobtex-second-hover-color: var(--court15-green);
  --jobtex-heading-color: var(--court15-black);
  --jobtex-link_hover_color: var(--court15-green);
}

body {
  color: var(--court15-ink);
  background: #ffffff;
  font-family: "Nunito Sans", "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: 0;
}

a,
.main-menu > li > a,
.apus-vertical-menu > li > a {
  color: var(--court15-black);
}

a:hover,
.main-menu > li:hover > a,
.main-menu > li.active > a,
.apus-vertical-menu > li:hover > a {
  color: var(--court15-green);
}

.site-header,
.apus-header,
.header-mobile,
.header-mobile-bottom {
  background: #fff;
  border-bottom: 1px solid var(--court15-line);
  box-shadow: 0 8px 24px rgba(16, 17, 20, 0.05);
}

.logo img,
.site-logo img,
.custom-logo-link img {
  width: auto;
  max-height: 58px;
  object-fit: contain;
}

.btn,
button,
input[type="button"],
input[type="submit"],
.btn-theme,
.button,
.submit-job .btn,
.elementor-button {
  border-radius: 999px;
  border-color: var(--court15-green);
  background: var(--court15-green);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: none;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn-theme:hover,
.button:hover,
.submit-job .btn:hover,
.elementor-button:hover {
  border-color: var(--court15-black);
  background: var(--court15-black);
  color: #fff;
}

.btn-outline,
.btn-white,
.elementor-button.elementor-size-sm {
  border: 1px solid var(--court15-black);
  background: #fff;
  color: var(--court15-black);
}

.btn-outline:hover,
.btn-white:hover,
.elementor-button.elementor-size-sm:hover {
  border-color: var(--court15-green);
  background: var(--court15-green);
  color: #fff;
}

.apus-breadscrumb,
.job-detail-header,
.candidate-detail-header,
.employer-detail-header {
  background:
    radial-gradient(circle at top right, rgba(155, 134, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, var(--court15-soft) 100%);
}

.apus-breadscrumb .bread-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--court15-black);
  font-weight: 800;
  letter-spacing: 0;
}

.job-list,
.job-grid,
.candidate-list,
.employer-list,
.job-listing,
.candidate-item,
.employer-item,
.job-card,
.type-job_listing {
  border-color: var(--court15-line);
  border-radius: 8px;
}

.job-list:hover,
.job-grid:hover,
.candidate-list:hover,
.employer-list:hover,
.job-listing:hover,
.candidate-item:hover,
.employer-item:hover,
.type-job_listing:hover {
  border-color: rgba(22, 185, 87, 0.35);
  box-shadow: 0 14px 34px rgba(16, 17, 20, 0.08);
}

.urgent,
.featured,
.job-featured,
.label-featured,
.badge,
.apus-label,
.job-type,
.type-job {
  border-radius: 999px;
  background: rgba(22, 185, 87, 0.1);
  color: var(--court15-green-dark);
  font-weight: 800;
}

.job-type.full-time,
.type-job.full-time,
.label-purple {
  background: rgba(155, 134, 255, 0.14);
  color: #6650d9;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
select,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: var(--court15-line);
  border-radius: var(--court15-radius-sm);
  color: var(--court15-ink);
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--court15-green);
  box-shadow: 0 0 0 3px rgba(22, 185, 87, 0.14);
}

.widget,
.sidebar .widget,
.apus-footer,
footer {
  border-color: var(--court15-line);
}

.apus-footer,
footer {
  background: var(--court15-black);
  color: rgba(255, 255, 255, 0.78);
}

.apus-footer a,
footer a,
.apus-footer h1,
.apus-footer h2,
.apus-footer h3,
.apus-footer h4,
.apus-footer h5,
.apus-footer h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

.apus-footer a:hover,
footer a:hover {
  color: var(--court15-lime);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: var(--court15-green);
  border-color: var(--court15-green);
  color: #fff;
}

@media (max-width: 767px) {
  .logo img,
  .site-logo img,
  .custom-logo-link img {
    max-height: 46px;
  }

  .btn,
  .elementor-button,
  input[type="submit"] {
    min-height: 44px;
    padding-inline: 18px;
  }
}

/* Court15 title font system */

h1,
.h1,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-heading-title.elementor-size-xxl {
  font-family: "iBrand Court15", "Poppins", "Nunito Sans", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
}

h2,
h3,
.h2,
.h3,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-heading-title.elementor-size-xl,
.elementor-heading-title.elementor-size-large,
.court15-section__heading h2,
.court15-feature-card h3,
.court15-job-card h3,
.court15-footer h3 {
  font-family: "iBrand Court15", "Poppins", "Nunito Sans", sans-serif;
  font-size: 47px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 52px;
  letter-spacing: 0;
}

.court15-hero h1,
.court15-cta h2 {
  font-family: "iBrand Court15", "Poppins", "Nunito Sans", sans-serif;
  font-weight: 400;
}

.court15-feature-card h3,
.court15-job-card h3,
.court15-footer h3,
.widget-title,
.title {
  font-size: 34px;
  line-height: 38px;
}

@media (max-width: 767px) {
  h1,
  .h1,
  .elementor-widget-heading h1.elementor-heading-title,
  .elementor-heading-title.elementor-size-xxl,
  .court15-hero h1 {
    font-size: 46px;
    line-height: 1em;
  }

  h2,
  h3,
  .h2,
  .h3,
  .elementor-widget-heading h2.elementor-heading-title,
  .elementor-widget-heading h3.elementor-heading-title,
  .court15-section__heading h2,
  .court15-cta h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .court15-feature-card h3,
  .court15-job-card h3,
  .court15-footer h3,
  .widget-title,
  .title {
    font-size: 30px;
    line-height: 34px;
  }
}

/* Court15 Jobs full brand layer */

body,
.site,
#apus-main-content {
  background: #ffffff;
}

.container,
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1180px;
}

.apus-header,
.header-mobile {
  min-height: 76px;
}

.apus-header .elementor-section,
.header-mobile .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-menu > li > a,
.navbar-nav.megamenu > li > a,
.apus-vertical-menu > li > a {
  font-family: "Nunito Sans", "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.main-menu > li > a::after,
.navbar-nav.megamenu > li > a::after {
  border-radius: 999px;
}

#menu-item-1614 > .dropdown-menu,
#menu-item-1614 > .sub-menu,
#menu-item-2293 > .dropdown-menu,
#menu-item-2293 > .sub-menu,
#menu-item-2005 > .dropdown-menu,
#menu-item-2005 > .sub-menu,
#menu-item-2315 > .dropdown-menu,
#menu-item-2315 > .sub-menu {
  display: none;
}

#menu-item-1614 > a .caret,
#menu-item-2293 > a .caret,
#menu-item-2005 > a .caret,
#menu-item-2315 > a .caret {
  display: none;
}

.logo img,
.site-logo img,
.custom-logo-link img {
  max-height: 54px;
}

.btn,
button,
input[type="button"],
input[type="submit"],
.btn-theme,
.button,
.submit-job .btn,
.elementor-button,
.apus-filter .button {
  min-height: 46px;
  padding: 12px 23px;
  border-radius: 999px;
  font-family: "Nunito Sans", "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  color: var(--court15-black);
}

.btn-theme,
.submit-job .btn,
input[type="submit"],
.elementor-button {
  background: var(--court15-green);
  border-color: var(--court15-green);
}

.btn-theme:hover,
.submit-job .btn:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(158, 232, 0, 0.28);
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.title,
.widget-title {
  font-family: "Poppins", "Nunito Sans", "Plus Jakarta Sans", Arial, sans-serif;
  color: var(--court15-black);
  letter-spacing: 0;
}

.court15-home {
  overflow: hidden;
}

.court15-hero,
.court15-cta {
  position: relative;
  max-width: 1180px;
  min-height: 480px;
  margin: 24px auto 0;
  border-radius: 28px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(17, 19, 21, 0.74), rgba(17, 19, 21, 0.28)),
    var(--court15-hero-image);
  background-position: center;
  background-size: cover;
  box-shadow: var(--court15-shadow);
}

.court15-home .court15-hero {
  width: calc(100vw - 32px);
  max-width: none;
  margin-top: 16px;
  margin-right: calc(50% - 50vw + 16px);
  margin-left: calc(50% - 50vw + 16px);
  border-radius: 28px;
}

.court15-hero__inner,
.court15-cta__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 96px 72px;
  color: #fff;
}

.court15-eyebrow,
.court15-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.court15-eyebrow {
  color: var(--court15-lime);
}

.court15-kicker {
  color: var(--court15-green-dark);
}

.court15-hero h1,
.court15-cta h2 {
  max-width: 620px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
}

.court15-hero p,
.court15-cta p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.65;
}

.court15-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.court15-button,
.court15-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.court15-button--primary,
.court15-link-button {
  background: var(--court15-green);
  color: var(--court15-black);
}

.court15-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: #fff;
}

.court15-button:hover,
.court15-link-button:hover {
  transform: translateY(-2px);
  background: var(--court15-black);
  color: #fff;
}

.court15-button--ghost:hover {
  border-color: var(--court15-green);
  background: var(--court15-green);
  color: var(--court15-black);
}

.court15-section {
  max-width: 1180px;
  margin: 92px auto;
  padding: 0 20px;
}

.court15-section__heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.court15-section__heading--split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.court15-section__heading h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
}

.court15-section__heading p {
  margin: 0;
  color: var(--court15-muted);
  font-size: 17px;
  line-height: 1.7;
}

.court15-feature-grid,
.court15-job-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.court15-feature-card,
.court15-job-card,
.court15-category-card,
.job-list,
.job-grid,
.candidate-list,
.employer-list,
.candidate-item,
.employer-item,
.job-card,
.type-job_listing,
.post,
.product,
.widget,
.sidebar .widget {
  border-radius: var(--court15-radius);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.court15-feature-card,
.court15-job-card,
.court15-category-card,
.job-list,
.job-grid,
.candidate-list,
.employer-list,
.candidate-item,
.employer-item,
.job-card,
.type-job_listing,
.post,
.product {
  border: 1px solid var(--court15-line);
}

.court15-feature-card:hover,
.court15-job-card:hover,
.court15-category-card:hover,
.job-list:hover,
.job-grid:hover,
.candidate-list:hover,
.employer-list:hover,
.candidate-item:hover,
.employer-item:hover,
.job-card:hover,
.type-job_listing:hover,
.post:hover {
  transform: translateY(-4px);
  border-color: rgba(158, 232, 0, 0.75);
  box-shadow: var(--court15-shadow-soft);
}

.court15-feature-card {
  overflow: hidden;
}

.court15-feature-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.court15-feature-card h3,
.court15-feature-card p {
  padding-right: 24px;
  padding-left: 24px;
}

.court15-feature-card h3 {
  margin: 24px 0 10px;
  font-size: 22px;
}

.court15-feature-card p {
  margin: 0 0 26px;
  color: var(--court15-muted);
  line-height: 1.65;
}

.court15-job-card {
  display: block;
  padding: 26px;
  color: inherit;
  text-decoration: none;
}

.court15-job-card:hover,
.court15-job-card:focus {
  color: inherit;
  text-decoration: none;
}

.court15-job-card:focus-visible {
  outline: 3px solid rgba(196, 228, 46, 0.75);
  outline-offset: 4px;
}

.court15-job-card__badge,
.badge,
.apus-label,
.job-type,
.type-job,
.urgent,
.featured,
.job-featured,
.label-featured {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(158, 232, 0, 0.16);
  color: var(--court15-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.court15-job-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.18;
}

.court15-job-card h3,
.court15-job-card h3 a {
  color: var(--court15-black);
}

.court15-job-card p {
  min-height: 56px;
  color: var(--court15-muted);
  line-height: 1.55;
}

.court15-job-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--court15-line);
  color: var(--court15-muted);
  font-size: 13px;
  font-weight: 800;
}

.court15-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.court15-category-card {
  padding: 22px;
  color: var(--court15-black);
}

.court15-category-card span,
.court15-category-card small {
  display: block;
}

.court15-category-card span {
  font-size: 17px;
  font-weight: 900;
}

.court15-category-card small {
  margin-top: 8px;
  color: var(--court15-muted);
  font-weight: 800;
}

.court15-cta {
  min-height: 430px;
  margin-bottom: 92px;
  background-image:
    linear-gradient(90deg, rgba(17, 19, 21, 0.72), rgba(17, 19, 21, 0.18)),
    var(--court15-cta-image);
}

.court15-cta h2 {
  font-size: clamp(34px, 5vw, 58px);
}

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="number"],
select,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.job_filters,
.search_jobs,
.filter-listing-form {
  border-radius: var(--court15-radius-sm);
}

.job_filters,
.search_jobs,
.filter-listing-form,
.widget-job-search-form,
.box-dashboard-wrapper,
.dashboard-wrapper,
.my-dashboard,
.cmb2-wrap,
.login-form-wrapper,
.register-form-wrapper {
  border: 1px solid var(--court15-line);
  border-radius: var(--court15-radius);
  background: #fff;
  box-shadow: var(--court15-shadow-soft);
}

.job_filters,
.search_jobs,
.filter-listing-form {
  padding: 20px;
}

.dashboard-wrapper .inner,
.box-dashboard-wrapper,
.login-form-wrapper,
.register-form-wrapper {
  padding: 26px;
}

body .register-form-wrapper .container-form,
body .register-form-wrapper form.register-form {
  padding: clamp(22px, 4vw, 34px);
}

body .register-form-wrapper .form-group {
  margin-bottom: 22px;
}

body .register-form-wrapper label {
  display: inline-block;
  margin-bottom: 8px;
}

body .forgotpassword-form .lostpassword-fields .row {
  margin-left: 0;
  margin-right: 0;
}

body .forgotpassword-form .lostpassword-fields .row > [class*="col-"] {
  flex: 0 0 auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

body .forgotpassword-form input[type="submit"] {
  min-width: 260px;
  width: auto !important;
  white-space: nowrap;
}

body .apus-user-login.btn-login,
body .apus-user-login.btn,
body a.apus-user-login.btn {
  min-width: 160px;
  width: auto !important;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body .register-form-wrapper {
    padding: 22px;
  }

  body .register-form-wrapper .container-form,
  body .register-form-wrapper form.register-form {
    padding: 20px;
  }

  body .forgotpassword-form input[type="submit"] {
    min-width: 0;
    width: 100% !important;
  }

  body .apus-user-login.btn-login,
  body .apus-user-login.btn,
  body a.apus-user-login.btn {
    min-width: 0;
    width: auto !important;
  }
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  min-height: 48px;
}

.pagination .page-numbers,
.apus-pagination .page-numbers {
  border-radius: 999px;
}

.apus-breadscrumb,
.job-detail-header,
.candidate-detail-header,
.employer-detail-header {
  border-radius: 0 0 28px 28px;
}

body.single-employer .employer-single-v2 {
  overflow-x: clip;
}

body.single-employer .employer-single-v2 > .top-img-detail,
body.single-employer .member-detail-header .top-img-detail {
  width: 100vw;
  max-width: 100vw;
  height: clamp(360px, 46vw, 620px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  background-position: center center;
  background-size: cover;
}

.single-employer .title-wrapper .featured,
.employer-single-v2 .title-wrapper .featured,
.type-employer .featured,
.employer-list .featured,
.employer-grid .featured,
.employer-item .featured {
  display: none;
}

.job-list .featured,
.job-grid .featured,
.job-listing .featured,
.type-job_listing .featured,
.single-job_listing .featured,
.job-list .urgent-icon,
.job-grid .urgent-icon,
.job-listing .urgent-icon,
.type-job_listing .urgent-icon,
.single-job_listing .urgent-icon,
.job-list .icon-bolt,
.job-grid .icon-bolt,
.job-listing .icon-bolt,
.type-job_listing .icon-bolt,
.single-job_listing .icon-bolt,
.job-list .ti-bolt-alt,
.job-grid .ti-bolt-alt,
.job-listing .ti-bolt-alt,
.type-job_listing .ti-bolt-alt,
.single-job_listing .ti-bolt-alt {
  display: none;
}

.widget_apus_employer_info .employer-website .btn,
.widget_apus_job_employer_info .employer-website .btn,
.employer-website .btn {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-employer .member-metas-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.single-employer .member-metas-bottom .btn-follow.st_text,
.single-employer .member-metas-bottom .nb-job {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-employer .member-metas-bottom .nb-job {
  cursor: pointer;
  padding: 0;
}

.single-employer .member-metas-bottom .nb-job > a,
.single-employer .member-metas-bottom .nb-job .court15-open-jobs-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 22px;
  color: inherit;
  text-decoration: none;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.elementor-button,
.open-job,
.wrapper-open-job .open-job,
.nb-job,
.btn-follow.st_text,
.btn-theme,
.btn-outline,
.btn-white,
.mobile-groups-button .btn,
.job-detail-buttons .btn-apply,
.member-detail-buttons .btn,
.member-detail-buttons .btn-follow,
.filter-listing-form .btn,
.search_jobs .button,
.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  vertical-align: middle;
}

.select2-selection,
.select2-selection__rendered {
  display: flex;
  align-items: center;
}

.employer-logo {
  width: 124px;
  height: 124px;
  overflow: visible;
}

.employer-logo a,
.employer-logo .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.employer-logo img,
.employer-logo .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.employer-list .wrapper-logo {
  width: 124px;
  min-width: 124px;
  display: flex;
  justify-content: center;
}

.employer-list .wrapper-logo + .info-employer {
  padding-left: 26px;
}

.employer-grid .employer-logo {
  margin-bottom: 14px;
}

.job-detail-header-inner .employer-logo {
  width: 170px;
  height: 170px;
}

.single-employer .member-title,
.single-employer .employer-title,
.employer-single-v2 .member-title,
.employer-single-v2 .employer-title {
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.02;
}

.member-detail-header .member-title {
  font-size: 30px !important;
}

.btn-action-job.btn-follow-employer:not(.st_text) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border-radius: 50%;
  line-height: 1;
}

.btn-action-job.btn-follow-employer:not(.st_text) i {
  display: block;
  margin: 0;
  line-height: 1;
  font-size: 15px;
}

.send-private-wrapper {
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

.send-private-wrapper .send-private-message-btn,
.member-detail-buttons .send-private-wrapper .send-private-message-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: var(--court15-green);
  color: #053f1c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}

.send-private-wrapper .send-private-message-btn:hover,
.send-private-wrapper .send-private-message-btn:focus,
.member-detail-buttons .send-private-wrapper .send-private-message-btn:hover,
.member-detail-buttons .send-private-wrapper .send-private-message-btn:focus {
  background: var(--court15-black);
  color: #fff;
  text-decoration: none;
}

.apus-footer.court15-footer {
  margin-top: 90px;
  background: #011640;
  color: rgba(255, 255, 255, 0.78);
}

.court15-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 20px 28px;
}

.court15-footer__brand {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.court15-footer__brand h2 {
  margin: 0;
  color: #fff;
  font-size: 42px;
}

.court15-footer__logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 170px;
}

.court15-footer__logo {
  display: block;
  width: min(170px, 50vw);
  height: auto;
}

.court15-footer__brand p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.court15-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}

.court15-footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.court15-footer p,
.court15-footer a {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.court15-footer a {
  display: block;
  margin: 8px 0;
}

.court15-footer a:hover {
  color: var(--court15-lime);
}

.court15-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

@media (max-width: 1024px) {
  .court15-hero,
  .court15-cta {
    margin-right: 20px;
    margin-left: 20px;
  }

  .court15-feature-grid,
  .court15-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .court15-category-grid,
  .court15-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .court15-hero,
  .court15-cta {
    min-height: auto;
    margin-top: 14px;
    border-radius: 22px;
  }

  .court15-hero__inner,
  .court15-cta__content {
    padding: 64px 26px;
  }

  .court15-hero h1,
  .court15-cta h2 {
    font-size: 42px;
  }

  .court15-section {
    margin: 64px auto;
  }

  .court15-section__heading--split,
  .court15-footer__brand,
  .court15-footer__bottom {
    display: block;
  }

  .court15-feature-grid,
  .court15-job-grid,
  .court15-category-grid,
  .court15-footer__grid {
    grid-template-columns: 1fr;
  }

  .court15-link-button {
    margin-top: 18px;
  }

  .court15-footer__brand p,
  .court15-footer__bottom span + span {
    margin-top: 12px;
  }
}

/* Final title override: keep iBrand above Jobtex and Elementor heading rules. */

body h1,
body .h1,
body .elementor-widget-heading h1.elementor-heading-title,
body .elementor-heading-title.elementor-size-xxl,
body .court15-hero h1 {
  font-family: "iBrand Court15", "Poppins", "Nunito Sans", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
}

body h2,
body h3,
body .h2,
body .h3,
body .elementor-widget-heading h2.elementor-heading-title,
body .elementor-widget-heading h3.elementor-heading-title,
body .elementor-heading-title.elementor-size-xl,
body .elementor-heading-title.elementor-size-large,
body .court15-section__heading h2,
body .court15-cta h2 {
  font-family: "iBrand Court15", "Poppins", "Nunito Sans", sans-serif;
  font-size: 47px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 52px;
  letter-spacing: 0;
}

body .court15-feature-card h3,
body .court15-job-card h3,
body .court15-footer h3,
body .widget-title,
body .title {
  font-family: "iBrand Court15", "Poppins", "Nunito Sans", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  body h1,
  body .h1,
  body .elementor-widget-heading h1.elementor-heading-title,
  body .elementor-heading-title.elementor-size-xxl,
  body .court15-hero h1 {
    font-size: 46px;
    line-height: 1em;
  }

  body h2,
  body h3,
  body .h2,
  body .h3,
  body .elementor-widget-heading h2.elementor-heading-title,
  body .elementor-widget-heading h3.elementor-heading-title,
  body .court15-section__heading h2,
  body .court15-cta h2 {
    font-size: 36px;
    line-height: 40px;
  }

  body .court15-feature-card h3,
  body .court15-job-card h3,
  body .court15-footer h3,
  body .widget-title,
  body .title {
    font-size: 30px;
    line-height: 34px;
  }
}

/* Final button system: Court15 lime CTA style across Elementor, Jobtex and forms. */

body .elementor-button,
body .btn,
body .btn-theme,
body .button,
body button,
body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body .submit-job .btn,
body .apus-filter .button,
body .job-manager-button,
body .wp-job-board-pro-button,
body .court15-button,
body .court15-link-button,
body a.view-more,
body a.load-more {
  background-color: #c4e42e;
  border-color: #c4e42e;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  box-shadow: none;
  color: #053f1c;
  fill: #053f1c;
  font-family: "Poppins", "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}

body .elementor-button *,
body .btn *,
body .btn-theme *,
body .button *,
body button *,
body .court15-button *,
body .court15-link-button * {
  color: #053f1c;
  fill: #053f1c;
}

body .elementor-button:hover,
body .btn:hover,
body .btn-theme:hover,
body .button:hover,
body button:hover,
body input[type="button"]:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body .submit-job .btn:hover,
body .apus-filter .button:hover,
body .job-manager-button:hover,
body .wp-job-board-pro-button:hover,
body .court15-button:hover,
body .court15-link-button:hover,
body a.view-more:hover,
body a.load-more:hover {
  background-color: #053f1c;
  border-color: #053f1c;
  color: #c4e42e;
  fill: #c4e42e;
  box-shadow: none;
}

body .elementor-button:hover *,
body .btn:hover *,
body .btn-theme:hover *,
body .button:hover *,
body button:hover *,
body .court15-button:hover *,
body .court15-link-button:hover * {
  color: #c4e42e;
  fill: #c4e42e;
}

/* Global page background normalization */

html,
body,
#page,
.site,
.site-content,
#apus-main-content,
.apus-page,
.apus-main-content,
.main-content,
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.court15-home,
.court15-section {
  background-color: #ffffff;
}

/* Header/background hard override against Jobtex #F5F5F5 defaults. */

body .apus-header,
body .apus-header > *,
body .apus-header .elementor,
body .apus-header .elementor-section,
body .apus-header .elementor-container,
body .apus-header .elementor-column,
body .apus-header .elementor-widget-wrap,
body .header-mobile,
body .header-mobile .container,
body .header-mobile-bottom,
body .header-offcanvas,
body .apus-offcanvas,
body .apus-breadscrumb,
body .apus-breadscrumb .container,
body .top-wrapper-menu,
body .apus-page-title,
body .page-title-wrapper,
body .elementor-2238,
body .elementor-2238 .elementor-element,
body .elementor-2238 .elementor-widget-wrap {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

body .apus-header,
body .apus-header.no_keep_header,
body .header-mobile,
body .elementor-2238 .elementor-element.elementor-element-4952fa8,
body .elementor-2238 .elementor-section,
body .site-header {
  border-bottom-color: transparent !important;
  border-bottom-width: 0 !important;
  box-shadow: none !important;
}

body .site-content,
body #apus-main-content,
body .court15-home {
  border-top: 0 !important;
  box-shadow: none !important;
}

/* Typography scope: iBrand only for primary page/profile titles; Poppins elsewhere. */

body,
body p,
body li,
body a,
body span,
body label,
body input,
body select,
body textarea,
body button,
body .btn,
body .button,
body .job-title,
body .employer-title,
body .candidate-title,
body .member-title,
body .widget-title,
body .title,
body .sidebar .widget,
body .job-list,
body .job-grid,
body .employer-list,
body .employer-grid,
body .candidate-list,
body .candidate-grid,
body .job-detail-header,
body .member-detail-header,
body .job-detail-header-inner,
body .list-content-candidate,
body .widget-open-jobs,
body .widget_apus_employer_info,
body .widget_apus_job_employer_info,
body .job-detail-content,
body .single-job_listing,
body .single-employer {
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif;
  font-weight: 400;
}

body .apus-breadscrumb .bread-title,
body .court15-hero h1,
body .court15-section__heading h2,
body .court15-cta h2,
body.single-employer .member-detail-header .member-title,
body.single-job_listing .job-detail-header .job-detail-title,
body.single-job_listing .job-detail-header .job-title,
body.single-candidate .member-detail-header .member-title {
  font-family: "iBrand Court15", "Poppins", "Nunito Sans", sans-serif;
  font-weight: 400;
}

body .job-list .job-title,
body .job-grid .job-title,
body .job-list .job-title a,
body .job-grid .job-title a,
body .job-card .job-title,
body .job-card .job-title a,
body .type-job_listing .job-title,
body .type-job_listing .job-title a,
body .employer-list .employer-title,
body .employer-grid .employer-title,
body .candidate-list .candidate-title,
body .candidate-grid .candidate-title,
body .widget-title,
body .sidebar .title,
body .widget .title,
body .widget h2,
body .widget h3,
body .widget h4,
body.single-employer .widget-title,
body.single-employer .title,
body.single-job_listing .widget-title,
body.single-job_listing .title {
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif;
  font-weight: 400;
}

body .job-list .job-title,
body .job-grid .job-title,
body .job-card .job-title,
body .type-job_listing .job-title {
  margin-bottom: 12px;
  line-height: 1.18 !important;
}

body .job-list .job-title a,
body .job-grid .job-title a,
body .job-card .job-title a,
body .type-job_listing .job-title a {
  line-height: 1.18 !important;
}

body.single-job_listing .job-detail-description,
body.single-job_listing .job-detail-description *,
body.single-job_listing .list-content-candidate,
body.single-job_listing .list-content-candidate p,
body.single-job_listing .list-content-candidate li,
body.single-job_listing .list-content-candidate h2,
body.single-job_listing .list-content-candidate h3,
body.single-job_listing .list-content-candidate h4,
body.single-job_listing .list-content-candidate h5,
body.single-job_listing .list-content-candidate h6 {
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif;
}

.court15-elementor-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.court15-elementor-categories a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 18px;
  border: 1px solid var(--court15-line);
  border-radius: 12px;
  background: #ffffff;
  color: var(--court15-black);
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 12px 30px rgba(16, 17, 20, 0.06);
}

.court15-elementor-categories a:hover {
  border-color: var(--court15-green);
  background: var(--court15-green);
  color: #053f1c;
}

@media (max-width: 767px) {
  .court15-elementor-categories {
    grid-template-columns: 1fr;
  }
}

/* May 2026 refinements from Court15: Travel-style nav, video hero and listing polish. */

body .elementor-element-a344aaf,
body .apus-element-vertical-menu,
body .widget_apus_vertical_menu {
  display: none !important;
}

body .main-menu > li > a,
body .navbar-nav.megamenu > li > a,
body .apus-vertical-menu > li > a,
body .apus-header .menu > li > a {
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

body .apus-header .elementor-element-3f5a583,
body .apus-header .elementor-column.elementor-element-3f5a583 {
  width: auto !important;
  flex: 1 1 auto;
}

body .court15-home .court15-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(560px, 68vh, 720px);
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(17, 19, 21, 0.42), rgba(17, 19, 21, 0.5)),
    var(--court15-hero-image);
}

.court15-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

body .court15-hero::before,
body .court15-cta::before {
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.25), rgba(17, 19, 21, 0.58));
}

body .court15-hero__inner,
body .court15-cta__content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

body .court15-hero h1 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

body .court15-hero p,
body .court15-cta p {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

body .court15-hero__actions {
  justify-content: center;
}

body .court15-feature-card {
  text-align: center;
}

body .court15-feature-card h3 {
  text-align: center;
}

body .court15-section__heading--split {
  align-items: end;
}

body .court15-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body .court15-footer h3,
body .court15-footer .widget-title,
body .court15-footer .title {
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.page-id-1534 .site-content::before,
body.page-id-1241 .site-content::before,
body.tax-job_listing_category .site-content::before,
body.post-type-archive-job_listing .site-content::before {
  content: "";
  display: block;
  width: calc(100vw - 32px);
  max-width: none;
  height: clamp(240px, 34vw, 430px);
  margin: 16px auto 40px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.12), rgba(17, 19, 21, 0.46)),
    url("https://court15.com/wp-content/uploads/2025/07/find-the-right-tennis-coach.jpg") center/cover no-repeat;
  box-shadow: var(--court15-shadow);
}

body .sidebar .widget,
body .filter-sidebar,
body .job-sidebar,
body .jobs-filter-sidebar,
body .apus-sidebar,
body .layout-type-half-map .filter-listing-form {
  background: #e4f78b;
  border-color: #c4e42e;
  border-radius: 22px;
}

body.tax-job_listing_category .sidebar .widget,
body.tax-job_listing_category .filter-sidebar,
body.tax-job_listing_category .job-sidebar,
body.tax-job_listing_category .jobs-filter-sidebar,
body.tax-job_listing_category .apus-sidebar {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.tax-job_listing_category .sidebar .widget::before,
body.tax-job_listing_category .sidebar .widget::after,
body.tax-job_listing_category .filter-sidebar::before,
body.tax-job_listing_category .filter-sidebar::after,
body.tax-job_listing_category .job-sidebar::before,
body.tax-job_listing_category .job-sidebar::after,
body.tax-job_listing_category .jobs-filter-sidebar::before,
body.tax-job_listing_category .jobs-filter-sidebar::after,
body.tax-job_listing_category .apus-sidebar::before,
body.tax-job_listing_category .apus-sidebar::after {
  display: none !important;
  content: none !important;
}

body.tax-job_listing_category .filter-listing-form,
body.tax-job_listing_category .job_filters,
body.tax-job_listing_category .search_jobs,
body.tax-job_listing_category .widget-job-search-form {
  border: 1px solid #c4e42e !important;
  box-shadow: none !important;
}

body.page-id-1246 .sidebar .widget,
body.page-id-1246 .filter-sidebar,
body.page-id-1246 .job-sidebar,
body.page-id-1246 .jobs-filter-sidebar,
body.page-id-1246 .apus-sidebar {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.page-id-1246 .sidebar .widget::before,
body.page-id-1246 .sidebar .widget::after,
body.page-id-1246 .filter-sidebar::before,
body.page-id-1246 .filter-sidebar::after,
body.page-id-1246 .job-sidebar::before,
body.page-id-1246 .job-sidebar::after,
body.page-id-1246 .jobs-filter-sidebar::before,
body.page-id-1246 .jobs-filter-sidebar::after,
body.page-id-1246 .apus-sidebar::before,
body.page-id-1246 .apus-sidebar::after {
  display: none !important;
  content: none !important;
}

body.page-id-1246 .filter-listing-form,
body.page-id-1246 .job_filters,
body.page-id-1246 .search_jobs,
body.page-id-1246 .widget-job-search-form {
  border: 1px solid #c4e42e !important;
  box-shadow: none !important;
}

body.page-id-1241 .sidebar .widget,
body.page-id-1241 .filter-sidebar,
body.page-id-1241 .job-sidebar,
body.page-id-1241 .jobs-filter-sidebar,
body.page-id-1241 .apus-sidebar {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.page-id-1241 .sidebar .widget::before,
body.page-id-1241 .sidebar .widget::after,
body.page-id-1241 .filter-sidebar::before,
body.page-id-1241 .filter-sidebar::after,
body.page-id-1241 .job-sidebar::before,
body.page-id-1241 .job-sidebar::after,
body.page-id-1241 .jobs-filter-sidebar::before,
body.page-id-1241 .jobs-filter-sidebar::after,
body.page-id-1241 .apus-sidebar::before,
body.page-id-1241 .apus-sidebar::after {
  display: none !important;
  content: none !important;
}

body.page-id-1241 .filter-listing-form,
body.page-id-1241 .job_filters,
body.page-id-1241 .search_jobs,
body.page-id-1241 .widget-job-search-form {
  border: 1px solid #c4e42e !important;
  box-shadow: none !important;
}

body.page-id-2003 .sidebar .widget,
body.page-id-2003 .filter-sidebar,
body.page-id-2003 .job-sidebar,
body.page-id-2003 .jobs-filter-sidebar,
body.page-id-2003 .apus-sidebar,
body.page-id-2052 .sidebar .widget,
body.page-id-2052 .filter-sidebar,
body.page-id-2052 .job-sidebar,
body.page-id-2052 .jobs-filter-sidebar,
body.page-id-2052 .apus-sidebar {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.page-id-2003 .sidebar .widget::before,
body.page-id-2003 .sidebar .widget::after,
body.page-id-2003 .filter-sidebar::before,
body.page-id-2003 .filter-sidebar::after,
body.page-id-2003 .job-sidebar::before,
body.page-id-2003 .job-sidebar::after,
body.page-id-2003 .jobs-filter-sidebar::before,
body.page-id-2003 .jobs-filter-sidebar::after,
body.page-id-2003 .apus-sidebar::before,
body.page-id-2003 .apus-sidebar::after,
body.page-id-2052 .sidebar .widget::before,
body.page-id-2052 .sidebar .widget::after,
body.page-id-2052 .filter-sidebar::before,
body.page-id-2052 .filter-sidebar::after,
body.page-id-2052 .job-sidebar::before,
body.page-id-2052 .job-sidebar::after,
body.page-id-2052 .jobs-filter-sidebar::before,
body.page-id-2052 .jobs-filter-sidebar::after,
body.page-id-2052 .apus-sidebar::before,
body.page-id-2052 .apus-sidebar::after {
  display: none !important;
  content: none !important;
}

body.page-id-2003 .filter-listing-form,
body.page-id-2003 .job_filters,
body.page-id-2003 .search_jobs,
body.page-id-2003 .widget-job-search-form,
body.page-id-2052 .filter-listing-form,
body.page-id-2052 .job_filters,
body.page-id-2052 .search_jobs,
body.page-id-2052 .widget-job-search-form {
  border: 1px solid #c4e42e !important;
  box-shadow: none !important;
}

body .sidebar .widget > *,
body .filter-sidebar > *,
body .job-sidebar > *,
body .jobs-filter-sidebar > *,
body .apus-sidebar > *,
body .layout-type-half-map .filter-listing-form > * {
  border-radius: 16px;
}

body .filter-listing-form,
body .job_filters,
body .search_jobs,
body .widget-job-search-form {
  background: #ffffff;
  border-color: #c4e42e;
}

body.single-job_listing .job-detail-header .job-detail-title,
body.single-job_listing .job-detail-header .job-title {
  font-size: clamp(36px, 4vw, 52px) !important;
  line-height: 1.08 !important;
}

body.single-job_listing .job-single-v2 {
  overflow-x: clip;
  background: #ffffff !important;
}

body.single-job_listing .job-single-v2 > .top-img-detail {
  width: 100vw !important;
  max-width: 100vw !important;
  height: clamp(360px, 28vw, 520px) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-position: center center !important;
  background-size: cover !important;
  box-shadow: none !important;
}

body.single-job_listing .job-single-v2::before,
body.single-job_listing .job-single-v2 > .top-img-detail::before,
body.single-job_listing .job-single-v2 > .top-img-detail::after {
  display: none !important;
  content: none !important;
}

body.single-job_listing .job-detail-content h1,
body.single-job_listing .job-detail-content h2,
body.single-job_listing .job-detail-content h3,
body.single-job_listing .job-detail-content h4,
body.single-job_listing .list-content-candidate h1,
body.single-job_listing .list-content-candidate h2,
body.single-job_listing .list-content-candidate h3,
body.single-job_listing .list-content-candidate h4 {
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  color: #111315;
}

body.single-job_listing .job-detail-content h2,
body.single-job_listing .list-content-candidate h2,
body.single-job_listing .job-detail-description h2,
body.single-job_listing .description h2,
body.single-job_listing .job-description h2,
body.single-job_listing .single-job-description h2,
body.single-job_listing .content-job-detail h2,
body.single-job_listing .detail-content h2,
body.single-job_listing article.job_listing h2,
body.single-job_listing .entry-content h2 {
  font-size: 25px !important;
  line-height: 1.25 !important;
}

body.single-job_listing .job-detail-content h3,
body.single-job_listing .list-content-candidate h3 {
  font-size: 22px !important;
}

body.single-job_listing .job-detail-content h4,
body.single-job_listing .list-content-candidate h4 {
  font-size: 18px !important;
}

body .candidate-salary,
body .candidate-meta-salary,
body .salary,
body .job-salary {
  color: #053f1c;
}

body .candidate-salary.with-icon i.icon-dolar1 {
  display: inline-flex !important;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #053f1c;
  font-style: normal;
  line-height: 1;
  transform: translateY(-1px);
  vertical-align: middle;
}

body .candidate-salary.with-icon i.icon-dolar1::before {
  content: "\00A3" !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

body .court15-empty-jobs {
  max-width: 720px;
  margin: 34px auto 54px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(196, 228, 46, 0.75);
  border-radius: 24px;
  background: #f8ffd7;
  text-align: center;
}

body .court15-empty-jobs h2 {
  margin: 0 0 12px;
  color: var(--court15-black);
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.04;
}

body .court15-empty-jobs p {
  max-width: 580px;
  margin: 0 auto 24px;
  color: var(--court15-muted);
  font-size: 17px;
  line-height: 1.55;
}

.court15-post-job-intro {
  max-width: 980px;
  margin: 0 auto 34px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid #d9ec78;
  border-radius: 28px;
  background: #f8ffd7;
  text-align: center;
}

.court15-post-job-intro h1 {
  max-width: 720px;
  margin: 0 auto 16px;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1;
}

.court15-post-job-intro p {
  max-width: 680px;
  margin: 0 auto 24px;
  color: #3a403a;
  font-size: 17px;
  line-height: 1.7;
}

.court15-post-job-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

body.page-id-1215 #main-container.inner-dashboard {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 42px;
  padding-bottom: 76px;
}

body.page-id-1215 #main-content {
  float: none;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-1215 #main,
body.page-id-1215 .site-main,
body.page-id-1215 .entry-content {
  text-align: center;
}

body.page-id-1215 .job-submission-form-wrapper,
body.page-id-1215 .wp-job-board-pro-submission-form-wrapper,
body.page-id-1215 .job-manager-form,
body.page-id-1215 form.cmb-form,
body.page-id-1215 .cmb2-wrap {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

body.page-id-1215 form.cmb-form,
body.page-id-1215 .cmb2-wrap,
body.page-id-1215 .job-manager-form {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--court15-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--court15-shadow-soft);
}

body.page-id-1215 .apus-footer.court15-footer {
  margin-top: 0;
  background: #011640 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  opacity: 1 !important;
}

body.page-id-1215 .apus-footer.court15-footer *,
body.page-id-1215 .court15-footer__inner,
body.page-id-1215 .court15-footer__grid,
body.page-id-1215 .court15-footer__brand,
body.page-id-1215 .court15-footer__bottom {
  opacity: 1 !important;
}

body.page-id-1215 .apus-footer.court15-footer::before,
body.page-id-1215 .apus-footer.court15-footer::after {
  display: none !important;
}

@media (max-width: 767px) {
  body .court15-home .court15-hero {
    min-height: 560px;
  }

  body.page-id-1534 .site-content::before,
  body.page-id-1241 .site-content::before,
  body.tax-job_listing_category .site-content::before,
  body.post-type-archive-job_listing .site-content::before {
    width: calc(100vw - 24px);
    height: 280px;
    margin-top: 12px;
    border-radius: 22px;
  }

  body.single-job_listing .job-detail-header .job-detail-title,
  body.single-job_listing .job-detail-header .job-title {
    font-size: 34px !important;
  }
}

/* Court15 Jobs about page. */

.court15-about-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 20px 92px;
}

.court15-about-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 72px;
  padding: clamp(42px, 8vw, 96px);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(4, 13, 25, 0.78), rgba(4, 13, 25, 0.34)),
    url("https://court15.jobs/wp-content/uploads/2026/05/tennis-training-2024-10-20-12-04-14-utc-scaled-1.jpg") center/cover no-repeat;
  color: #ffffff;
  box-shadow: var(--court15-shadow);
}

.court15-about-hero__content {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.court15-about-hero h1 {
  margin: 12px 0 18px;
  color: #ffffff;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(52px, 8vw, 86px);
  font-weight: 400;
  line-height: 0.98;
}

.court15-about-hero p {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.65;
}

.court15-about-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.court15-button--outline {
  border: 1px solid rgba(5, 63, 28, 0.18);
  background: #ffffff;
  color: #053f1c;
}

.court15-about-hero .court15-button--outline {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.court15-about-intro,
.court15-about-feature,
.court15-about-cards,
.court15-about-cta {
  margin: 72px 0;
}

.court15-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: end;
}

.court15-about-intro h2,
.court15-about-feature h2,
.court15-about-cta h2 {
  margin: 10px 0 0;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.02;
}

.court15-about-intro p,
.court15-about-feature p,
.court15-about-feature li,
.court15-about-cta p {
  color: var(--court15-muted);
  font-size: 17px;
  line-height: 1.75;
}

.court15-about-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 32px;
  align-items: stretch;
}

.court15-about-feature__image {
  min-height: 520px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(1, 22, 64, 0.06), rgba(1, 22, 64, 0.18)),
    url("https://court15.jobs/wp-content/uploads/2026/05/find-the-right-tennis-coach.jpg") center/cover no-repeat;
  box-shadow: var(--court15-shadow-soft);
}

.court15-about-feature__copy {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--court15-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--court15-shadow-soft);
}

.court15-about-feature ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.court15-about-feature li {
  position: relative;
  padding-left: 26px;
}

.court15-about-feature li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--court15-green);
}

.court15-about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.court15-about-cards article {
  padding: 30px;
  border: 1px solid var(--court15-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--court15-shadow-soft);
}

.court15-about-cards span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #e4f78b;
  color: #053f1c;
  font-weight: 800;
}

.court15-about-cards h3 {
  margin: 0 0 12px;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.06;
}

.court15-about-cards p {
  margin: 0;
  color: var(--court15-muted);
  line-height: 1.7;
}

.court15-about-cta {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(40px, 7vw, 80px) 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(1, 22, 64, 0.56), rgba(1, 22, 64, 0.78)),
    url("https://court15.jobs/wp-content/uploads/2026/05/tennis-directory-united-kingdom-768x256-1.jpg") center/cover no-repeat;
  color: #ffffff;
  text-align: center;
  box-shadow: var(--court15-shadow);
}

.court15-about-cta h2 {
  max-width: 760px;
  color: #ffffff;
}

.court15-about-cta p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.88);
}

.court15-about-cta .court15-about-actions {
  justify-content: center;
}

@media (max-width: 900px) {
  .court15-about-intro,
  .court15-about-feature,
  .court15-about-cards {
    grid-template-columns: 1fr;
  }

  .court15-about-feature__image {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .court15-about-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .court15-about-hero {
    min-height: 460px;
    margin-top: 12px;
    padding: 34px 22px;
    border-radius: 22px;
  }
}

/* Court15 Jobs pricing page. */

.court15-pricing-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 20px 92px;
}

.court15-pricing-hero {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px 0 68px;
  padding: clamp(42px, 8vw, 90px) 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(1, 22, 64, 0.36), rgba(1, 22, 64, 0.76)),
    url("https://court15.jobs/wp-content/uploads/2026/05/tennis-job-board-court15.jpg") center/cover no-repeat;
  color: #ffffff;
  text-align: center;
  box-shadow: var(--court15-shadow);
}

.court15-pricing-hero h1 {
  max-width: 820px;
  margin: 12px auto 18px;
  color: #ffffff;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(52px, 8vw, 84px);
  font-weight: 400;
  line-height: 0.98;
}

.court15-pricing-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.65;
}

.court15-pricing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.court15-pricing-hero .court15-button--outline {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.court15-pricing-free-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: center;
  margin: -36px auto 72px;
  padding: 22px 28px;
  border: 1px solid rgba(196, 228, 46, 0.85);
  border-radius: 22px;
  background: #e4f78b;
  box-shadow: var(--court15-shadow-soft);
}

.court15-pricing-free-banner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #ffffff;
  color: #053f1c;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.court15-pricing-free-banner strong {
  color: #053f1c;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1;
}

.court15-pricing-free-banner p {
  margin: 0;
  color: rgba(5, 63, 28, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.court15-pricing-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: end;
  margin: 68px 0 36px;
}

.court15-pricing-intro h2,
.court15-pricing-note h2 {
  margin: 10px 0 0;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 400;
  line-height: 1.02;
}

.court15-pricing-intro p,
.court15-pricing-note p,
.court15-pricing-card p,
.court15-pricing-card li {
  color: var(--court15-muted);
  font-size: 16px;
  line-height: 1.7;
}

.court15-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0 72px;
}

.court15-pricing-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(28px, 4vw, 38px);
  border: 1px solid var(--court15-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--court15-shadow-soft);
}

.court15-pricing-card > p:not(.court15-pricing-price) {
  min-height: 82px;
}

.court15-pricing-card ul {
  flex: 1 1 auto;
}

.court15-pricing-card--featured {
  border-color: rgba(196, 228, 46, 0.85);
  background: linear-gradient(180deg, #f7ffd7 0%, #ffffff 62%);
  box-shadow: 0 26px 70px rgba(5, 63, 28, 0.14);
}

.court15-pricing-label {
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #e4f78b;
  color: #053f1c;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.court15-pricing-card h3 {
  margin: 0 0 12px;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.court15-pricing-card .court15-pricing-price {
  display: grid;
  gap: 8px;
  margin: 4px 0 18px;
  color: var(--court15-black) !important;
  font-size: inherit !important;
  line-height: 1.15 !important;
}

.court15-pricing-price__old {
  display: block;
  color: rgba(17, 19, 21, 0.58);
  font-size: clamp(44px, 4vw, 62px);
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-thickness: 4px;
  text-decoration-color: #d64646;
}

.court15-pricing-price__free {
  display: block;
  color: var(--court15-green-dark);
  font-size: 18px;
  font-weight: 800;
}

.court15-pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.court15-pricing-card li {
  position: relative;
  padding-left: 24px;
}

.court15-pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--court15-green);
}

.court15-pricing-card .court15-button {
  width: 100%;
  margin-top: auto;
}

.court15-pricing-note {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(196, 228, 46, 0.75);
  border-radius: 28px;
  background: #f7ffd7;
}

.court15-pricing-note p {
  max-width: 700px;
  margin: 16px 0 0;
}

.court15-pricing-note .court15-button {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .court15-pricing-intro,
  .court15-pricing-grid,
  .court15-pricing-free-banner {
    grid-template-columns: 1fr;
  }

  .court15-pricing-free-banner {
    margin-top: -34px;
    text-align: center;
  }

  .court15-pricing-note {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .court15-pricing-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .court15-pricing-hero {
    min-height: 400px;
    margin-top: 12px;
    border-radius: 22px;
  }

  .court15-pricing-free-banner {
    margin-bottom: 54px;
    padding: 20px;
    border-radius: 18px;
  }

  .court15-pricing-card > p:not(.court15-pricing-price) {
    min-height: 0;
  }
}

/* Court15 Jobs contact page. */

.court15-contact-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 20px 92px;
}

.court15-contact-hero {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px 0 54px;
  padding: clamp(42px, 8vw, 92px) 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.28), rgba(17, 19, 21, 0.62)),
    url("https://court15.com/wp-content/uploads/2025/07/tennis-directory-united-kingdom-768x256.jpg") center/cover no-repeat;
  color: #ffffff;
  text-align: center;
  box-shadow: var(--court15-shadow);
}

.court15-contact-hero .court15-kicker {
  color: #c4e42e;
}

.court15-contact-hero h1 {
  max-width: 780px;
  margin: 12px auto 18px;
  color: #ffffff;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(48px, 7vw, 78px);
  font-weight: 400;
  line-height: 1;
}

.court15-contact-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
}

.court15-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
}

.court15-contact-info,
.court15-contact-form {
  border: 1px solid var(--court15-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--court15-shadow-soft);
}

.court15-contact-info {
  padding: clamp(28px, 4vw, 46px);
}

.court15-contact-form {
  padding: clamp(28px, 4vw, 46px);
}

.court15-contact-info h2,
.court15-contact-form h2 {
  margin: 0 0 14px;
  font-family: "iBrand Court15", "Poppins", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.05;
}

.court15-contact-info > p,
.court15-contact-form > p {
  margin: 0 0 26px;
  color: var(--court15-muted);
  line-height: 1.7;
}

.court15-contact-card {
  padding: 20px 0;
  border-top: 1px solid var(--court15-line);
}

.court15-contact-card span {
  display: block;
  margin-bottom: 8px;
  color: #009b65;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.court15-contact-card p,
.court15-contact-card a {
  margin: 0;
  color: var(--court15-black);
  font-size: 17px;
  line-height: 1.55;
}

.court15-contact-card a:hover {
  color: #053f1c;
}

.court15-contact-form .wpcf7-form .row {
  row-gap: 16px;
}

.court15-contact-form .form-control {
  min-height: 54px;
  border-radius: 14px;
}

.court15-contact-form textarea.form-control {
  min-height: 160px;
}

.court15-contact-form .wpcf7-submit {
  width: 100%;
  justify-content: center;
  min-height: 54px;
}

@media (max-width: 900px) {
  .court15-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .court15-contact-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .court15-contact-hero {
    min-height: 320px;
    margin-top: 12px;
    border-radius: 22px;
  }
}

/* Court15 Jobs Ajustes V2. */

body {
  --accent: #c4e42e;
  --theme-color: #c4e42e;
}

body .btn:focus,
body .btn:active,
body .btn.active,
body button:focus,
body button:active,
body input[type="submit"]:focus,
body input[type="submit"]:active,
body .btn-theme:focus,
body .btn-theme:active,
body .button:focus,
body .button:active,
body .apus-btn:focus,
body .apus-btn:active,
body .court15-button:focus,
body .court15-button:active,
body .job-search-form .btn:focus,
body .job-search-form .btn:active,
body .filter-listing-form .btn:focus,
body .filter-listing-form .btn:active {
  background-color: #c4e42e !important;
  border-color: #c4e42e !important;
  color: #053f1c !important;
  box-shadow: 0 0 0 3px rgba(196, 228, 46, 0.24) !important;
}

body .btn:focus *,
body .btn:active *,
body button:focus *,
body button:active *,
body .button:focus *,
body .button:active * {
  color: #053f1c !important;
}

body.page-id-1215 .site-content,
body.page-id-1215 #main {
  padding-top: clamp(28px, 5vw, 64px);
}

body.page-id-1534 .site-content::before,
body.page-id-1241 .site-content::before,
body.page-id-1246 .site-content::before,
body.page-id-2003 .site-content::before,
body.page-id-2052 .site-content::before,
body.tax-job_listing_category .site-content::before,
body.post-type-archive-job_listing .site-content::before {
  content: "";
  display: block;
  width: calc(100vw - 32px);
  max-width: none;
  height: clamp(240px, 34vw, 430px);
  margin: 16px auto 40px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.12), rgba(17, 19, 21, 0.46)),
    url("https://court15.jobs/wp-content/uploads/2026/05/tennis-training-2024-10-20-12-04-14-utc-scaled-1.jpg") center/cover no-repeat;
  box-shadow: var(--court15-shadow);
}

.court15-about-page,
.court15-pricing-page,
.court15-contact-page {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.court15-about-hero,
.court15-pricing-hero,
.court15-contact-hero {
  width: calc(100vw - 32px);
  max-width: none;
  margin-top: 16px !important;
  margin-right: calc(50% - 50vw + 16px) !important;
  margin-left: calc(50% - 50vw + 16px) !important;
  border-radius: 28px;
}

body.page-id-48 .apus-breadscrumb,
body.page-id-52 .apus-breadscrumb,
body.page-id-44 .apus-breadscrumb,
body.page-id-48 .top-wrapper-menu,
body.page-id-52 .top-wrapper-menu,
body.page-id-44 .top-wrapper-menu,
body.page-id-48 .page-title-wrapper,
body.page-id-52 .page-title-wrapper,
body.page-id-44 .page-title-wrapper {
  display: none !important;
}

body.page-id-48 .site-content,
body.page-id-52 .site-content,
body.page-id-44 .site-content,
body.page-id-48 #apus-main-content,
body.page-id-52 #apus-main-content,
body.page-id-44 #apus-main-content,
body.page-id-48 #main,
body.page-id-52 #main,
body.page-id-44 #main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.page-id-48 .entry-content,
body.page-id-52 .entry-content,
body.page-id-44 .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.court15-about-intro,
.court15-about-feature,
.court15-about-cards,
.court15-about-cta,
.court15-pricing-free-banner,
.court15-pricing-intro,
.court15-pricing-grid,
.court15-pricing-note,
.court15-contact-grid {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

body.single-job_listing .widget-title,
body.single-job_listing .widget h2,
body.single-job_listing .widget h3,
body.single-job_listing .widget h4 {
  margin-bottom: 18px !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

body.single-job_listing .sidebar .widget > .title,
body.single-job_listing .sidebar .widget > .widget-title,
body.single-job_listing .sidebar .widget > .widget-title > span,
body.single-job_listing .sidebar .widget > h2:first-child,
body.single-job_listing .sidebar .widget > h3:first-child,
body.single-job_listing .sidebar .widget > h4:first-child,
body.single-job_listing .job-single-sidebar .widget > .title,
body.single-job_listing .job-single-sidebar .widget > .widget-title,
body.single-job_listing .job-single-sidebar .widget > .widget-title > span,
body.single-job_listing .job-single-sidebar .widget > h2:first-child,
body.single-job_listing .job-single-sidebar .widget > h3:first-child,
body.single-job_listing .job-single-sidebar .widget > h4:first-child {
  margin-bottom: 22px !important;
  color: #111315 !important;
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

body.single-job_listing .widget_apus_job_employer_info > .widget-title,
body.single-job_listing .widget_apus_job_employer_info > .widget-title > span {
  margin-bottom: 22px !important;
  color: #111315 !important;
  font-family: "Poppins", "Nunito Sans", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

body.single-job_listing .widget,
body.single-job_listing .sidebar .widget {
  padding-top: 28px !important;
}

body.single-job_listing .sidebar-job > .widget,
body.single-job_listing .job-single-sidebar > .widget,
body.single-job_listing .sidebar .widget_apus_job_maps,
body.single-job_listing .sidebar .widget_apus_job_employer_info {
  display: block !important;
  width: 100% !important;
  clear: both !important;
}

body.single-job_listing .sidebar .widget_apus_job_maps {
  margin-bottom: 28px !important;
  padding-bottom: 28px !important;
}

body.single-job_listing .sidebar .widget_apus_job_employer_info {
  margin-top: 28px !important;
  padding-top: 28px !important;
}

body.single-job_listing .sidebar .widget_apus_job_maps .job-detail-map-location,
body.single-job_listing .sidebar .widget_apus_job_maps .job_maps_sidebar,
body.single-job_listing .sidebar .widget_apus_job_maps .single-job-map {
  display: block !important;
  width: 100% !important;
}

body.single-job_listing .job-detail-detail,
body.single-job_listing .job-detail-detail .list,
body.single-job_listing .job-metas-detail,
body.single-job_listing .job-detail-metas {
  row-gap: 14px;
}

body.single-job_listing .job-detail-detail li,
body.single-job_listing .job-metas-detail li,
body.single-job_listing .job-detail-metas li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

body.single-job_listing .job-detail-detail li .text,
body.single-job_listing .job-metas-detail li .text,
body.single-job_listing .job-detail-metas li .text {
  flex: 0 0 auto;
}

body.single-job_listing .job-detail-detail li .value,
body.single-job_listing .job-metas-detail li .value,
body.single-job_listing .job-detail-metas li .value {
  margin-left: auto;
  text-align: right;
}

body [class*="gender"],
body .cmb2-id--job-gender,
body .cmb2-id-job-gender,
body .form-group.job-gender,
body .form-group._job_gender,
body .job-gender,
body [data-field_name="_job_gender"],
body [data-id="_job_gender"] {
  display: none !important;
}

body .court15-visit-website-button,
body .employer-website a[href^="http"],
body .widget_apus_employer_info .employer-website a[href^="http"],
body .widget_apus_job_employer_info .employer-website a[href^="http"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px !important;
  border-radius: 8px;
  background: #c4e42e !important;
  color: #053f1c !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

body .court15-share-x {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border-radius: 50%;
  background: #111315;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

body .widget .badge,
body .widget .label,
body .job-type,
body .type-job,
body .job-category a,
body .candidate-category a,
body .employer-category a,
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #c4e42e !important;
  border-color: #c4e42e !important;
  color: #053f1c !important;
}

body.post-type-archive-employer .layout-job-sidebar-v2 > .row,
body.post-type-archive-candidate .layout-job-sidebar-v2 > .row {
  align-items: flex-start;
}

body.post-type-archive-employer .sidebar-wrapper,
body.post-type-archive-candidate .sidebar-wrapper {
  order: -1;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: none !important;
}

body.post-type-archive-employer #main-content,
body.post-type-archive-candidate #main-content {
  order: 2;
}

body.post-type-archive-employer .sidebar,
body.post-type-archive-employer .sidebar-right,
body.post-type-archive-employer .sidebar-wrapper,
body.post-type-archive-employer .sidebar .widget,
body.post-type-archive-employer .widget_apus_elementor_template,
body.post-type-archive-employer .elementor-widget-apus_element_job_board_pro_employer_search_form,
body.post-type-archive-employer .widget-job-search-form,
body.post-type-archive-candidate .sidebar,
body.post-type-archive-candidate .sidebar-right,
body.post-type-archive-candidate .sidebar-wrapper,
body.post-type-archive-candidate .sidebar .widget,
body.post-type-archive-candidate .widget_apus_elementor_template,
body.post-type-archive-candidate .elementor-widget-apus_element_job_board_pro_candidate_search_form,
body.post-type-archive-candidate .widget-job-search-form {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.post-type-archive-employer .sidebar::before,
body.post-type-archive-employer .sidebar::after,
body.post-type-archive-employer .sidebar-wrapper::before,
body.post-type-archive-employer .sidebar-wrapper::after,
body.post-type-archive-employer .sidebar .widget::before,
body.post-type-archive-employer .sidebar .widget::after,
body.post-type-archive-employer .widget_apus_elementor_template::before,
body.post-type-archive-employer .widget_apus_elementor_template::after,
body.post-type-archive-candidate .sidebar::before,
body.post-type-archive-candidate .sidebar::after,
body.post-type-archive-candidate .sidebar-wrapper::before,
body.post-type-archive-candidate .sidebar-wrapper::after,
body.post-type-archive-candidate .sidebar .widget::before,
body.post-type-archive-candidate .sidebar .widget::after,
body.post-type-archive-candidate .widget_apus_elementor_template::before,
body.post-type-archive-candidate .widget_apus_elementor_template::after {
  display: none !important;
  content: none !important;
}

body.post-type-archive-employer .filter-listing-form,
body.post-type-archive-candidate .filter-listing-form {
  background: #ffffff !important;
  border: 1px solid #c4e42e !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  body.post-type-archive-employer .sidebar-wrapper,
  body.post-type-archive-candidate .sidebar-wrapper,
  body.post-type-archive-employer #main-content,
  body.post-type-archive-candidate #main-content {
    order: initial;
  }
}

/* Court15 Jobs visual updates from 3 June 2026. */
body h1,
body .page-title,
body .entry-title,
body.single-job_listing .job-detail-header .job-detail-title,
body.single-job_listing .job-detail-header .job-title,
.court15-hero h1,
.court15-about-hero h1,
.court15-pricing-hero h1,
.court15-contact-hero h1 {
  color: #ffffff !important;
  font-family: "iBrand Court15", "Poppins", sans-serif !important;
  font-size: 70px !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

body h1 + p,
body .page-title + p,
body .entry-title + p,
body h2 + p,
.court15-hero p,
.court15-about-hero p,
.court15-pricing-hero p,
.court15-contact-hero p,
.court15-section__heading p,
.court15-about-intro p,
.court15-about-feature p,
.court15-pricing-intro p,
.court15-pricing-note p,
.court15-contact-intro p {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.2em !important;
}

body .court15-kicker {
  color: #111315 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.court15-section__heading,
.court15-section__heading--split,
.court15-pricing-intro,
.court15-pricing-note {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.court15-section__heading--split > div,
.court15-pricing-intro > *,
.court15-pricing-note > * {
  max-width: 760px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.court15-section__heading--split .court15-link-button,
.court15-pricing-note .court15-button {
  margin-top: 22px !important;
}

body .court15-job-card h3,
body .court15-job-card h3 a {
  font-size: 22px !important;
  line-height: 1.18 !important;
}

body .court15-feature-card h3 {
  font-size: 26px !important;
  line-height: 1.12 !important;
}

body .court15-job-card__badge,
body .badge,
body .apus-label,
body .job-type,
body .type-job,
body .urgent,
body .featured,
body .job-featured,
body .label-featured,
body .widget .badge,
body .widget .label,
body .job-category a,
body .candidate-category a,
body .employer-category a,
body .court15-pricing-label,
body .court15-pricing-free-banner span {
  background: #b9e13e !important;
  background-color: #b9e13e !important;
  border-color: #b9e13e !important;
  color: #005e2d !important;
}

body .button,
body button,
body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body .btn,
body .apus-btn,
body .elementor-button,
body .court15-button,
body .court15-link-button,
body .search-submit,
body .filter-listing-form .btn,
body .search_jobs .button {
  border: 0 !important;
  border-radius: 8px !important;
  background: #c4e42e !important;
  background-color: #c4e42e !important;
  color: #136930 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

body .button:hover,
body button:hover,
body input[type="button"]:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body .btn:hover,
body .apus-btn:hover,
body .elementor-button:hover,
body .court15-button:hover,
body .court15-link-button:hover,
body .search-submit:hover,
body .filter-listing-form .btn:hover,
body .search_jobs .button:hover {
  border: 0 !important;
  background: #59c228 !important;
  background-color: #59c228 !important;
  color: #ffffff !important;
  transform: none !important;
}

body .filter-sidebar,
body .job-sidebar,
body .jobs-filter-sidebar,
body .apus-sidebar,
body .sidebar .widget,
body .widget-job-search-form,
body .elementor-widget-apus_element_job_board_pro_job_search_form,
body .elementor-widget-apus_element_job_board_pro_employer_search_form,
body .elementor-widget-apus_element_job_board_pro_candidate_search_form {
  background: transparent !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body .filter-sidebar::before,
body .filter-sidebar::after,
body .job-sidebar::before,
body .job-sidebar::after,
body .jobs-filter-sidebar::before,
body .jobs-filter-sidebar::after,
body .apus-sidebar::before,
body .apus-sidebar::after,
body .sidebar .widget::before,
body .sidebar .widget::after,
body .widget-job-search-form::before,
body .widget-job-search-form::after {
  display: none !important;
  content: none !important;
}

body .filter-listing-form,
body .job_filters,
body .search_jobs,
body .widget-job-search-form {
  overflow: visible !important;
  border: 1px solid #c4e42e !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  clip-path: none !important;
}

body .filter-listing-form > *,
body .job_filters > *,
body .search_jobs > *,
body .widget-job-search-form > * {
  border-radius: 16px !important;
}

body.single-job_listing .related-jobs,
body.single-job_listing .related-jobs-wrapper,
body.single-job_listing .widget-related-jobs,
body.single-job_listing .job-detail-related,
body.single-job_listing .jobs-related,
body.single-job_listing .job-detail-header,
body.single-job_listing .job-detail-header-inner,
body.single-job_listing .job-detail-map,
body.single-job_listing .job-map,
body.single-job_listing .map-wrapper {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body .employer-list .employer-title,
body .employer-grid .employer-title,
body .employer-item .employer-title,
body .type-employer .employer-title {
  line-height: 1.12 !important;
}

body .court15-share-x {
  background: #f2f2f2 !important;
  color: #111315 !important;
  text-transform: none !important;
}

body .court15-share-x:hover {
  background: #c4e42e !important;
  color: #ffffff !important;
}

body .social-share a:hover,
body .social-share a:focus,
body .apus-social-share a:hover,
body .apus-social-share a:focus,
body .share-box a:hover,
body .share-box a:focus,
body .share-blog a:hover,
body .share-blog a:focus,
body .share-listing a:hover,
body .share-listing a:focus,
body .job-detail-social a:hover,
body .job-detail-social a:focus,
body .social-employer a:hover,
body .social-employer a:focus,
body .candidate-detail-socials a:hover,
body .candidate-detail-socials a:focus {
  background: #c4e42e !important;
  color: #ffffff !important;
}

body .court15-share-x__icon {
  width: 11px;
  height: 11px;
  display: block;
  fill: currentColor;
}

body .apus-social-share a.court15-share-x,
body .share-blog a.court15-share-x,
body .share-listing a.court15-share-x,
body .job-detail-social a.court15-share-x,
body .social-employer a.court15-share-x,
body .candidate-detail-socials a.court15-share-x {
  display: inline-flex !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 50% !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  background: #f1f1f1 !important;
  color: #111315 !important;
}

body .apus-social-share a.court15-share-x:hover,
body .apus-social-share a.court15-share-x:focus,
body .share-blog a.court15-share-x:hover,
body .share-blog a.court15-share-x:focus,
body .share-listing a.court15-share-x:hover,
body .share-listing a.court15-share-x:focus,
body .job-detail-social a.court15-share-x:hover,
body .job-detail-social a.court15-share-x:focus,
body .social-employer a.court15-share-x:hover,
body .social-employer a.court15-share-x:focus,
body .candidate-detail-socials a.court15-share-x:hover,
body .candidate-detail-socials a.court15-share-x:focus {
  background: #c4e42e !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  body h1,
  body .page-title,
  body .entry-title,
  body.single-job_listing .job-detail-header .job-detail-title,
  body.single-job_listing .job-detail-header .job-title,
  .court15-hero h1,
  .court15-about-hero h1,
  .court15-pricing-hero h1,
  .court15-contact-hero h1 {
    font-size: 44px !important;
  }
}

/* Remove horizontal continuation lines around search/filter bars. */
body.page-id-1534 .elementor-section:has(.filter-listing-form),
body.page-id-1534 .elementor-column:has(.filter-listing-form),
body.page-id-1534 .elementor-widget-wrap:has(.filter-listing-form),
body.page-id-1534 .elementor-widget-container:has(.filter-listing-form),
body.page-id-1241 .elementor-section:has(.filter-listing-form),
body.page-id-1241 .elementor-column:has(.filter-listing-form),
body.page-id-1241 .elementor-widget-wrap:has(.filter-listing-form),
body.page-id-1241 .elementor-widget-container:has(.filter-listing-form),
body.page-id-2003 .elementor-section:has(.filter-listing-form),
body.page-id-2003 .elementor-column:has(.filter-listing-form),
body.page-id-2003 .elementor-widget-wrap:has(.filter-listing-form),
body.page-id-2003 .elementor-widget-container:has(.filter-listing-form),
body.page-id-2052 .elementor-section:has(.filter-listing-form),
body.page-id-2052 .elementor-column:has(.filter-listing-form),
body.page-id-2052 .elementor-widget-wrap:has(.filter-listing-form),
body.page-id-2052 .elementor-widget-container:has(.filter-listing-form),
body.post-type-archive-job_listing .elementor-section:has(.filter-listing-form),
body.post-type-archive-job_listing .elementor-column:has(.filter-listing-form),
body.post-type-archive-job_listing .elementor-widget-wrap:has(.filter-listing-form),
body.post-type-archive-job_listing .elementor-widget-container:has(.filter-listing-form),
body.tax-job_listing_category .elementor-section:has(.filter-listing-form),
body.tax-job_listing_category .elementor-column:has(.filter-listing-form),
body.tax-job_listing_category .elementor-widget-wrap:has(.filter-listing-form),
body.tax-job_listing_category .elementor-widget-container:has(.filter-listing-form),
body .apus-filter:has(.filter-listing-form),
body .job-search-form:has(.filter-listing-form),
body .job-search-form-wrapper:has(.filter-listing-form),
body .search-form-wrapper:has(.filter-listing-form),
body .search-wrapper:has(.filter-listing-form),
body .jobs-search-wrapper:has(.filter-listing-form),
body .top-search-wrapper:has(.filter-listing-form) {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

body.page-id-1534 .elementor-section:has(.filter-listing-form)::before,
body.page-id-1534 .elementor-section:has(.filter-listing-form)::after,
body.page-id-1534 .elementor-widget-container:has(.filter-listing-form)::before,
body.page-id-1534 .elementor-widget-container:has(.filter-listing-form)::after,
body.page-id-1241 .elementor-section:has(.filter-listing-form)::before,
body.page-id-1241 .elementor-section:has(.filter-listing-form)::after,
body.page-id-1241 .elementor-widget-container:has(.filter-listing-form)::before,
body.page-id-1241 .elementor-widget-container:has(.filter-listing-form)::after,
body.page-id-2003 .elementor-section:has(.filter-listing-form)::before,
body.page-id-2003 .elementor-section:has(.filter-listing-form)::after,
body.page-id-2003 .elementor-widget-container:has(.filter-listing-form)::before,
body.page-id-2003 .elementor-widget-container:has(.filter-listing-form)::after,
body.page-id-2052 .elementor-section:has(.filter-listing-form)::before,
body.page-id-2052 .elementor-section:has(.filter-listing-form)::after,
body.page-id-2052 .elementor-widget-container:has(.filter-listing-form)::before,
body.page-id-2052 .elementor-widget-container:has(.filter-listing-form)::after,
body .apus-filter:has(.filter-listing-form)::before,
body .apus-filter:has(.filter-listing-form)::after,
body .job-search-form:has(.filter-listing-form)::before,
body .job-search-form:has(.filter-listing-form)::after,
body .job-search-form-wrapper:has(.filter-listing-form)::before,
body .job-search-form-wrapper:has(.filter-listing-form)::after,
body .search-form-wrapper:has(.filter-listing-form)::before,
body .search-form-wrapper:has(.filter-listing-form)::after,
body .search-wrapper:has(.filter-listing-form)::before,
body .search-wrapper:has(.filter-listing-form)::after,
body .jobs-search-wrapper:has(.filter-listing-form)::before,
body .jobs-search-wrapper:has(.filter-listing-form)::after,
body .top-search-wrapper:has(.filter-listing-form)::before,
body .top-search-wrapper:has(.filter-listing-form)::after {
  display: none !important;
  content: none !important;
}

body .filter-listing-form.horizontal,
body .filter-listing-form.horizontal .content-main-inner,
body .filter-listing-form.horizontal .content-main-inner > .row {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

body.single-employer h1.employer-title,
body.single-employer .member-detail-header h1.member-title,
body.single-employer .employer-single-v2 h1.employer-title,
body.single-candidate .member-detail-header h1.member-title {
  color: #111315 !important;
  text-align: left !important;
}

/* Keep non-hero titles readable on light backgrounds. */
body h1,
body h1.title,
body .page-title,
body .entry-title,
body.single-job_listing .job-detail-header .job-detail-title,
body.single-job_listing .job-detail-header .job-title,
body.single-employer h1.employer-title,
body.single-employer .member-detail-header h1.member-title,
body.single-candidate .member-detail-header h1.member-title,
body.single-candidate h1.candidate-title {
  color: #111315 !important;
}

body.single-candidate .member-detail-header .featured,
body.single-candidate .member-detail-header .job-featured,
body.single-candidate .member-detail-header .label-featured,
body.single-candidate .title-wrapper .featured,
body.single-candidate .title-wrapper .job-featured,
body.single-candidate .title-wrapper .label-featured {
  display: none !important;
}

body.single-candidate .candidate_single_layoutv2 h1.member-title,
body.single-candidate .candidate_single_layoutv2 .member-title,
body.single-candidate .v2_candidate h1.member-title,
body.single-candidate .v2_candidate .member-title {
  color: #ffffff !important;
}

.court15-pricing-free-banner {
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  gap: 14px !important;
  text-align: center !important;
}

.court15-pricing-free-banner span,
.court15-pricing-free-banner strong,
.court15-pricing-free-banner p {
  margin-right: auto !important;
  margin-left: auto !important;
}

.court15-pricing-free-banner p {
  max-width: 560px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.court15-pricing-hero > p:first-child,
.court15-pricing-hero > span:first-child,
.court15-pricing-hero > .elementor-widget-heading:first-child {
  display: none !important;
}

body.single-job_listing .job-detail-header .job-detail-title,
body.single-job_listing .job-detail-header .job-title {
  font-size: clamp(36px, 4vw, 52px) !important;
  line-height: 1.08 !important;
  text-align: left !important;
}

body.single-job_listing h1.job-detail-title {
  max-width: 620px !important;
  font-size: 42px !important;
  line-height: 1.12 !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  body.single-job_listing h1.job-detail-title {
    font-size: 34px !important;
  }
}

.court15-hero h1,
.court15-about-hero h1,
.court15-pricing-hero h1,
.court15-contact-hero h1 {
  color: #ffffff !important;
}

/* Hide kicker/eyebrow labels inside hero sections only. */
.court15-hero .court15-eyebrow,
.court15-hero .court15-kicker,
.court15-about-hero .court15-eyebrow,
.court15-about-hero .court15-kicker,
.court15-pricing-hero .court15-eyebrow,
.court15-pricing-hero .court15-kicker,
.court15-contact-hero .court15-eyebrow,
.court15-contact-hero .court15-kicker {
  display: none !important;
}

/* Hide kicker labels inside image cards/feature blocks only. */
.court15-feature-card:has(img) .court15-kicker,
.court15-feature-card:has(img) .court15-eyebrow,
.court15-about-feature:has(img) .court15-kicker,
.court15-about-feature:has(img) .court15-eyebrow,
.court15-card:has(img) .court15-kicker,
.court15-card:has(img) .court15-eyebrow,
.court15-about-cards article:has(img) .court15-kicker,
.court15-about-cards article:has(img) .court15-eyebrow,
.court15-section article:has(img) > .court15-kicker,
.court15-section article:has(img) > .court15-eyebrow {
  display: none !important;
}

body.single-employer .widget_apus_employer_info .job-email,
body.single-employer .job-detail-employer-info .job-email,
body.single-job_listing .widget_apus_job_employer_info .job-email,
body.single-job_listing .job-detail-employer-info .job-email {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
}

body.single-employer .widget_apus_employer_info .job-email .title,
body.single-employer .job-detail-employer-info .job-email .title,
body.single-job_listing .widget_apus_job_employer_info .job-email .title,
body.single-job_listing .job-detail-employer-info .job-email .title {
  width: 100% !important;
  margin: 0 !important;
}

body.single-employer .widget_apus_employer_info .job-email .value,
body.single-employer .job-detail-employer-info .job-email .value,
body.single-job_listing .widget_apus_job_employer_info .job-email .value,
body.single-job_listing .job-detail-employer-info .job-email .value {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  line-height: 1.25 !important;
}
