.ap-pc-header,
.ap-pc-main,
.ap-pc-footer {
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.ap-pc-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 48px;
  background: #333;
  color: #fff;
}

.ap-pc-header-inner {
  display: flex;
  width: 1130px;
  height: 48px;
  margin: 0 auto;
  align-items: stretch;
}

.ap-pc-brand {
  display: inline-flex;
  width: 95px;
  flex: 0 0 95px;
  align-items: center;
  color: #fff;
}

.ap-pc-brand:hover {
  color: #fff;
}

.ap-pc-brand img {
  display: block;
  width: 95px;
  height: auto;
}

.ap-pc-navigation {
  display: flex;
  height: 48px;
  margin-left: 52px;
  align-items: stretch;
}

.ap-pc-navigation a {
  display: inline-flex;
  min-width: 80px;
  border-bottom: 3px solid transparent;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.ap-pc-navigation a:hover,
.ap-pc-navigation a.is-active {
  border-bottom-color: #fff;
  color: #fff;
}

.ap-pc-main {
  min-height: calc(100vh - 48px);
  background: #f4f4f4;
  color: #333;
}

.ap-account-page {
  min-height: 100vh;
  background: #244637 url("aikewang/bg_login.jpg") center / cover no-repeat;
}

.ap-account-page .ak-account-login-shell {
  justify-content: flex-end;
}

.ap-account-page .ak-account-card {
  width: 300px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #333;
  box-shadow: 0 10px 35px rgb(0 0 0 / 12%);
}

.ap-pc-shell {
  width: 1130px;
  margin: 0 auto;
}

.ap-pc-job-index {
  padding: 32px 0 96px;
}

.ap-pc-filter-panel {
  margin: 0;
  background: transparent;
}

.ap-pc-search-form {
  display: block;
}

.ap-pc-search-form > input[type="hidden"] {
  display: none;
}

.ap-pc-filter-line {
  display: flex;
  min-height: 44px;
  align-items: flex-start;
  color: #999;
}

.ap-pc-filter-label {
  position: relative;
  display: inline-flex;
  width: 66px;
  height: 34px;
  flex: 0 0 66px;
  border-radius: 18px 4px 4px 18px;
  align-items: center;
  justify-content: center;
  background: #90909a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.ap-pc-filter-label::after {
  position: absolute;
  top: 0;
  right: -5px;
  border-top: 5px solid #90909a;
  border-right: 5px solid transparent;
  content: "";
}

.ap-pc-filter-line nav {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 2px 6px;
  padding: 3px 0 7px 24px;
}

.ap-pc-filter-line nav a,
.ap-pc-city-field {
  display: inline-flex;
  min-height: 28px;
  border-radius: 15px;
  align-items: center;
  color: #999;
  padding: 0 12px;
  font-size: 13px;
}

.ap-pc-filter-line nav a:hover,
.ap-pc-filter-line nav a.is-active {
  background: #2e996b;
  color: #fff;
}

.ap-pc-city-field {
  width: 180px;
  margin: 3px 0 7px 24px;
  background: #fff;
  padding: 0 11px;
}

.ap-pc-city-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #555;
  padding: 0;
  font: inherit;
  font-size: 13px;
}

.ap-pc-city-field input::placeholder {
  color: #aaa;
}

.ap-pc-search-field {
  display: grid;
  height: 54px;
  grid-template-columns: 28px minmax(0, 1fr) 76px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 3%);
  padding-left: 17px;
}

.ap-pc-search-field label {
  min-width: 0;
}

.ap-pc-search-field input {
  width: 100%;
  height: 52px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #333;
  padding: 0 10px;
  font: inherit;
}

.ap-pc-search-field input::placeholder {
  color: #999;
}

.ap-pc-search-field button {
  height: 54px;
  border: 0;
  background: #2e996b;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
}

.ap-search-symbol {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #707774;
  border-radius: 50%;
}

.ap-search-symbol::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: #707774;
  content: "";
  rotate: 45deg;
}

.ap-job-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 29px;
}

.ap-pc-job-card {
  min-width: 0;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 3%);
  transition: translate 160ms ease, box-shadow 160ms ease;
}

.ap-pc-job-card:hover {
  translate: 0 -4px;
  box-shadow: 0 7px 16px rgb(0 0 0 / 12%);
}

.ap-pc-job-card > a {
  display: block;
  min-height: 198px;
  padding: 20px 22px 10px;
}

.ap-pc-job-card > a:hover {
  color: inherit;
}

