/* Responsive job search layout: filter first, results second at every width. */
.thc-c-13ce4783b57 .talento-jobs-section {
  padding: 0 !important;
}

.thc-c-13ce4783b57 .talento-jobs-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(30px, 4vw, 52px);
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: clamp(38px, 5vw, 68px) 0 !important;
  box-sizing: border-box;
}

body.thc-c-13ce4783b57 #thc-i-ffb3efb62d6 #thc-i-68eab9e389a .talento-jobs-layout {
  margin-inline: auto !important;
}

.thc-c-13ce4783b57 .talento-jobs-filter-column,
.thc-c-13ce4783b57 .talento-jobs-results-column {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.thc-c-13ce4783b57 form[data-jobs-filter] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px 24px !important;
  box-sizing: border-box;
}

.thc-c-13ce4783b57 form[data-jobs-filter] > ul {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px 20px !important;
  align-items: start;
}

.thc-c-13ce4783b57 form[data-jobs-filter] > ul > li,
.thc-c-13ce4783b57 form[data-jobs-filter] label {
  min-width: 0;
}

.thc-c-13ce4783b57 form[data-jobs-filter] > ul > li:not([data-sf-field-name="submit"]):not([data-sf-field-name="reset"]) {
  display: grid;
  grid-template-rows: auto minmax(48px, auto);
  align-self: start;
  align-content: start;
}

.thc-c-13ce4783b57 form[data-jobs-filter] > ul > li > h4 {
  min-height: 24px;
  margin: 0 0 10px !important;
  display: flex;
  align-items: flex-end;
}

.thc-c-13ce4783b57 form[data-jobs-filter] > ul > li > label {
  display: flex;
  min-height: 48px;
  align-items: center;
}

.thc-c-13ce4783b57 form[data-jobs-filter] > ul > li > label > input[type="search"],
.thc-c-13ce4783b57 form[data-jobs-filter] > ul > li > label > input[type="text"],
.thc-c-13ce4783b57 form[data-jobs-filter] > ul > li > label > select {
  height: 48px !important;
  min-height: 48px !important;
  /* The controls carry an intrinsic width from the imported theme, so they
     were rendering wider than their grid cell and clipping the option text. */
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.thc-c-13ce4783b57 form[data-jobs-filter] > ul > li > label {
  width: 100%;
  min-width: 0;
}

.thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-2fd55e7ee0c {
  grid-column: auto !important;
}

.thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-2fd55e7ee0c > ul {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48px;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  gap: 9px;
  flex-wrap: nowrap;
}

.thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-2fd55e7ee0c > ul > li {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-2fd55e7ee0c input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  flex: 0 0 15px;
}

.thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-2fd55e7ee0c label {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  gap: 5px;
  line-height: 1.25;
}

.thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-3dc82cab87b input[type="submit"] {
  min-width: 138px;
  width: 100%;
  height: 48px;
  min-height: 48px !important;
  margin: 0;
}

.thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-3dc82cab87b {
  display: flex;
  min-height: 48px;
  padding: 34px 0 0 !important;
  box-sizing: border-box;
  align-self: start;
  align-items: flex-start;
}

.thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-a7f15faf541 a {
  justify-content: center;
  min-height: 48px;
  white-space: nowrap;
}

@media (min-width: 1100px) {
  /* The five inputs fill the first row; reset and submit share the row below,
     pinned to opposite ends of the card. */
  .thc-c-13ce4783b57 form[data-jobs-filter] > ul {
    grid-template-columns:
      minmax(160px, 1fr)
      minmax(185px, 1.2fr)
      minmax(185px, 1.2fr)
      minmax(195px, 1.1fr)
      minmax(190px, 1.1fr) !important;
    gap: 18px 16px !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-a7f15faf541 {
    grid-column: 1 / 3;
    grid-row: 2;
    align-self: center;
    justify-self: start;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-3dc82cab87b {
    grid-column: -2 / -1;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    min-height: 0;
    padding: 0 !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-3dc82cab87b input[type="submit"] {
    width: auto;
    min-width: 152px;
  }
}

@media (max-width: 980px) {
  .thc-c-13ce4783b57 .talento-jobs-layout {
    width: min(calc(100% - 36px), 900px) !important;
    padding-block: 34px 48px !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-2fd55e7ee0c {
    grid-column: 1 / -1 !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-a7f15faf541 {
    align-self: end;
  }
}

@media (max-width: 600px) {
  .thc-c-13ce4783b57 .talento-jobs-layout {
    width: calc(100% - 28px) !important;
    gap: 30px;
    padding-block: 28px 40px !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] {
    padding: 20px !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] > ul {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-3dc82cab87b input[type="submit"],
  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-a7f15faf541 a {
    width: 100%;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-3dc82cab87b {
    min-height: 48px;
    padding-bottom: 0 !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-2fd55e7ee0c > ul {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 10px;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter] .thc-c-2fd55e7ee0c > ul > li {
    white-space: normal;
  }
}

/* The Internal Jobs form only has Search and Location, so give its keyword
   field enough room for the full, descriptive placeholder. */
@media (min-width: 981px) {
  .thc-c-13ce4783b57 form[data-jobs-filter][action="/internal-jobs"] > ul {
    grid-template-columns:
      minmax(320px, 1.55fr)
      minmax(230px, 1fr)
      minmax(152px, 0.7fr) !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter][action="/internal-jobs"] .thc-c-3dc82cab87b {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    justify-self: stretch;
    margin-bottom: 16px !important;
    padding: 0 !important;
  }

  .thc-c-13ce4783b57 form[data-jobs-filter][action="/internal-jobs"] .thc-c-a7f15faf541 {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }
}

@media (min-width: 601px) and (max-width: 980px) {
  .thc-c-13ce4783b57 form[data-jobs-filter][action="/internal-jobs"] > ul {
    grid-template-columns: minmax(280px, 1.4fr) minmax(210px, 1fr) !important;
  }
}
