body {
    background-color: #f8f9fa;
}

.card {
    border-radius: 10px;
}

.market-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.outcome-btn {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.odds-badge {
    background-color: #ffc107;
    color: #000;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
}
