/**
 * BTCmarketpro - Reset Styles
 * v58.0 - Cross-browser reset for the app overlay
 */

#btcmorning-pro-overlay,
#btcmp-overlay-container > * {
    box-sizing: border-box !important;
}

/* v58: Ensure inputs are always visible */
input, textarea, select {
    color: #fff !important;
    background: #0e1a33 !important;
    -webkit-appearance: none;
    appearance: none;
}

/* v58: Prevent browser default button styling on iOS */
button {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

/* v58: Remove default link styling */
a:focus {
    outline: none;
}