.ap-pc-job-title-line {
  display: flex;
  height: 25px;
  min-width: 0;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.ap-pc-job-title-line h2 {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
}

.ap-pc-job-title-line > span {
  flex: 0 0 auto;
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

.ap-pc-salary {
  flex: 0 0 auto;
  color: #2e996b;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ap-pc-benefits {
  display: flex;
  height: 28px;
  margin: 8px 0 7px;
  overflow: hidden;
  gap: 4px;
  padding: 0;
  list-style: none;
}

.ap-pc-benefits li {
  height: 27px;
  flex: 0 0 auto;
  border-radius: 3px;
  background: #efefef;
  color: #999;
  padding: 0 8px;
  font-size: 12px;
  line-height: 27px;
}

.ap-pc-job-meta {
  display: flex;
  margin: 0 0 4px;
  align-items: center;
  overflow: hidden;
  color: #696969;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-job-meta > span {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-right: 6px;
}

.ap-pc-job-experience > span {
  border: 1px solid #777;
  border-radius: 2px;
}

.ap-pc-job-experience > span::before {
  position: absolute;
  top: -4px;
  left: 3px;
  width: 6px;
  height: 4px;
  border: 1px solid #777;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  content: "";
}

.ap-pc-job-location > span {
  border: 1.5px solid #777;
  border-radius: 50% 50% 50% 0;
  scale: 0.75;
  rotate: -45deg;
}

.ap-pc-job-location > span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 4px;
  border: 1px solid #777;
  border-radius: 50%;
  content: "";
}

.ap-pc-company-summary {
  display: flex;
  min-width: 0;
  height: 47px;
  margin-top: 10px;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  gap: 9px;
}

.ap-pc-card-logo,
.ap-pc-card-logo-placeholder {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  color: #2e996b;
  font-weight: 700;
}

.ap-pc-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ap-pc-company-copy {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  flex: 1;
  gap: 8px;
  align-items: center;
}

.ap-pc-company-copy strong,
.ap-pc-company-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-company-copy strong {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.ap-pc-company-copy small {
  color: #999;
  font-size: 12px;
}

.ap-pc-empty {
  margin: 28px 0 0;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  color: #999;
  padding: 80px 24px;
  text-align: center;
}

.ap-pc-pagination {
  display: flex;
  margin-top: 42px;
  justify-content: center;
  gap: 8px;
}

.ap-pc-pagination a,
.ap-pc-pagination span {
  display: inline-flex;
  min-width: 36px;
  height: 34px;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #666;
  padding: 0 10px;
  font-size: 12px;
}

.ap-pc-pagination a[aria-current="page"] {
  border-color: #00a274;
  background: #00a274;
  color: #fff;
}

.ap-pc-pagination span[aria-disabled="true"] {
  color: #bbb;
}

.ap-pc-job-detail-page {
  padding-bottom: 130px;
}

.ap-pc-breadcrumb {
  display: flex;
  height: 53px;
  align-items: center;
  overflow: hidden;
  color: #2e996b;
  gap: 6px;
  font-size: 12px;
  white-space: nowrap;
}

.ap-pc-breadcrumb a {
  color: #696969;
}

.ap-pc-breadcrumb span[aria-hidden="true"] {
  color: #aaa;
}

.ap-pc-breadcrumb span[aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ap-pc-detail-layout {
  display: grid;
  grid-template-columns: 801px 316px;
  gap: 14px;
  align-items: start;
}

.ap-pc-detail-column {
  min-width: 0;
}

.ap-pc-detail-main {
  display: grid;
  gap: 15px;
}

.ap-pc-detail-hero,
.ap-pc-detail-section,
.ap-pc-company-card {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 3%);
}

.ap-pc-detail-hero {
  padding: 19px 21px 20px;
}

.ap-pc-detail-title-line {
  display: flex;
  min-width: 0;
  margin-bottom: 14px;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.ap-pc-detail-title-line h1 {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-detail-title-line .ap-pc-salary {
  font-size: 24px;
}

.ap-pc-detail-hero .ap-pc-job-meta {
  margin-bottom: 7px;
}

.ap-pc-detail-hero .ap-pc-benefits {
  height: auto;
  min-height: 28px;
  margin: 13px 0 0;
  flex-wrap: wrap;
}

.ap-pc-detail-section {
  border-radius: 5px;
  padding: 20px 21px 28px;
}

.ap-pc-detail-section + .ap-pc-detail-section {
  margin-top: -16px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
  padding-top: 14px;
}

.ap-pc-detail-section h2 {
  min-height: 18px;
  margin: 0 0 18px;
  border-left: 3px solid #2e996b;
  color: #333;
  padding-left: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
}

.ap-pc-description {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.ap-pc-address-section {
  padding-top: 0 !important;
}

.ap-pc-address {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.ap-pc-company-card {
  padding: 26px 22px;
}

.ap-pc-company-card-header {
  display: flex;
  min-width: 0;
  min-height: 84px;
  border-bottom: 1px solid #dcdcdc;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0 20px;
}

.ap-pc-company-logo,
.ap-pc-company-logo-placeholder {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border: 1px solid #d2d2d2;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  color: #2e996b;
  font-size: 19px;
  font-weight: 700;
}

.ap-pc-company-logo::after,
.ap-pc-company-logo-placeholder::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  height: 3px;
  background: #2e996b;
  content: "";
}

.ap-pc-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ap-pc-company-card-header > span:last-child {
  min-width: 0;
  padding-top: 6px;
}

.ap-pc-company-card-header h2 {
  overflow: hidden;
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-company-card-header p {
  margin: 6px 0 0;
  color: #999;
  font-size: 12px;
}

.ap-pc-company-facts {
  display: grid;
  margin: 20px 0 0;
  gap: 20px;
}

.ap-pc-company-facts div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ap-pc-company-facts dt {
  color: #333;
  font-size: 14px;
}

.ap-pc-company-facts dt::before {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  border: 1px solid #777;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #777;
  content: "i";
  font-size: 10px;
}

.ap-pc-company-facts dd {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  color: #999;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-footer {
  min-height: 198px;
  background: #363636;
  color: #bbb;
}

.ap-pc-footer-inner {
  display: flex;
  width: 1130px;
  min-height: 198px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.ap-pc-footer-about {
  max-width: 630px;
}

.ap-pc-footer-about strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}

.ap-pc-footer-about p,
.ap-pc-footer-legal p {
  margin: 0;
  color: #aaa;
  font-size: 12px;
  line-height: 1.85;
}

.ap-pc-footer-legal {
  flex: 0 0 auto;
  text-align: right;
}

.ap-pc-footer-legal a {
  color: #aaa;
}

.ap-pc-talent-index,
.ap-pc-talent-detail-page {
  padding: 30px 0 96px;
}

.ap-pc-talent-search {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  padding: 24px 28px 28px;
}

.ap-pc-talent-search h1 {
  margin: 0;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}

.ap-pc-talent-search > p {
  margin: 8px 0 19px;
  color: #999;
  font-size: 13px;
}

.ap-pc-talent-search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px 110px;
  gap: 10px;
}

.ap-pc-talent-search input,
.ap-pc-talent-search button {
  width: 100%;
  height: 43px;
  border-radius: 4px;
  font: inherit;
  font-size: 13px;
}

.ap-pc-talent-search input {
  border: 1px solid #ddd;
  outline: 0;
  color: #333;
  padding: 0 14px;
}

.ap-pc-talent-search input:focus {
  border-color: #2e996b;
  box-shadow: 0 0 0 2px rgb(46 153 107 / 12%);
}

.ap-pc-talent-search button,
.ap-pc-connect-button,
.ap-connect-submit {
  border: 0;
  background: #2e996b;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.ap-pc-talent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  gap: 14px;
}

.ap-pc-talent-card {
  min-width: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 3%);
}

.ap-pc-talent-card > a {
  display: grid;
  min-height: 178px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  padding: 23px 21px;
}

.ap-pc-talent-avatar,
.ap-pc-talent-detail-avatar {
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e4f3ec;
  color: #2e996b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.ap-pc-talent-avatar {
  width: 58px;
  height: 58px;
}

.ap-pc-talent-card h2 {
  margin: 0 0 6px;
  color: #333;
  font-size: 17px;
}

.ap-pc-talent-card strong {
  display: block;
  overflow: hidden;
  color: #2e996b;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-talent-card p {
  overflow: hidden;
  margin: 9px 0 0;
  color: #777;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-talent-card div > span {
  display: inline-flex;
  margin-top: 11px;
  border-radius: 3px;
  background: #f0f0f0;
  color: #888;
  padding: 5px 8px;
  font-size: 12px;
}

.ap-pc-talent-detail-page {
  padding-top: 0;
}

.ap-pc-talent-detail {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 3%);
}

.ap-pc-talent-detail > header {
  display: grid;
  min-height: 160px;
  grid-template-columns: 86px minmax(0, 1fr) 180px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  gap: 20px;
  padding: 28px 35px;
}

.ap-pc-talent-detail-avatar {
  width: 86px;
  height: 86px;
  font-size: 20px;
}

.ap-pc-talent-detail h1 {
  margin: 0 0 7px;
  color: #333;
  font-size: 25px;
}

.ap-pc-talent-detail header strong {
  color: #2e996b;
  font-size: 16px;
}

.ap-pc-talent-detail header p {
  margin: 8px 0 0;
  color: #777;
  font-size: 13px;
}

.ap-pc-connect-button {
  min-width: 168px;
  height: 46px;
  border-radius: 4px;
  padding: 0 18px;
  font: inherit;
  font-size: 14px;
}

.ap-pc-detail-hero .ap-pc-connect-button {
  margin-top: 16px;
}

.ap-pc-talent-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 316px;
}

.ap-pc-talent-detail-layout > div {
  padding: 28px 35px 45px;
}

.ap-pc-talent-detail-layout section + section {
  margin-top: 35px;
}

.ap-pc-talent-detail-layout h2 {
  margin: 0 0 17px;
  border-left: 3px solid #2e996b;
  color: #333;
  padding-left: 9px;
  font-size: 17px;
}

.ap-pc-talent-detail-layout section p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.85;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.ap-pc-talent-detail-layout aside {
  border-left: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 28px 25px;
}

.ap-pc-talent-detail-layout aside dl,
.ap-pc-talent-detail-layout aside p {
  margin: 0;
}

.ap-pc-talent-detail-layout aside dl div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  margin-bottom: 13px;
  color: #666;
  font-size: 13px;
}

.ap-pc-talent-detail-layout aside dd {
  margin: 0;
}

.ap-pc-talent-detail-layout aside p {
  margin-top: 24px;
  color: #999;
  font-size: 12px;
  line-height: 1.7;
}

.ap-connect-dialog {
  width: min(520px, calc(100vw - 40px));
  border: 0;
  border-radius: 6px;
  background: transparent;
  padding: 0;
}

.ap-connect-dialog::backdrop {
  background: rgb(0 0 0 / 46%);
}

.ap-connect-dialog-card {
  position: relative;
  display: grid;
  border-radius: 6px;
  background: #fff;
  gap: 13px;
  padding: 28px 34px 32px;
}

.ap-connect-dialog-card h2 {
  margin: 0;
  color: #333;
  font-size: 21px;
}

.ap-connect-dialog-card > p {
  margin: -4px 0 2px;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}

.ap-connect-dialog-card label {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  color: #555;
  font-size: 13px;
}

.ap-connect-dialog-card input,
.ap-connect-dialog-card textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 0;
  color: #333;
  padding: 9px 11px;
  font: inherit;
}

