/* One visible focus contour; only public pages load this stylesheet. */
@layer cordtex-request-r102 {
  html body :is(input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea):focus,
  html body :is(.p86-grid > button,form button,.cordtex-request-modal__close):focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #8a7424 !important;
  }
  html body :is(.ct-request-file,form label:has(input[type=file])):focus-within,
  html body .ct-request-check input:focus-visible + span {
    outline: none !important;
    box-shadow: none !important;
    border-color: #8a7424 !important;
  }
  html body .cordtex-request-modal { background: #f7f7f5 !important; border-color: #d5d6d0 !important; }
  html body :is(.cordtex-request-modal__head,.cordtex-request-modal__shell,.cordtex-request-modal__form) { background: #f7f7f5 !important; }
  html body .cordtex-request-modal__head { border-bottom: 0 !important; padding: 28px 28px 20px !important; }
  html body .cordtex-request-modal h2 { font-size: 24px !important; line-height: 1.25 !important; letter-spacing: -.015em !important; }
  html body .cordtex-request-modal__form { grid-template-rows: none !important; align-content: start !important; gap: 24px !important; padding: 8px 28px 32px !important; }
  html body .cordtex-request-modal__field { gap: 10px !important; }
  html body .cordtex-request-modal__field > span { color: #292b29 !important; font-size: 12px !important; line-height: 1.4 !important; font-weight: 500 !important; letter-spacing: normal !important; text-transform: none !important; }
  html body .cordtex-request-modal__field :is(input,select,textarea) { border: 1px solid #d5d6d0 !important; border-radius: 3px !important; padding: 12px 14px !important; min-height: 50px !important; background: #fff !important; color: #171917 !important; font-size: 16px !important; line-height: 1.5 !important; }
  html body .cordtex-request-modal__field textarea { height: 140px !important; min-height: 140px !important; max-height: none !important; resize: vertical !important; }
  html body .cordtex-request-modal__field input[type=file] { padding: 8px !important; }
  html body .cordtex-request-modal__field input[type=file]::file-selector-button { min-height: 38px; border-color: #d5d6d0; background: #fff; border-radius: 3px; }
  html body .cordtex-request-modal__submit { min-height: 50px !important; border: 1px solid #171917 !important; background: #fff !important; color: #171917 !important; font-weight: 600 !important; line-height: 1.4 !important; }
  html body .cordtex-request-modal__submit span:last-child { color: var(--ct-color-signal,#d6b23e) !important; }
  html body .cordtex-request-modal__consent { margin-top: 4px !important; font-size: 12px !important; line-height: 1.6 !important; }
  html body .cordtex-request-modal__consent a { color: #171917 !important; text-decoration-color: currentColor !important; }
  html body .cordtex-request-modal__consent a::after { content: none !important; }
  @media(max-width:720px) {
    html body .cordtex-request-modal__head { padding: 20px 20px 16px !important; }
    html body .cordtex-request-modal h2 { font-size: 22px !important; }
    html body .cordtex-request-modal__form { gap: 20px !important; padding: 8px 20px calc(28px + env(safe-area-inset-bottom)) !important; }
  }
}

/* Main request: the same form surfaces, spacing and labels as Partners. */
html body[data-cordtex-redesign] .ct-request-workspace { width: min(1480px,calc(100vw - 32px)); inline-size: min(1480px,calc(100vw - 32px)); height: min(980px,calc(100dvh - 32px)); block-size: min(980px,calc(100dvh - 32px)); grid-template-columns: minmax(240px,.72fr) minmax(0,1.38fr); border: 1px solid #d5d6d0; }
html body[data-cordtex-redesign] .ct-request-intro { justify-content: flex-start; gap: 28px; padding: clamp(28px,3vw,48px); background: #fff; }
html body[data-cordtex-redesign] .ct-request-intro h1 { font-size: clamp(26px,2.2vw,32px); line-height: 1.12; letter-spacing: -.02em; }
html body[data-cordtex-redesign] .ct-request-lead { font-size: 14px; line-height: 1.55; }
html body[data-cordtex-redesign] .ct-request-flow { margin-block: 0; }
html body[data-cordtex-redesign] .ct-request-flow > div { padding-block: 18px; }
html body[data-cordtex-redesign] .ct-request-flow small { display: block; font-size: 13px; line-height: 1.5; }
html body[data-cordtex-redesign] .ct-request-form { padding: clamp(28px,3vw,48px); border: 0; background: #f7f7f5; }
html body[data-cordtex-redesign] .ct-request-form__head { align-items: start; gap: 20px; padding: 0; margin-bottom: 32px; }
html body[data-cordtex-redesign] .ct-request-form__head h2 { font-size: 24px; letter-spacing: -.015em; line-height: 1.25; }
html body[data-cordtex-redesign] .ct-request-close { flex-shrink: 0; width: 44px; height: 44px; border: 1px solid #d5d6d0; background: #fff; }
html body[data-cordtex-redesign] .ct-request-items { border: 0; margin: 0 0 32px; }
html body[data-cordtex-redesign] .ct-request-items > header { min-height: 0; padding-bottom: 20px; }
html body[data-cordtex-redesign] .ct-request-items > header h3 { font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: normal; text-transform: none; }
html body[data-cordtex-redesign] .ct-request-items > header strong { font-size: 11px; font-weight: 400; }
html body[data-cordtex-redesign] .ct-request-items__empty { padding: 18px; background: #fff; border: 0; }
html body[data-cordtex-redesign] .ct-request-section { border: 0; padding: 0; margin: 0 0 32px; }
html body[data-cordtex-redesign] .ct-request-section legend { float: none; width: 100%; inline-size: 100%; padding: 0 0 20px; font-size: 14px; letter-spacing: normal; line-height: 1.4; }
html body[data-cordtex-redesign] :is(.ct-request-fields,.ct-request-task,.ct-request-file,.ct-request-hint,.ct-request-check) { margin-inline-start: 0; }
html body[data-cordtex-redesign] .ct-request-fields { gap: 24px; }
html body[data-cordtex-redesign] .ct-request-fields--route { grid-template-columns: minmax(0,1fr); }
html body[data-cordtex-redesign] .ct-request-section label:not(.ct-request-file) { display: flex; flex-direction: column; gap: 10px; }
html body[data-cordtex-redesign] .ct-request-section label > span { color: #292b29; font-size: 12px; font-weight: 500; line-height: 1.4; letter-spacing: normal; text-transform: none; }
html body[data-cordtex-redesign] :is(.ct-request-section label > span b,.ct-request-form__tools p span) { color: inherit; font-size: inherit; }
html body[data-cordtex-redesign] .ct-request-form__tools p { font-size: 11px; letter-spacing: normal; text-transform: none; }
html body[data-cordtex-redesign] .ct-request-file > span b { color: #292b29; font-size: 12px; font-weight: 500; letter-spacing: normal; }
html body[data-cordtex-redesign] .ct-request-section :is(input:not([type=file]),select,textarea) { box-sizing: border-box; min-height: 50px; min-block-size: 50px; padding: 12px 14px; border: 1px solid #d5d6d0; border-radius: 3px; background: #fff; color: #171917; font: inherit; font-size: 14px; line-height: 1.5; }
html body[data-cordtex-redesign] .ct-request-section select { appearance: auto; background-image: none; }
html body[data-cordtex-redesign] .ct-request-section :is(input,textarea)::placeholder { color: #747770; opacity: 1; }
html body[data-cordtex-redesign] .ct-request-hint { margin-top: 12px; font-size: 12px; line-height: 1.5; }
html body[data-cordtex-redesign] .ct-request-task { margin-top: 24px; }
html body[data-cordtex-redesign] .ct-request-task textarea { min-height: 140px; min-block-size: 140px; resize: vertical; }
html body[data-cordtex-redesign] .ct-request-file { margin-top: 24px; min-height: 64px; min-block-size: 64px; padding: 14px 16px; border: 1px solid #d5d6d0; border-radius: 3px; background: #fff; }
html body[data-cordtex-redesign] .ct-request-file > span { display: grid; gap: 6px; }
html body[data-cordtex-redesign] .ct-request-file > span small { display: block; font-size: 12px; }
html body[data-cordtex-redesign] .ct-request-consent { border: 0; padding: 0; gap: 16px; margin: 0 0 28px; }
html body[data-cordtex-redesign] .ct-request-consent__copy { grid-template-columns: 28px 1fr; gap: 12px; }
html body[data-cordtex-redesign] .ct-request-consent__copy p { display: block; font-size: 12px; line-height: 1.6; }
html body[data-cordtex-redesign] .ct-request-check em { font-size: 12px; line-height: 1.6; }
html body[data-cordtex-redesign] .ct-request-check { position: relative; }
html body[data-cordtex-redesign] .ct-request-check input { top: 3px; left: 0; }
html body[data-cordtex-redesign] .ct-request-submit { border: 0; padding: 0; gap: 24px; }
html body[data-cordtex-redesign] .ct-request-submit > p:first-child { display: block; font-size: 11px; line-height: 1.6; }
html body[data-cordtex-redesign] .ct-request-submit button { min-height: 50px; padding: 12px 18px; font-size: 12px; line-height: 1.4; letter-spacing: normal; }
@media(max-width:1050px) {
  html body[data-cordtex-redesign] .ct-request-workspace { grid-template-columns: minmax(210px,.65fr) minmax(0,1.35fr); }
  html body[data-cordtex-redesign] .ct-request-form__tools p { display: none; }
  html body[data-cordtex-redesign] .ct-request-fields { gap: 20px; }
  html body[data-cordtex-redesign] .ct-request-submit { grid-template-columns: 1fr; }
}
@media(max-width:760px) {
  html body[data-cordtex-redesign] .ct-request-workspace { grid-template-columns: minmax(0,1fr); }
  html body[data-cordtex-redesign] .ct-request-intro { display: none; }
  html body[data-cordtex-redesign] .ct-request-form { padding: 24px 20px; }
  html body[data-cordtex-redesign] .ct-request-fields { grid-template-columns: 1fr; }
  html body[data-cordtex-redesign] .ct-request-section :is(input:not([type=file]),select,textarea) { font-size: 16px; }
}

/* One restrained caption role in the existing request, without shrinking fields. */
html body[data-cordtex-redesign] .ct-request-items > header {
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px;
}
html body[data-cordtex-redesign] .ct-request-items > header > div {
  display: flex; align-items: baseline; gap: 16px;
}
html body[data-cordtex-redesign] .ct-request-items > header strong {
  margin-left: auto; white-space: nowrap; text-transform: none; font-size: 11px;
}
html body[data-cordtex-redesign] :is(.ct-request-items > header h3,.ct-request-section legend,.ct-request-consent__copy h3) {
  font-size: 13px; font-weight: 600; line-height: 1.4; letter-spacing: normal; text-transform: none;
}
html body[data-cordtex-redesign] :is(.ct-request-items > header > div > span,.ct-request-section legend > span,.ct-request-consent__copy > span) {
  font-size: 11px; font-weight: 400; line-height: 1.4; letter-spacing: normal;
}
html body[data-cordtex-redesign] .ct-request-items > header > div { gap: 14px; }
html body[data-cordtex-redesign] .ct-request-items > header > div > span { width: 28px; }
html body[data-cordtex-redesign] .ct-request-section legend > span { display: inline-block; width: 28px; margin-right: 14px; }
html body[data-cordtex-redesign] .ct-request-consent__copy { column-gap: 14px; }
@layer cordtex-request-r102 {
  html body .cordtex-request-modal :is(.cordtex-request-modal__request-head > strong,.fv2-request-section-head strong) {
    font-size: 13px !important; font-weight: 600 !important; line-height: 1.4 !important;
    letter-spacing: normal !important; text-transform: none !important;
  }
  html body .cordtex-request-modal .fv2-request-section-head > span {
    font-size: 11px !important; font-weight: 400 !important;
  }
  html body .cordtex-request-modal__request-head [data-request-items-count] {
    font-size: 11px !important; text-transform: none !important; letter-spacing: normal !important;
  }
  @media (max-width:720px) {
    /* Head and form own the gutter; the outer shell must not add another. */
    html body .cordtex-request-modal .cordtex-request-modal__shell {
      padding-inline: 0 !important;
    }
  }
  @media (max-width:360px) {
    html body .cordtex-request-modal :is(.cordtex-request-modal__head,.cordtex-request-modal__form) {
      padding-inline: 16px !important;
    }
  }
}
.r103-product .r103-supply { scroll-margin-top: 140px; }
.r103-product .r103-related [hidden] { display: none !important; }
.r103-product #r103-custom { text-align: center; }
@media(max-width:700px) { .r103-product .r103-supply { scroll-margin-top: 105px; } }

/* Keep the existing contact widget outside the active request interaction. */
html:has([data-request-overlay]:not([hidden])) .ct-manager-contact,
html.cordtex-request-modal-open .ct-manager-contact { visibility: hidden !important; pointer-events: none !important; }
