/*
    Figma 1920: obsah 1440 px, okraj (100% - 1440) / 2.
    Pod 1480 px jen 20 px. ~"" kvůli čárce v max() — LESS by ji jinak sežral.
*/
/* common border radius */
/* disable text selection */
/*
    Sdílené UI Gutenberg bloků — Figma Futurum 2026.
    Obsah 1440 px (na 1920 px dá margin auto ~240 px). Okraj jen 20 px, ať se
    v editoru nesčítá 12.5vw z okna administrace.
*/
.editor-styles-wrapper .wp-block[data-type^="acf/"] {
  max-width: none;
  width: 100%;
}
.gt-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.15vw, 22px);
  margin: 0 0 clamp(32px, 2.6vw, 50px);
  color: #313131;
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
  font-size: clamp(28px, 1.875vw, 36px);
  font-weight: 700;
  line-height: 1.5556;
}
.gt-section-title__icon {
  width: 32.73px;
  height: 32.73px;
  flex: 0 0 32.73px;
  display: block;
  color: #00487f;
}
.gt-section-title.gt-section-title--yellow .gt-section-title__icon {
  color: #ffc800;
}
.gt-section-title.gt-section-title--rose .gt-section-title__icon {
  color: #ba4458;
}
.gt-section-title.gt-section-title--light {
  color: #ffffff;
}
.gt-section-title__text {
  display: block;
}
.gt-ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 47px;
  padding: 0 36px;
  color: #00487f;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gt-ribbon:hover,