.ap-connect-dialog-card textarea {
  resize: vertical;
}

.ap-connect-close {
  position: absolute;
  top: 10px;
  right: 13px;
  border: 0;
  background: transparent;
  color: #999;
  cursor: pointer;
  font-size: 25px;
}

.ap-connect-submit {
  height: 44px;
  margin-left: 56px;
  border-radius: 4px;
}

.ap-connect-error {
  color: #b42318 !important;
}

.ap-connect-result {
  margin-left: 56px;
  border-radius: 4px;
  background: #edf8f3;
  color: #246b4d;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.65;
}

.ap-connect-result p {
  margin: 4px 0 0;
}

.ap-member-page {
  padding: 28px 0 90px;
}

.ap-member-bar {
  display: flex;
  min-height: 54px;
  margin-bottom: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0 20px;
}

.ap-member-bar p {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.ap-member-bar nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.ap-member-bar a,
.ap-member-bar button {
  border: 0;
  background: transparent;
  color: #555;
  cursor: pointer;
  padding: 0;
  font: inherit;
  font-size: 13px;
}

.ap-member-bar a:hover,
.ap-member-bar button:hover {
  color: #2e996b;
}

.ap-member-panel {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 3%);
  padding: 28px 34px 40px;
}

.ap-member-panel-heading {
  display: flex;
  min-height: 65px;
  border-bottom: 1px solid #eee;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.ap-member-panel-heading h1 {
  margin: 0;
  color: #333;
  font-size: 22px;
}

