#pup-upload-wrap {
    display: flex;
    align-items: center;
    background: #f4f8fd;
    border-radius: 12px;
    padding: 10px 22px 10px 15px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(37,57,114,.04);
    border: 1.5px solid #dae6fb;
    max-width: 450px;
    gap: 8px; /* Adds spacing between icon, label, and input */
}

#pup-upload-icon {
    margin-right: 10px;
}
#pup-upload-label {
    margin-right: 9px; 
    font-size: 1.10em;
    font-weight: 700;
    color: #18305c;
}

#pup_prescription_file {
    width: 135px !important;
    min-width: 0 !important;
    max-width: 160px !important;
    font-size: 1em !important;
    padding: 6px 8px !important;
    border-radius: 6px !important;
    box-sizing: border-box;
}
#pup-upload-icon {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    border: 1.2px solid #b4c9ef;
}
#pup-upload-icon svg {
    width: 22px;
    height: 22px;
    color: #217aff;
}
#pup-upload-label {
    font-size: 1.10em;
    color: #18305c;
    font-weight: 500;
}
#pup-upload-label strong {
    font-weight: 700;
}
#pup_prescription_file {
    margin-left: 12px;
    border: none;
    background: transparent;
    padding: 6px 0;
}
