#betslip-container {
    border: 1px solid #ccc;
    padding: 10px; /* Adjust padding to fit the content better */
    margin-top: 20px;
    width: 100%; /* Make sure it fits within the col-md-2 */
}

#betslip-container h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px; /* Reduce font size */
}

#betslip-container ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}

#betslip-container ul li {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Align items vertically */
    padding: 5px 0;
    font-size: 14px; /* Reduce font size */
}

#betslip-container ul li img {
    width: 16px; /* Reduce the size of the "X" button */
    height: 16px;
    cursor: pointer;
}

#bet-amount-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 14px; /* Adjust font size */
}

#place-bet-button {
    width: 100%;
    padding: 8px; /* Adjust padding */
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px; /* Adjust font size */
}

#place-bet-button:hover {
    background-color: #45a049;
}
