/**
 * Dropbox Browse Button Styles
 * Used in WooCommerce product downloadable files section
 */

.wcdbx_file_button {
    display: block !important;
    clear: both !important;
    float: right !important;
    /* Changed from left to right to match S3/EDD style */
    margin-top: 5px !important;
    background: #0061FE !important;
    color: #fff !important;
    border-color: #0061FE !important;
}

html[dir="rtl"] .wcdbx_file_button {
    float: left !important;
}

.wcdbx_file_button:hover,
.wcdbx_file_button:focus {
    background: #0055D4 !important;
    color: #fff !important;
    border-color: #0055D4 !important;
}

/* Brand-consistent Browse button colors. */
.wcdbx_file_button {
    background: #0061ff !important;
    border-color: #0061ff !important;
    color: #fff !important;
}
.wcdbx_file_button:hover,
.wcdbx_file_button:focus,
.wcdbx_file_button:focus-visible {
    background: #0047b8 !important;
    border-color: #0047b8 !important;
    color: #fff !important;
}
