.bn-font-size-dropdown {
    min-width: 120px;
    max-height: 300px;
    overflow-y: auto;
}

.bn-font-size-option {
    padding: 8px 16px;
    display: flex;
    align-items: center;
}

.bn-font-size-option.active {
    background-color: #f0f0f0;
    font-weight: 600;
}

.font-size-button {
    padding: 4px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    font-size: 10px;
    display: grid;
    place-content: center;
    font-weight: 500;
}

.font-size-button:hover {
    background: #f0f0f0;
}