.elementor-1828 .elementor-element.elementor-element-4363e93{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}@media(min-width:768px){.elementor-1828 .elementor-element.elementor-element-4363e93{--content-width:800px;}}/* Start custom CSS for html, class: .elementor-element-60ca813 */.upload-box-wrapper {
  display: inline-block;
}

/* Hide native input */
.file-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Custom box */
.upload-box {
  border: 2px dashed #cccccc;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: 0.2s ease;
}

.upload-box:hover {
  border-color: #2cbdf6;
  background: #f0fbff;
}

.upload-icon {
  font-size: 48px;
  color: #999999;
  margin-bottom: 10px;
}

.upload-main {
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 500;
  color: #333333;
}

.upload-sub {
  font-size: 14px;
  font-family: 'Roboto';
  color: #777777;
}

.form-submit {
    margin: 0 auto  !important;;
    display: block !important;
}

.file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.file-name {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS *//* -------------------------------------- */
/* 1. Global font + reset                 */
/* -------------------------------------- */

.custom-form,
.custom-form * {
    font-family: 'Roboto', sans-serif !important;
    box-sizing: border-box;
}

/* -------------------------------------- */
/* 2. Field labels                        */
/* -------------------------------------- */

.form-label {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    color: #2cbdf6 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 6px;
}

/* -------------------------------------- */
/* 3. Input fields + textareas            */
/* -------------------------------------- */

.form-input,
.form-textarea {
    width: 100%;
    padding: 10px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #000000 !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #ffffff;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #000000 !important;
    font-family: 'Roboto', sans-serif !important;
}

/* Textarea behaviour */
.form-textarea {
    resize: vertical;
    min-height: 120px;
}

/* -------------------------------------- */
/* 4. Field spacing                       */
/* -------------------------------------- */

.form-block {
    margin-bottom: 20px;
}

/* -------------------------------------- */
/* 5. Error messages (matches WPForms)    */
/* -------------------------------------- */

.form-error {
    font-family: 'Roboto', sans-serif !important;
    color: red !important;
    font-size: 14px;
    margin-top: 4px;
}

/* -------------------------------------- */
/* 6. Submit button                       */
/* -------------------------------------- */

.form-actions {
    margin-top: 20px;
}

.form-submit {
    font-family: 'Roboto', sans-serif !important;
    background-color: #2cbdf6 !important;
    color: #ffffff !important;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.form-submit:hover {
    background-color: #1aa7db !important;
}

/* -------------------------------------- */
/* 7. Read‑only output box                */
/* -------------------------------------- */

#analysisOutput {
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #000000 !important;
}/* End custom CSS */