.yw-job-content .jc-section {
  margin-bottom: 30px;
}
.yw-job-content .jc-section .jc-heading {
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  border-left: 4px solid #e8194d;
  padding-left: 15px;
}
.yw-job-content .jc-section .jc-content p {
  margin-bottom: 10px;
}
.yw-job-content .jc-section .job-tags {
  display: flex;
  gap: 10px;
  font-size: 90%;
  margin-bottom: 15px;
}
.yw-job-content .jc-section .job-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}
.yw-job-content .jc-section .job-tags ul li {
  margin: 0;
}
.yw-job-content .jc-section .job-tags ul li a {
  color: #333;
  background: #F1F1F1;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 5px;
  font-size: 80%;
}
.yw-job-content .jc-section .job-metas {
  display: flex;
  gap: 10px;
  font-size: 90%;
  margin-bottom: 15px;
}
.yw-job-content .jc-section .btn-apply-wrapper {
  text-align: center;
}
.yw-job-content .jc-section .btn-apply-wrapper .btn-apply {
  margin: 20px auto;
  border-radius: 30px;
  background: #e8194d;
  text-align: center;
  color: #FFF;
  display: inline-block;
  padding: 10px 30px;
  min-width: 300px;
  transition: 0.6s ease;
}
.yw-job-content .jc-section .btn-apply-wrapper .btn-apply:hover {
  background: #c10a38;
}

.ywjr-form .form-heading {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.ywjr-form .f-row {
  display: flex;
  gap: 10px;
}
.ywjr-form .f-row .f-col {
  flex: 1;
}
.ywjr-form .f-row .f-col.col-flex {
  display: flex;
  gap: 15px;
}
.ywjr-form label {
  color: #666;
  font-weight: normal;
  font-size: 85%;
  line-height: 1;
  margin-bottom: 5px;
}
.ywjr-form input[type=text] {
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #dfdfdf;
}
.ywjr-form input[type=file] {
  font-size: 14px;
  width: 100%;
  padding: 30px;
  border: 1px dashed #dfdfdf;
  border-radius: 2px;
}
.ywjr-form button[type=submit] {
  background: #e8194d;
  border-color: #e8194d;
}
.ywjr-form .frm-btn {
  color: #FFF;
  margin: 0;
  padding: 10px 10px;
  background: #231f20;
  border: 1px solid #231f20;
  font-size: 16px;
  line-height: 1.1rem;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  min-height: unset;
  font-weight: bold;
}
.ywjr-form .notice {
  padding: 30px;
  border-radius: 2px;
  margin-bottom: 15px;
  font-weight: bold;
}
.ywjr-form .notice.notice-success {
  background: #018315;
  text-align: center;
  color: #FFF;
}
.ywjr-form .include-doc {
  max-height: 400px;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid #F1F1F1;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 90%;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #e8194d #f1f1f1;
  /* WebKit (Chrome, Edge, Safari) */
}
.ywjr-form .include-doc::-webkit-scrollbar {
  width: 6px;
}
.ywjr-form .include-doc::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ywjr-form .include-doc::-webkit-scrollbar-thumb {
  background: #e8194d;
  border-radius: 3px;
}
.ywjr-form .include-doc::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ywjr-apply-infomation {
  border: 1px solid #e8194d;
  margin-bottom: 15px;
}
.ywjr-apply-infomation > strong {
  background: #e8194d;
  display: block;
  padding: 10px;
  color: #FFF;
}
.ywjr-apply-infomation ul {
  list-style: none;
  margin: 0;
}
.ywjr-apply-infomation ul li {
  margin: 0;
  padding: 5px 10px;
}

.yw-job-list .job-item {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
}
@media screen and (max-width: 576px) {
  .yw-job-list .job-item {
    flex-wrap: wrap;
  }
}
.yw-job-list .job-item .item-thumbnail {
  flex: 0 0 30%;
}
@media screen and (max-width: 576px) {
  .yw-job-list .job-item .item-thumbnail {
    flex: 0 0 40%;
  }
}
.yw-job-list .job-item .item-thumbnail img {
  aspect-ratio: 16/9;
}
.yw-job-list .job-item .item-text {
  flex: 0 0 55%;
  padding: 15px 0px;
}
@media screen and (max-width: 576px) {
  .yw-job-list .job-item .item-text {
    flex: 0 0 55%;
  }
}
.yw-job-list .job-item .item-text .job-title {
  margin-bottom: 0;
}
.yw-job-list .job-item .item-text .job-title a {
  color: #000;
}
.yw-job-list .job-item .item-text .job-share-socials ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 15px;
}
.yw-job-list .job-item .item-text .job-share-socials ul li {
  margin: 0;
}
.yw-job-list .job-item .item-text .job-share-socials ul li a {
  font-size: 1.5em;
}
@media screen and (max-width: 576px) {
  .yw-job-list .job-item .item-actions {
    width: 100%;
  }
}
.yw-job-list .job-item .item-actions a {
  background: #5f2c41;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1;
  display: block;
  transition: 0.6s ease;
}
.yw-job-list .job-item .item-actions a:hover {
  background: #e8194d;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 15px 0;
  gap: 16px 40px;
  font-family: Arial, sans-serif;
}
.benefit-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: 0 !important;
  margin-bottom: 0;
}
.benefit-list li i {
  width: 24px;
  margin-right: 10px;
  font-size: 18px;
}

.yw-job-summary-wrapper .heading {
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 15px;
}
.yw-job-summary-wrapper .yw-job-summary li div {
  font-size: 90%;
}

/*# sourceMappingURL=yw-job-recruitment.css.map */
