
.surebet-modal-dialog {
    max-width: 950px;
    margin: 1.75rem auto;
    padding-left: 12px;
    padding-right: 12px;
}
.surebet-modal-dialog .modal-content {
    width: 100% !important;
    margin: 0;
}
.modal-content-surebet-calculator {
    margin-top: 40px !important;
    border-radius: 12px;
}
.row-vertical .row-odd {
    background-color: #f8f9fa;
    margin: 5px;
    border-radius: 8px;
}
.title-sure-bet {
    font-size: 17px;
    padding: 10px 0px;
}
.surebet-match-title {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    margin-bottom: 15px;
}
.surebet-countdown {
    text-align: center;
    color: #4299e1;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}
.surebet-investment-section {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.surebet-investment-title {
    font-size: 16px;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin-bottom: 15px;
}
.surebet-input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
    flex-wrap: wrap;
}
.surebet-input-box {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 20px;
    min-width: 150px;
}
.surebet-input-box label {
    font-size: 12px;
    color: #718096;
    display: block;
    margin-bottom: 5px;
}
.surebet-input-box input {
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    width: 100%;
    outline: none;
}
.surebet-return-box {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    border-radius: 8px;
    padding: 12px 20px;
    min-width: 150px;
}
.surebet-return-box label {
    font-size: 12px;
    color: white;
    display: block;
    margin-bottom: 5px;
}
.surebet-return-box .value {
    font-size: 18px;
    font-weight: 700;
    color: white;
}
.surebet-bets-section {
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.surebet-section-title {
    font-size: 14px;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    padding: 10px;
}
.surebet-bet-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #e2e8f0;
}
.surebet-bet-row:last-child {
    border-bottom: none;
}
.surebet-bet-label {
    font-size: 11px;
    color: #718096;
    /* text-transform: uppercase; */
    font-weight: 600;
}
.surebet-bet-odd-type {
    font-size: 11px;
    color: #718096;
    font-weight: 600;
}
.surebet-bookmaker {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #4299e1;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}
.surebet-bookmaker.secondary {
    background: #2d3748;
}
.surebet-odd {
    background: #4299e1;
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}
.surebet-bet-amount, .surebet-return-amount {
    background: #edf2f7;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #2d3748;
}
.surebet-summary {
    margin: 12px 6px;
}
.surebet-summary-item {
    flex: 0 0 25%;
    min-width: 0;
    text-align: center;
}
.surebet-summary-label, .surebet-summary-value {
    font-size: 14px;
    white-space: nowrap;
}
.position-relative a {
    color: white;
}
.position-relative a:hover {
    color: white;
}
.col-3 {
    flex: 0 0 auto;
    width: 24% !important;
}
.surebet-summary-value.profit {
    color: #48bb78;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px !important;
        max-width: 100% !important;
        width: auto;
    }
    .surebet-modal-dialog {
        margin: 10px auto !important;
        padding-left: 0;
        padding-right: 0;
    }
    .surebet-modal-dialog .modal-content {
        width: 100% !important;
    }
    .modal-content {
        width: 100% !important;
    }
    .surebet-investment-title {
        font-size: 14px;
    }
    .modal-content-surebet-calculator {
        margin-top: 80px !important;
    }
    .modal-dialog .modal-body {
        padding: 8px !important;
    }
    .surebet-match-title {
        font-size: 18px;
    }
    .surebet-countdown {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .surebet-investment-section {
        padding: 15px;
    }
    .surebet-input-group {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 6px;
    }
    .surebet-input-group > .col-2 {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }
    .surebet-input-box,
    .surebet-return-box {
        width: auto;
        flex: 1 1 0;
        min-width: 0;
        padding: 8px 10px;
    }
    .surebet-input-box span,
    .surebet-return-box span {
        font-size: 11px !important;
        white-space: nowrap;
    }
    .surebet-input-box input {
        font-size: 16px;
    }
    .surebet-return-box .value {
        font-size: 16px;
        white-space: nowrap;
    }
    .surebet-bet-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
        padding: 8px 4px;
        overflow-x: hidden;
        align-items: center;
    }
    .surebet-bet-row > *:nth-child(1) {
        flex: 0 0 45px;
        min-width: 0;
        font-size: 9px;
    }
    .surebet-bet-row > *:nth-child(2) {
        flex: 1 1 0;
        min-width: 0;
    }
    .surebet-bet-row > *:nth-child(3) {
        flex: 0 0 65px;
        min-width: 0;
    }
    .surebet-bet-row > *:nth-child(4) {
        flex: 0 0 80px;
        min-width: 0;
    }
    .surebet-bet-row > *:nth-child(5) {
        flex: 0 0 80px;
        min-width: 0;
    }
    .surebet-bookmaker {
        font-size: 11px !important;
        padding: 6px 8px !important;
        gap: 4px !important;
    }
    .surebet-bet-row > * {
        white-space: nowrap;
        text-align: center;
        overflow: hidden;
    }
    .surebet-bet-label, .surebet-bet-odd-type {
        font-size: 10px;
    }
    .surebet-bookmaker,
    .surebet-odd,
    .surebet-bet-amount,
    .surebet-return-amount {
        font-size: 13px;
    }
    .surebet-odd {
        font-size: 13px;
    }
    .surebet-summary-label, .surebet-summary-value {
        font-size: 12px;
    }
}