/* v109 - generic Convert a file Download button, PDF Tools style */
#converterModal #modalDownloadButton,
#homeDownloadButton{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:96px!important;
    height:40px!important;
    padding:0 16px!important;
    border:1px solid #28865a!important;
    border-radius:10px!important;
    background:#39a66f!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
    box-shadow:0 2px 5px rgba(26,103,68,.18)!important;
}
#converterModal #modalDownloadButton:hover,
#homeDownloadButton:hover{background:#319563!important}
#converterModal #modalDownloadButton:disabled,
#homeDownloadButton:disabled{opacity:.55!important;cursor:not-allowed!important}

/* Clean generic output cards, including pure audio extension labels. */
#converterModal .fh-format-option{
    min-height:48px!important;
    padding:0 12px!important;
    border-radius:11px!important;
    white-space:nowrap!important;
    line-height:1.1!important;
}
