/* v3.7.4 Hire Us verification-heading repair */

/* Do not place a native fieldset legend across the card border. The visible
   heading now lives safely inside this dedicated wrapper. */
.hire-security-verification{
  position:relative;
  width:100%;
  min-width:0;
  margin:19px 0 16px;
  padding:16px;
  border:1px solid #d4e7df;
  border-radius:16px;
  background:linear-gradient(145deg,#fbfefd,#f2faf7);
  box-shadow:0 15px 34px rgba(6,43,31,.1);
  color:#183c31;
}
.hire-security-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:0 0 13px;border-bottom:1px solid #dcebe5}
.hire-security-heading>span{min-width:0;display:flex;align-items:center;gap:10px;color:#143b30}
.hire-security-heading i{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:11px;background:#e1f8ef;color:#07956b;font-size:14px}
.hire-security-heading strong{font-size:14px;line-height:1.35;white-space:normal}
.hire-security-heading small{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#e7f8f2;color:#087d60;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}

.hire-security-verification .security-captcha{width:100%;min-width:0;min-inline-size:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.hire-security-verification .security-captcha legend{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}
.hire-security-verification .security-captcha-intro{margin:0 0 12px;color:#506d64;font-size:11px}
.hire-security-verification .security-captcha-intro b{font-size:8px}
.hire-security-verification .security-captcha-code{box-shadow:0 8px 22px rgba(19,111,81,.07)}
.hire-security-verification .security-captcha>label{color:#23483d;font-size:11px}
.hire-security-verification .security-captcha-note{color:#66847a;font-size:9px}

@media(max-width:460px){
  .hire-security-verification{padding:13px 12px;border-radius:14px}
  .hire-security-heading{margin-bottom:12px;padding-bottom:11px}
  .hire-security-heading i{width:31px;height:31px;flex-basis:31px;border-radius:10px;font-size:13px}
  .hire-security-heading strong{font-size:13px}
  .hire-security-heading small{padding:5px 7px;font-size:7px}
}

@media(max-width:350px){
  .hire-security-heading{align-items:flex-start;flex-direction:column;gap:8px}
  .hire-security-heading small{margin-left:41px}
}
