/* Custom styles for Soccer Match API */

body {
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-header {
    font-weight: 600;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.fw-bold {
    font-weight: 600 !important;
}

.scorer-item {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
}

.scorer-item .btn-close {
    float: right;
}

.market-odds-table {
    margin-top: 1rem;
}

.market-odds-table th {
    background-color: #e9ecef;
}

.odds-value {
    font-weight: 600;
    color: #0d6efd;
}

.prob-value {
    color: #6c757d;
    font-size: 0.9em;
}

#market-error {
    white-space: pre-wrap;
}

.optional-section {
    margin-left: 2rem;
}

/* Styling for odds parameter inputs (MinOdds, Bias) */
.market-odds-table .odds-param {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    text-align: center;
    width: 90px;
}

.market-odds-table td {
    vertical-align: middle;
}

.market-odds-table th {
    background-color: #e9ecef;
    font-weight: 600;
}
