.tekstgrootte-controls {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.tekstgrootte-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 6px 14px;
    border: 2px solid #555;
    border-radius: 4px;
    background: transparent;
    color: #333;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1;
    transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}

.tekstgrootte-btn:hover,
.tekstgrootte-btn:focus {
    background-color: #333;
    color: #fff;
    border-color: #333;
    outline: 2px solid #555;
    outline-offset: 2px;
}

.tekstgrootte-vergroot {
    font-size: 1.1rem;
}

.tekstgrootte-verklein {
    font-size: 0.85rem;
}
