/* static/css/bond-modal.css */

#bond-card-modal .table-dark {
    --bs-table-bg: transparent;
    --bs-table-color: #e0e0ff;
    --bs-table-border-color: #3a3a4f;
}

#bond-card-modal .font-monospace {
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

#bond-card-modal .text-muted {
    color: #a0a0b0 !important;
}

#bond-card-modal .badge {
    font-weight: 500;
    padding: 0.5em 0.8em;
}

#modal-brand-logo {
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.bg-orange {
    background-color: #fd7e14 !important;
}