.ap-member-panel-heading p {
  margin: 8px 0 18px;
  color: #999;
  font-size: 13px;
}

.ap-member-primary-link,
.ap-member-empty .ap-member-primary-link {
  display: inline-flex;
  min-width: 112px;
  height: 40px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: #2e996b;
  color: #fff;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 600;
}

.ap-member-primary-link:hover {
  color: #fff;
}

.ap-member-job-list {
  display: grid;
  gap: 12px;
  padding-top: 20px;
}

.ap-member-job-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.8fr) auto;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
}

.ap-member-job-list h2 {
  display: inline;
  margin: 0 9px 0 0;
  color: #333;
  font-size: 17px;
}

.ap-member-job-list article > div > p,
.ap-member-job-contact {
  margin: 7px 0 0;
  color: #777;
  font-size: 12px;
}

.ap-member-status {
  display: inline-flex;
  border-radius: 3px;
  background: #eee;
  color: #777;
  padding: 4px 7px;
  font-size: 11px;
}

.ap-member-status.is-published {
  background: #e8f6ef;
  color: #21724f;
}

.ap-member-actions {
  display: flex;
  gap: 8px;
}

.ap-member-actions a,
.ap-member-actions button,
.ap-publish-actions > button:not(.ap-publish-submit) {
  min-width: 54px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  color: #555;
  cursor: pointer;
  padding: 0 10px;
  font: inherit;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.ap-member-empty {
  padding: 90px 20px;
  color: #888;
  text-align: center;
}

.ap-member-empty h2 {
  margin: 0;
  color: #555;
  font-size: 18px;
}

.ap-member-empty p {
  margin: 10px 0 22px;
  font-size: 13px;
}

.ap-publish-panel {
  width: 880px;
  margin: 0 auto;
  padding-right: 42px;
  padding-left: 42px;
}

.ap-publish-form {
  display: grid;
  gap: 25px;
  padding-top: 25px;
}

.ap-publish-form fieldset {
  display: grid;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  gap: 16px;
  padding: 0 0 25px;
}

.ap-publish-form legend {
  margin-bottom: 16px;
  border-left: 3px solid #2e996b;
  color: #333;
  padding-left: 9px;
  font-size: 16px;
  font-weight: 600;
}

.ap-publish-form fieldset > p {
  margin: -6px 0 0;
  color: #999;
  font-size: 12px;
}

.ap-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.ap-publish-form label {
  display: grid;
  gap: 7px;
  color: #555;
  font-size: 13px;
}

.ap-publish-form input,
.ap-publish-form select,
.ap-publish-form textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  color: #333;
  padding: 10px 12px;
  font: inherit;
  font-size: 13px;
}

