.smikkel-titel {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ff6600;
    text-shadow: 1px 1px #fff;
}
.smikkel-uitleg {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
#buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}
.knopregel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.knop-label {
    display: inline-block;
    width: 30px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    font-size: 18px;
}
.smikkelmeter-knop {
    padding: 16px 0;
    width: 250px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    margin: 0;
    display: block;
}
[data-nummer="0"] { background-color: #f02828; color: #fff; }
[data-nummer="1"] { background-color: #ff3c00; color: #fff; }
[data-nummer="2"] { background-color: #f05a00; color: #fff; }
[data-nummer="3"] { background-color: #dc7800; color: #000; }
[data-nummer="4"] { background-color: #c89600; color: #000; }
[data-nummer="5"] { background-color: #b4b400; color: #000; }
[data-nummer="6"] { background-color: #787800; color: #000; }
[data-nummer="7"] { background-color: #5a8c00; color: #000; }
[data-nummer="8"] { background-color: #3ca000; color: #000; }
[data-nummer="9"] { background-color: #1EB400; color: #000; }
[data-nummer="10"] { background-color: #00C800; color: #000; }
#smikkelmeter-container h3 {
    text-align: center;
    margin-top: 20px;
}
#smikkelmeter-woordwolk {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.woord-item {
    display: inline-block;
    margin: 8px;
}
.woord-cijfer {
    color: #666;
    font-weight: normal;
    margin-right: 4px;
}
.woord-tekst {
    font-weight: bold;
    color: black;
}
.woord-aantal {
    color: #999;
    font-size: 0.8em;
    margin-left: 4px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}
.modal-content {
    background: #fff;
    padding: 20px;
    margin: 100px auto;
    width: 300px;
    border-radius: 6px;
    text-align: center;
}
.modal-content p {
    margin-bottom: 10px;
}
.modal-buttons {
    margin-top: 10px;
}
.modal-buttons button {
    margin: 0 5px;
    padding: 6px 12px;
}
#smikkelmeter-input {
    width: 90%;
    padding: 6px;
    font-size: 16px;
}