.gt-ribbon:focus-visible {
  filter: brightness(0.94);
}
button.gt-ribbon {
  appearance: none;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.gt-ribbon__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  pointer-events: none;
}
.gt-ribbon__wing {
  position: relative;
  z-index: 1;
  width: 58.812px;
  height: 100%;
  display: block;
  flex: 0 0 58.812px;
}
.gt-ribbon__mid {
  flex: 1 1 auto;
  margin: 0 -34px;
  background: currentColor;
}
.gt-ribbon__label {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.5556;
  letter-spacing: -0.027em;
  text-align: center;
  white-space: nowrap;
}
.gt-ribbon.gt-ribbon--light {
  color: #ffffff;
}
.gt-ribbon.gt-ribbon--light .gt-ribbon__label {
  color: #242424;
}
.gt-ribbon.gt-ribbon--yellow {
  color: #ffc800;
}
.gt-ribbon.gt-ribbon--yellow .gt-ribbon__label {
  color: #00487f;
}
.gt-ribbon.gt-ribbon--rose {
  color: #ba4458;
}
.gt-ribbon.gt-ribbon--tag {
  min-width: 0;
  height: 29.365px;
  padding: 0 16px;
}
.gt-ribbon.gt-ribbon--tag .gt-ribbon__wing {
  width: 36.64px;
  flex: 0 0 36.64px;
}
.gt-ribbon.gt-ribbon--tag .gt-ribbon__mid {
  margin: 0 -21px;
}
.gt-ribbon.gt-ribbon--tag .gt-ribbon__label {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.027em;
  line-height: 28px;
  text-transform: none;
}
.gt-ribbon.gt-ribbon--center {
  align-self: center;
}
.gt-ribbon.gt-ribbon--lg {
  min-width: 464px;
  height: 85px;
  padding: 0 56px;
}
.gt-ribbon.gt-ribbon--lg .gt-ribbon__wing {
  width: 106.674px;
  flex: 0 0 106.674px;
}
.gt-ribbon.gt-ribbon--lg .gt-ribbon__mid {
  margin: 0 -62px;
}
.gt-ribbon.gt-ribbon--lg .gt-ribbon__label {
  font-size: clamp(18px, 1.25vw, 24px);
  letter-spacing: -0.027em;
  line-height: 1.5;
  white-space: nowrap;
}
.gt-section-title.gt-section-title--left {
  justify-content: flex-start;
}
/*
    Nahrání souboru — Figma Volné pozice 1:4109 / plus Group 4007 (18.977 px).
*/
.gt-file {
  position: relative;
  display: block;
  height: 76px;
  margin-top: 16px;
  box-sizing: border-box;
}
.gt-file__input,
.gt-file input[type="file"] {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  cursor: pointer;
  font-size: 0;
  background: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
.gt-file__ui {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 32px;
  box-sizing: border-box;
  pointer-events: none;
}
.gt-file__name {
  min-width: 0;
  overflow: hidden;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  opacity: 0.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gt-file--filled .gt-file__name {
  opacity: 1;
}
.gt-file__icon {
  flex: 0 0 18.977px;
  display: block;
  width: 18.977px;
  height: 18.977px;
  color: #00487f;
}
.gt-file:focus-within .gt-file__ui {
  outline: 2px solid #00487f;
  outline-offset: -2px;
}
@media screen and (max-width: 767px) {
  .gt-section-title {
    flex-direction: column;
    gap: 10px;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .gt-ribbon {
    min-width: 0;
  }
  .gt-ribbon__label {
    white-space: normal;
  }
  .gt-file {
    height: 48px;
    margin-top: 8px;
  }
  .gt-file__ui {
    padding: 0 14px;
  }
  .gt-file__name {
    font-size: 16px;
    line-height: 20px;
  }
}
/*
    Volné pozice — Figma 1:3917.
    Panel 1720 × navy #00487F, radius 20.
    Řádek 1440 × 208 (Union 1:3934 175 × 208), mezera 23 px.
    Tělo 1:4063 radius 67, úvod 22/30, nadpisy 24/30 navy.
*/
section.gt-block.jobs {
  padding: clamp(24px, 2.6vw, 50px) 0 clamp(48px, 5.2vw, 100px);
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
}
section.gt-block.jobs .jobs__shell {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
section.gt-block.jobs .jobs__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6.45vw, 124px) clamp(20px, 7.3vw, 140px) clamp(40px, 4.2vw, 80px);
  background: #00487f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.gt-block.jobs .jobs__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
section.gt-block.jobs .jobs__bg-svg {
  display: block;
  width: 100%;
  height: 100%;
}
section.gt-block.jobs .gt-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(28px, 2.3vw, 44px);
}
section.gt-block.jobs .jobs__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
section.gt-block.jobs .jobs__item {
  margin: 0;
}
section.gt-block.jobs .jobs__summary {
  position: relative;
  z-index: 2;
  display: block;
  min-height: clamp(88px, 10.83vw, 208px);
  cursor: pointer;
  list-style: none;
}
section.gt-block.jobs .jobs__summary::-webkit-details-marker,
section.gt-block.jobs .jobs__summary::marker {
  display: none;
  content: '';
}
section.gt-block.jobs .jobs__bar {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  color: #ffffff;
  pointer-events: none;
}
section.gt-block.jobs .jobs__bar-wing {
  display: block;
  width: 12.18%;
  height: 100%;
  flex: 0 0 12.18%;
}
section.gt-block.jobs .jobs__bar-mid {
  flex: 1 1 auto;
  margin: 0 -6.98%;
  background: currentColor;
}
section.gt-block.jobs .jobs__bar-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.7vw, 32px);
  min-height: clamp(88px, 10.83vw, 208px);
  padding: 0 8.47%;
  box-sizing: border-box;
}
section.gt-block.jobs .jobs__name {
  flex: 0 1 auto;
  min-width: 0;
  color: #00487f;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
}
section.gt-block.jobs .jobs__dept {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}
section.gt-block.jobs .jobs__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 8.288px;
  width: 8.288px;
  height: 35.344px;
  margin-left: auto;
  color: #00487f;
}
section.gt-block.jobs .jobs__toggle-svg {
  display: block;
  width: 35.344px;
  height: 8.288px;
  flex: 0 0 35.344px;
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.gt-block.jobs .jobs__item[open] .jobs__toggle-svg {
  transform: rotate(-90deg);
}
section.gt-block.jobs .jobs__body {
  position: relative;
  z-index: 0;
  margin-top: clamp(-40px, -4vw, -76px);
  padding: clamp(72px, 8vw, 154px) 8.47% clamp(40px, 4.2vw, 80px);
  background: #ffffff;
  -webkit-border-radius: 45px 67px 67px 67px;
  -moz-border-radius: 45px 67px 67px 67px;
  border-radius: 45px 67px 67px 67px;
  box-sizing: border-box;
}
section.gt-block.jobs .jobs__top {
  display: grid;
  grid-template-columns: minmax(0, 464px) minmax(0, 586px);
  gap: 24px;
  justify-content: space-between;
  align-items: start;
  margin-bottom: clamp(28px, 4.2vw, 80px);
}
section.gt-block.jobs .jobs__intro {
  margin: 0;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
}
section.gt-block.jobs .jobs__intro p,
section.gt-block.jobs .jobs__intro ul,
section.gt-block.jobs .jobs__intro ol {
  margin: 0 0 1em;
}
section.gt-block.jobs .jobs__intro p:last-child,
section.gt-block.jobs .jobs__intro ul:last-child,
section.gt-block.jobs .jobs__intro ol:last-child {
  margin-bottom: 0;
}
section.gt-block.jobs .jobs__intro h4 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
section.gt-block.jobs .jobs__intro a {
  color: inherit;
  text-decoration: underline;
}
section.gt-block.jobs .jobs__photo {
  overflow: hidden;
  width: 100%;
  max-width: 586px;
  aspect-ratio: 586 / 357;
  margin-left: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #dee9f2;
}
section.gt-block.jobs .jobs__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.gt-block.jobs .jobs__extra {
  margin-bottom: clamp(28px, 4.2vw, 80px);
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
}
section.gt-block.jobs .jobs__extra ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.gt-block.jobs .jobs__extra li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 17px;
}
section.gt-block.jobs .jobs__extra li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #ffc800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.gt-block.jobs .jobs__cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px 40px;
  margin-bottom: clamp(28px, 4.2vw, 80px);
}
section.gt-block.jobs .jobs__col-title {
  margin: 0 0 16px;
  color: #00487f;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
}
section.gt-block.jobs .jobs__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.gt-block.jobs .jobs__bullets li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 17px;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
}
section.gt-block.jobs .jobs__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #ffc800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.gt-block.jobs .jobs__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 24px;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
section.gt-block.jobs .jobs__form .wpcf7,
section.gt-block.jobs .jobs__form .wpcf7-form {
  display: contents;
}
section.gt-block.jobs .jobs__field,
section.gt-block.jobs .jobs__form .form-group,
section.gt-block.jobs .jobs__form .wpcf7-form > p {
  display: block;
  margin: 0 0 24px;
  grid-column: 1 / -1;
}
section.gt-block.jobs .jobs__field--full,
section.gt-block.jobs .jobs__form .form-group--full {
  grid-column: 1 / -1;
}
section.gt-block.jobs .jobs__form .form-group--half {
  grid-column: auto;
}
section.gt-block.jobs .jobs__form--dummy .jobs__field:not(.jobs__field--full) {
  grid-column: auto;
}
section.gt-block.jobs .jobs__label,
section.gt-block.jobs .jobs__form .form-group__label,
section.gt-block.jobs .jobs__form .wpcf7-form p {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
}
section.gt-block.jobs .jobs__field input,
section.gt-block.jobs .jobs__field textarea,
section.gt-block.jobs .jobs__form input[type="text"],
section.gt-block.jobs .jobs__form input[type="email"],
section.gt-block.jobs .jobs__form input[type="tel"],
section.gt-block.jobs .jobs__form input[type="url"],
section.gt-block.jobs .jobs__form input[type="file"],
section.gt-block.jobs .jobs__form textarea,
section.gt-block.jobs .jobs__form select,
section.gt-block.jobs .jobs__form .wpcf7-text,
section.gt-block.jobs .jobs__form .wpcf7-email,
section.gt-block.jobs .jobs__form .wpcf7-tel,
section.gt-block.jobs .jobs__form .wpcf7-file,
section.gt-block.jobs .jobs__form .wpcf7-textarea,
section.gt-block.jobs .jobs__form .wpcf7-select {
  display: block;
  width: 100%;
  height: 76px;
  margin-top: 16px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #ebf2f7;
  color: #242424;
  font-family: inherit;
  font-size: 18px;
  box-sizing: border-box;
}
section.gt-block.jobs .jobs__field textarea,
section.gt-block.jobs .jobs__form textarea,
section.gt-block.jobs .jobs__form .wpcf7-textarea {
  height: 152px;
  padding-top: 18px;
  resize: vertical;
}
section.gt-block.jobs .jobs__consent,
section.gt-block.jobs .jobs__form .wpcf7-acceptance,
section.gt-block.jobs .jobs__form .form-group--consent {
  grid-column: 1 / -1;
  margin: 8px 0 24px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  opacity: 0.5;
}
section.gt-block.jobs .jobs__submit,
section.gt-block.jobs .jobs__form button.gt-ribbon.wpcf7-submit,
section.gt-block.jobs .jobs__form .form-group--submit {
  grid-column: 1 / -1;
  justify-self: center;
  margin: 16px auto 0;
}
section.gt-block.jobs .jobs__form .form-group--submit {
  display: flex;
  justify-content: center;
  opacity: 1;
}
section.gt-block.jobs .jobs__form .gt-file {
  background: #ebf2f7;
}
@media screen and (max-width: 991px) {
  section.gt-block.jobs .jobs__top,
  section.gt-block.jobs .jobs__cols,
  section.gt-block.jobs .jobs__form {
    grid-template-columns: minmax(0, 1fr);
  }
  section.gt-block.jobs .jobs__photo {
    margin-left: 0;
    max-width: none;
  }
  section.gt-block.jobs .jobs__form--dummy .jobs__field:not(.jobs__field--full),
  section.gt-block.jobs .jobs__form .form-group--half {
    grid-column: 1 / -1;
  }
  section.gt-block.jobs .jobs__bar-content {
    flex-wrap: wrap;
    padding: 16px 12% 16px 8%;
  }
  section.gt-block.jobs .jobs__toggle {
    margin-left: auto;
  }
  section.gt-block.jobs .jobs__body {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 767px) {
  section.gt-block.jobs .jobs__name {
    flex: 1 1 70%;
    font-size: 16px;
    line-height: 1.35;
  }
  section.gt-block.jobs .jobs__dept {
    order: 3;
    width: 100%;
    max-width: 100%;
  }
  section.gt-block.jobs .jobs__intro,
  section.gt-block.jobs .jobs__bullets li {
    font-size: 18px;
    line-height: 26px;
  }
  section.gt-block.jobs .jobs__col-title {
    font-size: 20px;
  }
}