.ap-publish-form input,
.ap-publish-form select {
  height: 42px;
}

.ap-publish-form textarea {
  resize: vertical;
  line-height: 1.7;
}

.ap-publish-form input:focus,
.ap-publish-form select:focus,
.ap-publish-form textarea:focus {
  border-color: #2e996b;
  box-shadow: 0 0 0 2px rgb(46 153 107 / 12%);
}

.ap-publish-form .ap-check-line {
  display: flex;
  height: 42px;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.ap-publish-form .ap-check-line input,
.ap-benefit-grid input {
  width: 16px;
  height: 16px;
}

.ap-benefit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.ap-benefit-grid label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.ap-publish-submit {
  width: 200px;
  height: 48px;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  background: #2e996b;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
}

.ap-publish-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ap-publish-actions .ap-publish-submit {
  margin: 0;
}

.ap-member-error {
  margin: 14px 0;
  color: #b42318;
  font-size: 13px;
  text-align: center;
}

.ap-connection-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 23px;
}

.ap-connection-columns > section > h2 {
  margin: 0 0 13px;
  color: #333;
  font-size: 16px;
}

.ap-connection-card {
  margin-bottom: 11px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 17px 18px;
}

.ap-connection-card header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ap-connection-card header strong {
  color: #333;
  font-size: 15px;
}

.ap-connection-card header span {
  color: #2e996b;
  font-size: 11px;
}

.ap-connection-card > p,
.ap-connection-card blockquote {
  margin: 9px 0 0;
  color: #777;
  font-size: 12px;
}

.ap-connection-card blockquote {
  border-left: 2px solid #ddd;
  padding-left: 9px;
}

.ap-contact-lines {
  margin: 11px 0 0;
  border-radius: 3px;
  background: #f5f5f5;
  padding: 9px 11px;
}

.ap-contact-lines div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  color: #555;
  font-size: 12px;
  line-height: 1.8;
}

.ap-contact-lines dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.ap-member-empty-inline {
  border: 1px dashed #ddd;
  color: #999;
  padding: 40px;
  font-size: 13px;
  text-align: center;
}

/* The authenticated job form keeps the proportions and controls of the old
   publish page without changing the shared talent-profile form. */
.ap-job-form-page {
  padding-top: 29px;
}

.ap-job-publish-panel {
  width: 880px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-shadow: 2px 4px 8px rgb(0 0 0 / 3%);
  padding: 20px 22px 28px;
}

.ap-job-publish-panel .ap-member-panel-heading {
  min-height: 64px;
}

.ap-job-publish-panel .ap-member-panel-heading h1 {
  font-size: 24px;
  letter-spacing: 1.2px;
}

.ap-job-publish-form {
  gap: 34px;
  padding-top: 25px;
}

.ap-job-publish-form fieldset {
  border-bottom: 0;
  gap: 16px;
  padding-bottom: 0;
}

.ap-job-publish-form legend {
  min-height: 17px;
  margin-bottom: 17px;
  border-left-width: 3px;
  padding-left: 7px;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 1.3px;
}

.ap-job-publish-form input,
.ap-job-publish-form select,
.ap-job-publish-form textarea {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #f4f4f4;
}

.ap-job-publish-form input,
.ap-job-publish-form select {
  height: 38px;
  padding: 0 10px;
}

.ap-job-publish-form textarea {
  min-height: 118px;
  padding: 12px 10px;
}

.ap-job-publish-form .ap-check-line {
  height: 38px;
}

.ap-job-publish-form .ap-check-line input {
  width: 16px;
  height: 16px;
  padding: 0;
}

.ap-job-publish-form .ap-benefit-grid {
  display: grid;
  grid-template-columns: repeat(7, 86.5px);
  gap: 20px 24px;
}

.ap-job-publish-form .ap-benefit-grid label {
  position: relative;
  display: flex;
  width: 86.5px;
  height: 28px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f4f4f4;
  color: #999;
  cursor: pointer;
  font-size: 12px;
  line-height: 28px;
}

.ap-job-publish-form .ap-benefit-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ap-job-publish-form .ap-benefit-grid label:has(input:checked) {
  border-color: #2e996b;
  color: #333;
}

.ap-job-publish-form .ap-benefit-grid label:has(input:checked)::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 17px solid #2e996b;
  border-left: 17px solid transparent;
  content: "";
}

