.dcp-calculator, .dcp-profit-margin {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dcp-outcome, .dcp-match {
    position: relative;
}

.dcp-results table, .dcp-pm-results table {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.dcp-results th, .dcp-results td,
.dcp-pm-results th, .dcp-pm-results td {
    padding: 12px;
    text-align: left;
}

.dcp-history .card, .dcp-pm-history .card {
    background: #f8f9fa;
}

.dcp-pm-results .highlight {
    background-color: #d4edda;
}

.bg-purple-gradient {
    background: linear-gradient(45deg, #6b48ff, #af69ee);
    padding: 10px;
    border-radius: 10px;
}

.bg-green-gradient {
    background: linear-gradient(45deg, #28a745, #34d399);
    padding: 10px 20px;
    border-radius: 10px;
}

.text-purple {
    color: #6b48ff;
}

.bg-light {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.btn-lg {
    padding: 10px 20px;
    font-size: 1.1rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f3f5;
}

.table-hover tbody tr:hover {
    background-color: #e9ecef;
}