/* ========== CAREER SINGLE (only back arrow + title) ========== */
/* Scope to single career only */
body.single-career #page {
  overflow: hidden;
}

/* Header: [arrow | title] */
body.single-career .labkit-single .labkit-header {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 12px;
  row-gap: 6px;
  align-items: center;
  margin: 40px 0;
}

/* Back arrow: larger hit area + a11y focus ring */
body.single-career .labkit-single .labkit-back {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  border-radius: 6px;
}
body.single-career .labkit-single .labkit-back svg {
  width: 15px;
  height: 15px;
  display: block;
}
body.single-career .labkit-single .labkit-back:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  border-radius: 6px;
}

/* Title */
body.single-career .labkit-single .labkit-title {
  grid-column: 2;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  margin: 15px 0;
  color: #111827;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  body.single-career .labkit-single .labkit-header {
    grid-template-columns: 24px 1fr;
    margin: 28px 0;
  }
  body.single-career .labkit-single .labkit-back {
    width: 24px;
    height: 24px;
  }
  body.single-career .labkit-single .labkit-title {
    font-size: 26px;
    margin: 10px 0;
  }
}

body.single-career .labkit-single .labkit-header {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  margin: 40px 0;
}

body.single-career .labkit-single .labkit-back {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  border-radius: 6px;
}

body.single-career .labkit-single .labkit-back svg {
  display: block;
  width: 15px;
  height: 15px;
}

body.single-career .labkit-single .labkit-title {
  margin: 0 !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2 !important;
  color: #111827;
}

@media (max-width: 600px) {
  body.single-career .labkit-single .labkit-back {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
  body.single-career .labkit-single .labkit-title {
    font-size: 26px;
  }
}

[class*="elementor-kit-"] body.single-career .labkit-single .labkit-title {
  margin: 0 !important;
  line-height: 1.2 !important;
}

:root {
  --quote-accent: #52a896;
  --quote-bg: rgba(82, 168, 150, 0.08);
}

body
  :is(
    blockquote,
    figure.wp-block-quote,
    blockquote.wp-block-quote,
    .wp-block-quote.is-layout-flow,
    .wp-block-quote.wp-block-quote-is-layout-flow
  ) {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem 1rem 1.25rem;
  background: var(--quote-bg);
  border-left: 6px solid var(--quote-accent);
  border-radius: 2px;
  font-style: italic;
  color: #2a2a2a;
}

blockquote::before,
blockquote::after {
  content: none !important;
}

blockquote p:last-child,
figure.wp-block-quote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote footer,
figure.wp-block-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  color: #4b5563;
}

.wp-block-quote.is-style-large {
  padding: 1rem 1.25rem;
  background: var(--quote-bg);
  border-left: 6px solid var(--quote-accent);
  border-radius: 2px;
}

@media (max-width: 640px) {
  body :is(blockquote, figure.wp-block-quote, .wp-block-quote) {
    padding: 0.875rem 1rem;
    margin: 1rem 0;
  }
}

body.single-career #contact-form {
  padding: 0 !important;
  margin-top: 50px !important;
  width: 100% !important;
}

body.single-career #contact-form [data-id="1a926e9e"] > .e-con-inner {
  padding: 20px !important;
}

@media (max-width: 640px) {
  body.single-career #contact-form {
    margin-top: 32px !important;
  }
  body.single-career #contact-form [data-id="1a926e9e"] > .e-con-inner {
    padding: 16px !important;
  }
}
