
.team-cell {
    max-width: 140px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.1;
}
.winner-cell {
    background-color: #cfe2ff !important;
    border-radius: 8px;
    font-weight: bold;
}

body {
    background: linear-gradient(135deg, #b1b1b1 0%, #646464 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/* Accordion compact style for names table */
.accordion-button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}
.container {
    background: #fff;
    border-radius: 12px;
    margin-top: 16px;
    padding: 16px 8px;
    max-width: 480px;
}
        
.accordion-body {
    padding: 0.35rem 0.2rem;
}

.score-input {
    width: 40px;
    font-size: 16px;  /* iOS Zoom verhindern */
    text-align: center;
}


/* Action column smaller and centered */
.action-col {
    width: 90px;
    text-align: center;
    vertical-align: middle;
}
.form-control {
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(106,17,203,0.07);
}
::-webkit-input-placeholder { color: #b0b0b0; }
::-moz-placeholder { color: #b0b0b0; }
:-ms-input-placeholder { color: #b0b0b0; }
::placeholder { color: #b0b0b0; }
