.bradley-testimonial-upload {
    margin: 24px 0;
}

.bradley-testimonial-upload label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.bradley-upload-help {
    margin: 0 0 12px;
}

#bradley-testimonial-file {
    display: block;
    width: 100%;
    padding: 14px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: #fff;
}

.bradley-upload-status {
    margin-top: 12px;
    font-weight: 600;
}

.bradley-upload-status[data-status="success"] {
    color: #237a35;
}

.bradley-upload-status[data-status="error"] {
    color: #a12622;
}

.bradley-upload-progress-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.bradley-upload-progress-wrapper[hidden] {
    display: none;
}

#bradley-upload-progress {
    width: 100%;
    height: 18px;
}

#bradley-upload-percent {
    min-width: 48px;
    text-align: right;
}