

    section[data-cattype="510"].wrapper_middle {
      padding: 15px 0px 70px 0;
    }

    [data-cattype="510"] .wrapper-container {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin: 0 auto;
      max-width: 1150px;
    }

    [data-cattype="510"] .left-wrapper {
      width: 45%;
    }

    [data-cattype="510"] .right-wrapper {
      width: 65%;
    }

    [data-cattype="510"] p {
      text-align: justify;
      padding-right: 30px;
      width: 100%;
    }

    [data-cattype="510"] h2 {
      color: #2e7c7c;
      text-transform: none !important;
    }

    [data-cattype="510"] hr {
      display: inline-block;
      border: 1px solid #7d9f29;
      margin: 0 5px;
    }

    [data-cattype="510"] hr.hr1 {
      width: 5%;
    }

    [data-cattype="510"] hr.hr2 {
      width: 30%;
    }

[data-cattype="510"] .form-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
}
[data-cattype="510"] .right-wrapper {
  position: relative;
}
    /* ✅ 隐藏默认的浏览器按钮：Chrome、Edge */
[data-cattype="510"] input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}
[data-cattype="510"] #fileError {
  margin-left: 15px;
}
/* ✅ 隐藏 Firefox 默认按钮 */
[data-cattype="510"] input[type="file"]::file-selector-button {
  visibility: hidden;
  display: none;
}
[data-cattype="510"] .custom-file-box {
  flex: 0 0 70%;
  border: 2px solid #dddd;
  border-radius: 25px;
  font-size: 16px;
  padding: 10px 25px;
  background-color: white;
  color: #888;
  line-height: 28px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
    [data-cattype="510"] textarea {
      height: 150px !important;
        border-radius: 25px;
        padding: 20px;
        border: 2px solid #ccc;
        font-size: 15px;
      width: 100%;
      box-sizing: border-box;
    }

    [data-cattype="510"] form {
      width: 100%;
    }

    [data-cattype="510"] .row {
      display: flex;
      gap: 20px;
      margin: 20px 0;
      justify-content: flex-start;
    }

    [data-cattype="510"] .row input,
    [data-cattype="510"] .row select {
      flex: 1;
      padding: 10px;
      border: 2px solid #dddd;
      border-radius: 25px;
      font-size: 16px;
      box-sizing: border-box;
      background-color: white;
      line-height: 28px;
      padding: 10px 25px;
    }

    [data-cattype="510"] .fullwidth {
      width: 100%;
    }
    [data-cattype="510"] select{
        color: #666666; /* 灰色文字 */
    }
    [data-cattype="510"] input{
        color: black;
    }
    [data-cattype="510"] select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 40px;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.5l4 4 4-4' fill='none' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 14px center;
        background-size: 10px 7px;
    }

    [data-cattype="510"] .file-upload {
      display: flex;
      gap: 10px;
      align-items: center;
      margin-bottom: 15px;
    }

    [data-cattype="510"] .file-upload input[type="file"] {
      flex: 1 1 auto;
      border: 1px solid #ccc;
      padding: 10px;
      border-radius: 25px;
    }

    [data-cattype="510"] .file-upload input[type="file"]::file-selector-button {
      display: none;
    }

    [data-cattype="510"] .file-upload input[type="file"]::before {
      content: "Resume Upload, max: 3MB, format: PDF";
      display: inline-block;
      padding: 10px;
      font-size: 14px;
      color: #888;
    } 
    [data-cattype="510"] .fake-file::before {
  content: 'Resume Upload, max: 3MB, format: PDF/DOC/DOCX';
  color: #888;
  display: inline-block;
  pointer-events: none;
}
[data-cattype="510"] .row input[name="file-upload"] {
  flex: 0 0 55% !important;
}
    [data-cattype="510"] .upload-btn {
      background: #0c2c62;
      color: #fff;
      padding: 7px 20px;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-weight: bold;
    }

    [data-cattype="510"] .submit-btn {
    background-color: #6a961f;
    padding: 9px 25px;
    transition: all .3s linear 0ms;
    border-radius: 24px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
      cursor: pointer;
          margin: 0 auto;
          box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    display: block;
    }

    @media (max-width: 767px) {
      [data-cattype="510"] .wrapper-container {
        flex-direction: column;
        padding: 30px 0;
      }

      [data-cattype="510"] .left-wrapper,
      [data-cattype="510"] .right-wrapper {
        width: 100%;
      }

      [data-cattype="510"] p {
        padding-right: 0;
      }
    }