.career .contact-form .form-control {
  border: 1px solid #ccc !important;
  border-radius: 6px;
  width: 100%;
  box-shadow: none !important;
}

.career .contact-form .form-control:focus {
  border-color: #999 !important;
  box-shadow: none !important;
}

.career .contact-form textarea.form-control {
  min-height: 100px;
}

.career .contact-form input[type="file"].form-control {
  padding: 0.4rem 0.75rem;
  height: auto;
}

.career .contact-form .career-phone-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.career .contact-form .career-phone-row:focus-within {
  border-color: #999;
}

.career .contact-form .career-phone-prefix {
  display: flex;
  align-items: center;
  padding: 0.375rem 12px;
  background: #f8f9fa;
  border: none;
  border-right: 1px solid #ccc;
  font-weight: 500;
  color: #495057;
  white-space: nowrap;
  line-height: 1.5;
}

.career .contact-form .career-phone-row .form-control {
  border: none !important;
  border-radius: 0 !important;
  flex: 1;
  min-width: 0;
  background: transparent;
}

.career .form-feedback {
  display: none;
  margin-top: 1rem;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 500;
}

.career .form-feedback.is-visible {
  display: block;
}

.career .form-feedback--success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.career .form-feedback--error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.career .form-feedback--loading {
  background: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}

.career #submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