.ap-job-publish-form .ap-benefit-grid label:has(input:checked)::after {
  position: absolute;
  top: -7px;
  right: 1px;
  color: #fff;
  content: "✓";
  font-size: 9px;
}

.ap-job-publish-form .ap-benefit-grid label:has(input:focus-visible) {
  outline: 2px solid #2e996b;
  outline-offset: 2px;
}

/* Talent pages retain the geometry of the old AiPinWang resume centre while
   exposing only the approved public fields and direct contact exchange. */
.ap-pc-talent-index {
  padding: 0 0 96px;
}

.ap-pc-talent-hero {
  position: relative;
  height: 311px;
  min-width: 1130px;
  overflow: hidden;
  background: #008e69 url("aipinwang/talent-hero.jpg") top center / 100% 91% no-repeat;
}

.ap-pc-talent-hero > .ap-pc-shell {
  position: relative;
  height: 311px;
}

.ap-pc-talent-hero-side {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 780px;
  height: 312px;
}

.ap-pc-talent-hero-copy {
  position: relative;
  z-index: 1;
  width: 500px;
  padding-top: 60px;
}

.ap-pc-talent-hero-copy > img {
  display: block;
  width: 500px;
  height: auto;
}

.ap-pc-talent-hero-copy h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ap-pc-talent-hero-copy p {
  margin: 18px 0 0;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.ap-pc-talent-hero-copy a {
  display: inline-flex;
  width: 120px;
  height: 41px;
  margin-top: 37px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: #008a66;
  font-size: 13px;
  font-weight: 600;
}

.ap-pc-talent-index-body {
  position: relative;
  z-index: 2;
  margin-top: -28px;
}

.ap-pc-talent-filter-options {
  display: flex;
  min-height: 74px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  align-items: center;
  background: #fff;
  box-shadow: 1.5px 3.7px 7.75px rgb(0 0 0 / 3%);
  padding: 18px 22px;
  color: #999;
  font-size: 13px;
}

.ap-pc-talent-filter-options > strong {
  display: inline-flex;
  width: 68px;
  height: 32px;
  flex: 0 0 68px;
  border-radius: 16px 0 16px 16px;
  align-items: center;
  justify-content: center;
  background: #7f7f8c;
  color: #fff;
  font-weight: 400;
}

.ap-pc-talent-filter-options label {
  display: flex;
  margin-left: 24px;
  align-items: center;
  gap: 10px;
  color: #666;
}

.ap-pc-talent-filter-options input {
  width: 190px;
  height: 32px;
  border: 0;
  border-radius: 16px;
  outline: 0;
  background: #f1f1f1;
  padding: 0 13px;
  font: inherit;
}

.ap-pc-talent-filter-options p {
  margin: 0 0 0 auto;
}

.ap-pc-talent-search-row {
  position: relative;
  display: grid;
  height: 53px;
  margin-top: 12px;
  grid-template-columns: 47px minmax(0, 1fr) 92px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 1.5px 3.7px 7.75px rgb(0 0 0 / 3%);
}

.ap-pc-talent-search-icon {
  position: relative;
  width: 17px;
  height: 17px;
  margin-left: 18px;
  border: 2px solid #999;
  border-radius: 50%;
}

.ap-pc-talent-search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: #999;
  content: "";
  transform: rotate(45deg);
}

.ap-pc-talent-search-row input {
  width: 100%;
  height: 51px;
  border: 0;
  outline: 0;
  color: #333;
  padding: 0 10px;
  font: inherit;
  font-size: 13px;
}

.ap-pc-talent-search-row button {
  width: 92px;
  height: 53px;
  border: 0;
  background: #2e996b;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.ap-pc-talent-filter input:focus-visible,
.ap-pc-talent-filter button:focus-visible,
.ap-pc-talent-card a:focus-visible {
  outline: 2px solid #2e996b;
  outline-offset: 2px;
}

.ap-pc-talent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  gap: 14.5px;
}

.ap-pc-talent-card {
  height: 194px;
  min-width: 0;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 1.5px 3.7px 7.75px rgb(0 0 0 / 3%);
  transition: transform 0.4s, box-shadow 0.4s;
}

.ap-pc-talent-card:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  transform: translateY(-10px);
}

.ap-pc-talent-card > a {
  display: flex;
  min-height: 194px;
  flex-direction: column;
  padding: 20px 22.5px 0;
}

