body{background-color:#fff;margin:0;padding:10px}.App{background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;margin:auto;max-width:960px;padding:20px}.bet-calculator .form-row{margin-bottom:1rem}.bet-calculator label{color:#022770;font-weight:600;margin-right:.5rem}.bet-calculator input[type=number],.bet-calculator input[type=text],.bet-calculator select{border:1px solid #ccc;border-radius:10px;font-size:14px;padding:6px 10px}.bet-calculator .conditions label{margin-right:1rem}.selections-table{border-collapse:collapse;border-radius:8px;overflow:hidden;table-layout:auto;width:100%}.selections-table td:first-child,.selections-table th:first-child{width:20px}.selections-table th{background-color:#ecedef;font-size:bold}.selections-table td,.selections-table th{word-wrap:break-word;border:1px solid #ddd;max-width:55px;padding:10px;text-align:center}.selections-table input,.selections-table select{box-sizing:border-box;max-width:100%;width:100%}@media screen and (max-width:450px){.selections-table{font-size:14px}.selections-table td:first-child,.selections-table th:first-child{max-width:15px}.selections-table td,.selections-table th{font-size:14px;padding:5px}}.add-row-btn{background-color:#007b3e;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 20px}.add-row-btn:hover{background-color:#005c2e}.results{background-color:#e8f3fa;border:1px solid #c2e1ce;border-radius:6px;font-size:20px;padding:1rem;text-align:center}.results .results-title{color:#0157ff;font-size:26px;font-weight:700;margin:0 0 10px}.results .div-return{display:flex;flex-direction:row;gap:30px;justify-content:center}.results .res-profit{color:#007b3e}.results .res-loss{color:red}