.recruit-guide .recruit-opening.recruit-opening--intro-only { grid-template-columns: minmax(0,1fr); gap: 0; }
.recruit-opening--intro-only .recruit-intro { max-width: 70em; }
.job-hr-message { border: 1px solid #d3e1ed; border-top: 4px solid #216f92; border-radius: 12px; background: #fff; padding: 36px; margin-top: 32px; color: #173957; }
.job-hr-message .job-hr-message-label { color: #2b6f86; font: 700 .83rem/1.6 Manrope,sans-serif; letter-spacing: .08em; margin: 0 0 10px; }
.job-hr-message .job-hr-message-heading :is(h2,h3) { font-size: 1.55rem; line-height: 1.65; margin: 0 0 28px; overflow-wrap: anywhere; }
.job-hr-message-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 36px; align-items: start; }
.job-hr-message .job-hr-message-copy p { font-size: 1rem; line-height: 2; margin: 0 0 16px; overflow-wrap: anywhere; }
.job-hr-message .job-hr-message-copy .job-hr-message-signature { font-size: .9rem; text-align: right; color: #4d677f; margin-top: 24px; margin-bottom: 0; }
.job-hr-message-values { min-width: 0; padding: 26px; background: #f0f6fb; border-radius: 8px; }
.job-hr-message .job-hr-message-values :is(h3,h4) { font-size: 1.1rem; line-height: 1.7; margin: 0 0 18px; }
.job-hr-message .job-hr-message-values ul { list-style: none; margin: 0; padding: 0; }
.job-hr-message .job-hr-message-values li { position: relative; padding: 16px 0 16px 20px; margin: 0; border-top: 1px solid #d1e1ed; font-size: 1rem; line-height: 1.9; overflow-wrap: anywhere; }
.job-hr-message-values li::before { content: ''; position: absolute; left: 0; top: 28px; width: 5px; height: 5px; border-radius: 50%; background: #237693; }
@media (max-width: 1000px) { .job-hr-message-layout { grid-template-columns: minmax(0,1fr); gap: 28px; } }
@media (max-width: 600px) {
  .job-hr-message { padding: 26px 20px; border-radius: 9px; }
  .job-hr-message .job-hr-message-heading :is(h2,h3) { font-size: 1.35rem; }
  .job-hr-message-values { padding: 22px 20px; }
}
@media print { .job-hr-message, .job-hr-message-values { background: #fff; color: #000; } .job-hr-message li, .job-hr-message p { break-inside: avoid; } }