.ap-pc-talent-card-heading {
  display: flex;
  min-width: 0;
  height: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ap-pc-talent-card-heading h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.85px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-talent-card-heading span {
  display: inline;
  flex: 0 0 auto;
  margin-top: 0;
  border-radius: 0;
  background: transparent;
  color: #999;
  padding: 0;
  font-size: 12px;
}

.ap-pc-talent-card-summary {
  height: 30px;
  margin: 11.5px 0 10.5px;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  line-height: 15px;
}

.ap-pc-talent-card-tags {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  gap: 7px;
  list-style: none;
}

.ap-pc-talent-card-tags li {
  min-width: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #efefef;
  color: #999;
  padding: 5px 8px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-talent-card-tags li:last-child {
  flex: 1;
}

.ap-pc-talent-card footer {
  display: flex;
  min-height: 51px;
  margin-top: auto;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
}

.ap-pc-talent-card footer strong {
  color: #2e996b;
  font-size: 18px;
  letter-spacing: 1.35px;
}

.ap-pc-talent-card footer span {
  display: inline-flex;
  width: 81.5px;
  height: 27px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: #2e996b;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

.ap-pc-talent-empty {
  min-height: 194px;
  margin-top: 30px;
}

.ap-pc-talent-pagination {
  padding-top: 30px;
}

.ap-pc-talent-detail-page {
  padding: 0 0 200px;
}

.ap-pc-talent-detail {
  display: grid;
  grid-template-columns: minmax(0, 797px) 316px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 17px;
}

.ap-pc-talent-summary,
.ap-pc-talent-intention,
.ap-pc-talent-copy,
.ap-pc-talent-side-action,
.ap-pc-talent-person {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1.5px 3.7px 7.75px rgb(0 0 0 / 3%);
}

.ap-pc-talent-summary {
  margin-bottom: 15px;
  padding: 19px 21px;
}

.ap-pc-talent-summary-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ap-pc-talent-summary h1 {
  margin: 0;
  overflow: hidden;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-pc-talent-summary-title strong {
  color: #2e996b;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.ap-pc-talent-summary > p {
  margin: 10px 0 15px;
  color: #666;
  font-size: 13px;
}

.ap-pc-talent-summary ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.ap-pc-talent-summary li {
  border-radius: 3px;
  background: #efefef;
  color: #666;
  padding: 6px 9px;
  font-size: 13px;
}

.ap-pc-talent-intention,
.ap-pc-talent-copy {
  margin-bottom: 15px;
  padding: 20px 22px;
}

.ap-pc-talent-intention h2,
.ap-pc-talent-copy h2 {
  min-height: 16px;
  margin: 0 0 17px;
  border-left: 3.4px solid #2e996b;
  color: #333;
  padding-left: 7px;
  font-size: 17px;
  line-height: 16px;
  letter-spacing: 1.3px;
}

.ap-pc-talent-intention h2:not(:first-child) {
  margin-top: 32px;
}

.ap-pc-talent-intention dl {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 13px 26px;
}

.ap-pc-talent-intention dl div {
  display: flex;
  min-width: 210px;
  color: #333;
  font-size: 13px;
  gap: 9px;
}

.ap-pc-talent-intention dt {
  color: #999;
}

.ap-pc-talent-intention dd {
  margin: 0;
}

.ap-pc-talent-copy p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.ap-pc-talent-side-action {
  display: flex;
  margin-bottom: 14.5px;
  justify-content: center;
  padding: 20px 23px;
}

.ap-pc-talent-side-action .ap-pc-connect-button {
  width: 173.5px;
  min-width: 173.5px;
  height: 46px;
  margin: 0;
}

.ap-pc-talent-person {
  padding: 25px 22px;
  text-align: center;
}

.ap-pc-talent-person .ap-pc-talent-detail-avatar {
  width: 55px;
  height: 55px;
  margin: 0 auto 14.5px;
  border: 1px solid #d2d2d2;
  border-radius: 9px;
  font-size: 13px;
}

.ap-pc-talent-person h2 {
  margin: 0 0 8px;
  color: #333;
  font-size: 15px;
  letter-spacing: 1.15px;
}

.ap-pc-talent-person p {
  margin: 0 0 20px;
  color: #666;
  font-size: 12px;
  letter-spacing: 0.9px;
}

.ap-pc-talent-person > span:not(.ap-pc-talent-detail-avatar) {
  display: inline-flex;
  min-width: 185px;
  height: 34px;
  border: 1px solid #2e996b;
  border-radius: 17px;
  align-items: center;
  justify-content: center;
  color: #2e996b;
  font-size: 13px;
}

.ap-pc-talent-person small {
  display: block;
  margin-top: 22px;
  color: #999;
  font-size: 11px;
  line-height: 1.7;
}

.ap-connect-dialog-card input:focus-visible,
.ap-connect-dialog-card textarea:focus-visible,
.ap-connect-close:focus-visible,
.ap-connect-submit:focus-visible,
.ap-pc-connect-button:focus-visible {
  outline: 2px solid #2e996b;
  outline-offset: 2px;
}

.ap-talent-profile-page {
  background: #f4f4f4;
  padding-bottom: 158px;
}

.ap-talent-profile-hero {
  height: 249px;
  background: #244637 url("aipinwang/talent-profile-hero.jpg") center / 100% 100% no-repeat;
  color: #fff;
  text-align: center;
}

.ap-talent-profile-hero > .ap-pc-shell {
  display: flex;
  height: 249px;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}

.ap-talent-profile-avatar {
  display: flex;
  width: 87.5px;
  height: 87.5px;
  margin-bottom: 18px;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 17px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgb(255 255 255 / 16%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.ap-talent-profile-hero strong {
  font-size: 17px;
  letter-spacing: 1.3px;
}

.ap-talent-profile-hero p {
  max-width: 640px;
  margin: 12px 0 10px;
  overflow: hidden;
  color: #c2c2c2;
  font-size: 13px;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-talent-profile-hero .ap-member-status {
  background: rgb(255 255 255 / 16%);
  color: #fff;
}

.ap-talent-profile-nav {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background: #fff;
}

.ap-talent-profile-nav a,
.ap-talent-profile-nav button {
  display: inline-flex;
  height: 54px;
  border: 0;
  border-bottom: 3px solid transparent;
  align-items: center;
  background: transparent;
  color: #999;
  cursor: pointer;
  padding: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.ap-talent-profile-nav a:hover,
.ap-talent-profile-nav button:hover,
.ap-talent-profile-nav .is-active {
  border-bottom-color: #333;
  color: #333;
}

.ap-talent-profile-content {
  margin-top: 28px;
}

.ap-talent-profile-form {
  display: block;
  padding: 0;
}

.ap-talent-profile-layout {
  display: grid;
  grid-template-columns: 797px 316px;
  align-items: start;
  gap: 17px;
}

.ap-talent-profile-left {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1.5px 3.7px 7.75px rgb(0 0 0 / 3%);
  padding: 20px 22px;
}

.ap-talent-profile-heading {
  padding: 3px 0 21px;
  border-bottom: 1px solid #dcdcdc;
}

.ap-talent-profile-heading h1 {
  margin: 0;
  color: #333;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.ap-talent-profile-heading p {
  margin: 9px 0 0;
  color: #999;
  font-size: 12px;
}

.ap-talent-profile-form fieldset {
  display: block;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}

.ap-talent-profile-form fieldset:last-child {
  border-bottom: 0;
}

.ap-talent-profile-form legend {
  min-height: 16px;
  margin: 0 0 20px;
  border-left: 3.4px solid #2e996b;
  color: #333;
  padding-left: 7px;
  font-size: 17px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.3px;
}

.ap-talent-profile-field-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 13px;
}

.ap-talent-profile-field-grid .is-wide {
  grid-column: span 2;
}

.ap-talent-profile-form label {
  display: grid;
  gap: 5px;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.9px;
}

.ap-talent-profile-form input,
.ap-talent-profile-form select,
.ap-talent-profile-form textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 3.5px;
  outline: 0;
  background: #f4f4f4;
  color: #333;
  padding: 9px 10px;
  font: inherit;
  font-size: 12px;
}

.ap-talent-profile-form input,
.ap-talent-profile-form select {
  height: 38px;
}

.ap-talent-profile-form textarea {
  min-height: 118px;
  resize: vertical;
  line-height: 1.7;
}

.ap-talent-profile-form input:focus-visible,
.ap-talent-profile-form select:focus-visible,
.ap-talent-profile-form textarea:focus-visible,
.ap-talent-profile-actions button:focus-visible,
.ap-talent-profile-nav a:focus-visible,
.ap-talent-profile-nav button:focus-visible {
  outline: 2px solid #2e996b;
  outline-offset: 2px;
}

.ap-talent-profile-check {
  display: flex !important;
  height: 38px;
  flex-direction: row;
  align-items: center;
  align-self: end;
  gap: 8px !important;
}

.ap-talent-profile-check input {
  width: 16px;
  height: 16px;
  padding: 0;
}

.ap-talent-profile-side {
  position: sticky;
  top: 68px;
}

.ap-talent-profile-actions,
.ap-talent-profile-note {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1.5px 3.7px 7.75px rgb(0 0 0 / 3%);
}

.ap-talent-profile-actions {
  display: flex;
  justify-content: center;
  gap: 7.5px;
  padding: 20px 23px;
}

.ap-talent-profile-actions button {
  height: 46px;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.ap-talent-profile-save {
  width: 173.5px;
  border: 0;
  background: #2e996b;
  color: #fff;
}

.ap-talent-profile-actions button:not(.ap-talent-profile-save) {
  width: 89.5px;
  border: 1px solid #2e996b;
  background: #fff;
  color: #2e996b;
}

.ap-talent-profile-note {
  margin-top: 15px;
  padding: 20px 22px;
}

.ap-talent-profile-note h2 {
  margin: 0 0 18px;
  color: #333;
  font-size: 14px;
}

.ap-talent-profile-note p {
  margin: 0 0 13px;
  color: #666;
  font-size: 12px;
  line-height: 1.7;
}

.ap-talent-profile-note p:last-child {
  margin-bottom: 0;
  color: #2e996b;
}

.ap-talent-profile-side .ap-member-error {
  margin: 12px 0 0;
}
